Menu

#208 PAC [4.5.3.7.2] tab focus

v1.0 (example)
open
nobody
None
5
2014-04-09
2014-04-04
No

When I change tabs, every time focus is on "Show command history" checkbox. I need click on terminal manually to start printing.

Discussion

  • David Torrejón Vaquerizas

    Hi!

    Could you please change line #1930 (not sure! check it out!) of file '/opt/pac/lib/PACMain.pm' which contains:

    else { $RUNNING{$tmp_uuid}{terminal}{FOCUS} -> window -> focus( time ) if defined $RUNNING{$tmp_uuid}{terminal}{FOCUS} -> window; }
    

    with this one:

    else { eval { $RUNNING{$tmp_uuid}{terminal}{FOCUS} -> focus( time ); }; }
    

    and try again, please?

    • David.
     

    Last edit: David Torrejón Vaquerizas 2014-04-04
  • Pavel Lychkousky

    there is no such line

    # grep "FOCUS" /opt/pac/lib/PACTerminal.pm | grep else
    else { $$self{FOCUS} -> grab_focus; }

     
  • David Torrejón Vaquerizas

    Hi!
    Please, try recent PAC 4.5.3.8 with said patch already applied, and let's see if that worked! :)
    - David

     
  • Pavel Lychkousky

    Hello!

    PAC 4.5.3.8 did not solve the problem.

     

    Last edit: Pavel Lychkousky 2014-04-07
  • Pavel Lychkousky

    4.5.3.8.1 fixed :)

     

Log in to post a comment.