RESOLVED DUPLICATE of bug 99379 109254
Hidden scrollbar covers native controls on block elements with overflow: scroll
https://bugs.webkit.org/show_bug.cgi?id=109254
Summary Hidden scrollbar covers native controls on block elements with overflow: scroll
Andrew H
Reported 2013-02-07 21:19:38 PST
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
Simon Fraser (smfr)
Comment 1 2013-02-11 18:37:37 PST
Pretty sure we have another bug about this.
Beth Dakin
Comment 2 2013-02-12 13:28:05 PST
(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 ***
Note You need to log in before you can comment on or make changes to this bug.