Bug 109254
Summary: | Hidden scrollbar covers native controls on block elements with overflow: scroll | ||
---|---|---|---|
Product: | WebKit | Reporter: | Andrew H <ajh> |
Component: | Layout and Rendering | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | ap, bdakin, simon.fraser |
Priority: | P3 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Mac | ||
OS: | OS X 10.8 | ||
URL: | http://untropy.net/bug.html |
Andrew H
See example at url.
When a block-level element is defined with overflow set to show a scroll bar, it can cover up any native controls in Mac OS X. In this case, the expanded scroll bar will cover more than half of the checkbox, making it unclickable over most of its height. The text in the other table cells remains accessible. This behavior extends to label text when it contains a related control.
Not sure of the processes for these bugs (this is my first), but here are some steps to reproduce:
1) load the example html
2) try double-clicking on the lower half of the checkbox. note how it doesn't select the checkbox
3) try double-clicking on the lower half of the text for the checkbox. not how it doesn't select the checkbox
4) repeat with the top half of the control and/or label. notice how it behaves normally.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Simon Fraser (smfr)
Pretty sure we have another bug about this.
Beth Dakin
(In reply to comment #1)
> Pretty sure we have another bug about this.
Indeed, we do. Marking as a duplicate of https://bugs.webkit.org/show_bug.cgi?id=99379
There is also <rdar://problem/10929565>
*** This bug has been marked as a duplicate of bug 99379 ***