topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Friday April 19, 2024, 6:46 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: [bug report] when in html view mode : escape does not work anymore  (Read 4346 times)

nitrix-ud

  • Charter Member
  • Joined in 2005
  • ***
  • default avatar
  • Posts: 560
    • View Profile
    • Donate to Member
a few releases ago, when in html view mode, escape would put the cursor in the search box
as of last release this does not work anymore, however if you click inside the html view, escape works as expected
so i guess the fix is to focus the html view

same goes with wheel... before wheel was working right away, now you have to click in the html view to focus then wheel works

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,900
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
when in html view mode, escape would put the cursor in the search box
as of last release this does not work anymore, however if you click inside the html view, escape works as expected

i don't get it.. when does escape not put you back in search box?

nitrix-ud

  • Charter Member
  • Joined in 2005
  • ***
  • default avatar
  • Posts: 560
    • View Profile
    • Donate to Member
ok i just got it...

consider the following alias :
regex :
^(https?://)?(([0-9a-z_!~*'().&=+$%-]+: )?[0-9a-z_!~*'().&=+$%-]+@)?(([0-9]{1,3}\.){3}[0-9]{1,3}|localhost|alextd|mickytd|([0-9a-z_!~*'()-]+\.)*([0-9a-z][0-9a-z-]{0,61})?[0-9a-z]\.[a-z]{2,6})(:[0-9]{1,4})?((/?)|(/[0-9a-z_!~*'().;?:@&=+$,%#-]+)+/?)$

with this result :
$$4$$8$$9 | http://$$4$$8$$9
FARR browser | htmlviewurl http://$$4$$8$$9
when you select FARR browser, escape does not work

with this one :
FARR browser | htmlviewurl http://$$4$$8$$9
$$4$$8$$9 | http://$$4$$8$$9
it works as expected...


escape does not work as expected when htmlviewurl is not the first result

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,900
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
ok i think i might understand.. you may be in the result list view when you trigger, and then when html view engages, it doesnt start you out in the html view, so you cant use scroll wheel or escape.  i'll fix that so focus shifts into the html view.

nitrix-ud

  • Charter Member
  • Joined in 2005
  • ***
  • default avatar
  • Posts: 560
    • View Profile
    • Donate to Member
great !