Fixed new tab not opening on mouse mid button click (#2244)
Whenever the user pressed the middle button the mouse press handler in WebPage issued an 'execJavaScript' which has its own event loop causing the mouse release handler to be called before the field 'm_clickedUrl' get the url in the first handler. Since this field is used to guard the logic in the second handler the new tab wasn't opening. Closes #2238remotes/origin/falkon
parent
b95a8be600
commit
e49ea20f33
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue