Bug 34584
Summary: | [Qt] Highlighted link is not visible to the user on tap down and finger up on Symbian | ||
---|---|---|---|
Product: | WebKit | Reporter: | nokiabugz |
Component: | Platform | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED INVALID | ||
Severity: | Normal | CC: | benjamin, jtkbugz, vestbo |
Priority: | P3 | Keywords: | Qt |
Version: | 528+ (Nightly build) | ||
Hardware: | S60 Hardware | ||
OS: | S60 3rd edition |
nokiabugz
STEPS TO REPRODUCE:
1. Open any valid web page which contains some links. Ex: http://rediff.com
2. Tap down on any link in the web page.
3. Finger up from the highlighted link to load the page.
ACTUAL RESULTS:
Finger up after tapping down on a link directly opens the web page and the link highlight (on tap down) is not visible to the user.
EXPECTED RESULTS:
Step 2: Link is highlighted on Tap down.
Step 3: Link is opened as a web page on finger up
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Tor Arne Vestbø
Please follow the QtWebKit bug reporting guidelines when reporting bugs.
See http://trac.webkit.org/wiki/QtWebKitBugs
Specifically:
- The 'QtWebKit' component should be used for bugs/features in the QtWebKit API layer, not to signify that the bug is specific to the Qt port of WebKit
http://trac.webkit.org/wiki/QtWebKitBugs#Component
- Priority is set by developers when scheduling and triaging tasks, please leave this at the default priority.
http://trac.webkit.org/wiki/QtWebKitBugs#Priority
- Choose a descriptive summary/title for the bug and prefix the summary with "[Qt]" if the bug only applies to the Qt-port.
https://trac.webkit.org/wiki/QtWebKitBugs#Summary
Benjamin Poulain
Well, that is exactly how the event filter is implemented on Anomaly...
This as been done to have a better scrolling behavior.
Benjamin Poulain
*** Bug 34127 has been marked as a duplicate of this bug. ***
Benjamin Poulain
*** Bug 34134 has been marked as a duplicate of this bug. ***