Announcement

Collapse
No announcement yet.

Thumbnails Folder Pane loses focus after thumbnail caching

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Confirmed Thumbnails Folder Pane loses focus after thumbnail caching

    Many thanks for developing IrfanView throughout the years !
    My favourite viewer since 2004 and I became an early donor.

    From Irfanview 4.54 on Thumbnails Folder Pane loses focus from folder pane after caching of thumbnails has finished,
    instead moves focus to first picture.

    This breaks my AutoHotkey script which allowed me to step through folders using up/down arrow.

    Code:
    SetKeyDelay, 0, 0
    Down::
    Send {Down}
    Send {Alt}
    Send o
    Send u
    return
    Up::
    Send {Up}
    Send {Alt}
    Send o
    Send u
    return
    4.56 has the same behaviour, 4.52 kept focus on the selected folder.

    Is there a way to have the 4.52 behaviour back ?
    Last edited by Emulgator; 10.01.2021, 05:56 PM.
    WinXP32ProSP3 T7600G 2C4T IrfanView 4,51 32-bit, Win7U64SP1 i7-4960X 6C12T IrfanView 4.51 32-bit, 4.56 64-bit

    #2
    ALTGR+TAB cycles the focus through
    1. thumbs panel
    2. folder path at the top
    3. folder tree

    perhaps you can build on that with your script

    currently running 4.56 / 32 bit

    Comment


      #3
      I can confirm that the behavior changed. Previously, I was able to browse folders in the left panel using keys. Now, it jumps automatically to the right panel.
      My system: IrfanView 4.62 64bit, Windows 10 22H2, Intel Core i5-3570, 16GB RAM, NVidia GTX 1050Ti 4GB

      Comment


        #4
        jazzman, good thought.
        Will consider that if Irfanview stays unchanged.
        WinXP32ProSP3 T7600G 2C4T IrfanView 4,51 32-bit, Win7U64SP1 i7-4960X 6C12T IrfanView 4.51 32-bit, 4.56 64-bit

        Comment

        Working...
        X