Bug 139178
Summary: | [EFL] Click position is wrong after scrolling with fixed layout | ||
---|---|---|---|
Product: | WebKit | Reporter: | Csaba Osztrogonác <ossy> |
Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED WORKSFORME | ||
Severity: | Critical | CC: | gyuyoung.kim, ossy, ryuan.choi |
Priority: | P1 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Csaba Osztrogonác
How to reproduce:
- Tools/Scripts/run-launcher --efl cnn.com
- click works fine everywhere
- scroll down
- click position and mouse position are different
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Csaba Osztrogonác
The bug occurs only if fixed-layout is set. (it is set by default)
It is valid on ToT, and I went back to try to find which
revision broke it, but it still fails on r173784 too.
Csaba Osztrogonác
It works on ToT (r184379) now.