|
Lines 2-7
a/Source/WebKit/qt/ChangeLog_sec1
|
| 2 |
|
2 |
|
| 3 |
Reviewed by NOBODY (OOPS!). |
3 |
Reviewed by NOBODY (OOPS!). |
| 4 |
|
4 |
|
|
|
5 |
[Qt] Ensure WebView press delay timer is cancelled when grab is taken |
| 6 |
https://bugs.webkit.org/show_bug.cgi?id=54242 |
| 7 |
|
| 8 |
As reported in: |
| 9 |
http://bugreports.qt.nokia.com/browse/QTBUG-15529 |
| 10 |
|
| 11 |
Flickable steals the grab, but the timer was not stopped and the |
| 12 |
keepGrab flag is set and the mouse grabbed. This means that the WebView |
| 13 |
now has the grab and subsequent clicks on another element are ignored. |
| 14 |
|
| 15 |
Original patch from Martin Jones <martin.jones@nokia.com> |
| 16 |
reviewed (there) by Joona Petrell |
| 17 |
52068f57f9c32098a90cc217730a530f85590f65 |
| 18 |
|
| 19 |
* declarative/qdeclarativewebview.cpp: |
| 20 |
(GraphicsWebView::sceneEvent): |
| 21 |
* declarative/qdeclarativewebview_p.h: |
| 22 |
|
| 23 |
2011-02-10 Ademar de Souza Reis Jr <ademar.reis@openbossa.org> |
| 24 |
|
| 25 |
Reviewed by NOBODY (OOPS!). |
| 26 |
|
| 5 |
[Qt] Fix assert in QDeclarativeWebView |
27 |
[Qt] Fix assert in QDeclarativeWebView |
| 6 |
https://bugs.webkit.org/show_bug.cgi?id=54240 |
28 |
https://bugs.webkit.org/show_bug.cgi?id=54240 |
| 7 |
|
29 |
|