1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-23 02:32:10 +02:00
falkonOfficial/src/lib/webengine
José Rios e49ea20f33 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 #2238
2017-03-12 17:57:19 +01:00
..
javascript Bring back qupzilla:restore page 2015-09-24 22:46:35 +02:00
jsalert.ui Renamed src/webkit -> src/webengine 2015-08-28 16:17:29 +02:00
jsconfirm.ui Renamed src/webkit -> src/webengine 2015-08-28 16:17:29 +02:00
jsprompt.ui Renamed src/webkit -> src/webengine 2015-08-28 16:17:29 +02:00
loadrequest.cpp Remove use of QNetworkRequest in LoadRequest 2015-10-06 09:46:23 +02:00
loadrequest.h Remove use of QNetworkRequest in LoadRequest 2015-10-06 09:46:23 +02:00
webhittestresult.cpp WebHitTestResult: Only update with contextmenu data with same position 2017-01-23 08:21:24 +01:00
webhittestresult.h Always use QPointF for positions on webpage 2016-12-27 11:58:29 +01:00
webinspector.cpp WebInspector: Remember separately docked/undocked sizes 2017-01-22 14:50:15 +01:00
webinspector.h WebInspector: Remember separately docked/undocked sizes 2017-01-22 14:50:15 +01:00
webpage.cpp Fixed new tab not opening on mouse mid button click (#2244) 2017-03-12 17:57:19 +01:00
webpage.h WebView: Remove QWebChannel resetting workaround 2017-02-06 20:45:28 +01:00
webscrollbar.cpp WebScrollBar: Make sure not to accidentally scroll 2017-02-13 21:13:30 +01:00
webscrollbar.h Use native scrollbars for main scrollbars 2016-12-26 12:39:36 +01:00
webscrollbarmanager.cpp WebScrollBarManager: Use scrollbars as lambda context 2017-02-21 10:28:24 +01:00
webscrollbarmanager.h WebScrollBar: Fix scrollbar values when page is zoomed 2016-12-27 13:12:10 +01:00
webview.cpp WebView: Remove QWebChannel resetting workaround 2017-02-06 20:45:28 +01:00
webview.h Show print preview dialog when printing page 2017-02-06 20:40:40 +01:00