1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-22 18:22:10 +02:00
falkonOfficial/src/lib
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
..
3rdparty Replace Q_OS_MAC with Q_OS_MACOS 2017-02-10 19:00:58 +01:00
adblock Merge branch 'v2.1' 2017-02-23 20:09:26 +01:00
app Replace Q_OS_MAC with Q_OS_MACOS 2017-02-10 19:00:58 +01:00
autofill Use WebPage::SaveJsWorld for executing scripts 2016-12-26 16:45:47 +01:00
bookmarks Replace Q_OS_MAC with Q_OS_MACOS 2017-02-10 19:00:58 +01:00
cookies CookieManager: Remove warning about filter 3rd party / tracking cookies 2017-01-27 19:32:48 +01:00
data SpeedDial: Fix editing url of entries 2017-02-07 15:07:44 +01:00
downloads Bump minimum Qt to 5.8 2017-02-06 18:39:59 +01:00
history Fix build with Qt 5.7 2017-01-28 14:58:24 +01:00
navigation LocationCompleterView: Fix window type on Wayland 2017-02-26 20:27:37 +01:00
network NetworkManager: Remove NetworkUrlInterceptor in shutdown 2017-01-26 12:35:21 +01:00
notifications Preferences: Don't set icon in preview notification 2017-01-21 18:29:21 +01:00
opensearch Add more HighDPI ready icons in data/icons/menu 2016-12-29 15:07:34 +01:00
other ClearRecentHistory: Remove icon 2017-02-03 14:20:36 +01:00
plugins SpeedDial: Fix displaying broken page image 2017-02-07 15:07:08 +01:00
popupwindow Show print preview dialog when printing page 2017-02-06 20:40:40 +01:00
preferences Merge branch 'v2.1' 2017-02-08 10:51:23 +01:00
session RestoreSession: Use generic webpage icon when tab icon is empty 2017-01-01 13:06:19 +01:00
sidebar SideBar: Don't try to add null widget to layout 2015-11-08 23:33:55 +01:00
tabwidget Replace Q_OS_MAC with Q_OS_MACOS 2017-02-10 19:00:58 +01:00
tools Replace Q_OS_MAC with Q_OS_MACOS 2017-02-10 19:00:58 +01:00
webengine Fixed new tab not opening on mouse mid button click (#2244) 2017-03-12 17:57:19 +01:00
webtab TabIcon: Hide icon immediately when url is empty or has qupzilla: scheme 2017-02-07 10:41:37 +01:00
lib.pro Show print preview dialog when printing page 2017-02-06 20:40:40 +01:00