Bug 138089
Summary: | REGRESSION: Selecting a text in an iframe scrolls the page | ||
---|---|---|---|
Product: | WebKit | Reporter: | Łukasz Kużyński <wookieb> |
Component: | Frames | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | bfulgham, simon.fraser, swietopel |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Łukasz Kużyński
Bug is reproducable on Safari 7.1 (but not 7.0.6), 8.0 and Webkit nightly build (r175210).
Steps to reproduce:
1) Go to https://fisheye1.atlassian.com/browse/firebird/client-java/src/openoffice/org/firebirdsql/jdbc/oo/OODatabaseMetaData.java?hb=true
2) Make sure your browser window is narrow enough to display horizontal scrollbar for source code area.
3) Scroll page down a couple of times
4) Try to select a code
Effect:
The whole page scrolls to the top.
Expected:
The page should not scrolls.
Findings:
* Errors is reproducable event with javascript turned off (scroll the page down and turn off javascript)
* The page forwards scrolling from the window into an element in iframe
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |