Open
Bug 432577
Opened 17 years ago
Updated 2 years ago
Aqua focus rings on Browse… button in <input type="file"> widget are clipped
Categories
(Core :: Widget: Cocoa, defect)
Tracking
()
NEW
People
(Reporter: alqahira, Unassigned)
References
()
Details
(Keywords: testcase)
Attachments
(1 file)
(deleted),
image/png
|
Details |
+++ This bug was initially created as a clone of Bug #414994 +++
See, for instance, the bottom part of the ring is much smaller than the
top/sides. This is from the philippe's testcase for bug 416259:
https://bugzilla.mozilla.org/attachment.cgi?id=302037
Updated•17 years ago
|
Summary: Aqua focus rings on Borwse… button in <input type="file"> widget are clipped → Aqua focus rings on Browse… button in <input type="file"> widget are clipped
Comment 1•17 years ago
|
||
As I commented in bug 416259:
That is possibly (probably) a consequence that the overflow of that form control have some cropping/clipping going on for the height of the widget.
see bug 363696 and bug 409587.
Basically, the focus ring is placed outside of the bounding box for the widget. But it can't be painted to the left, top and bottom, due to the overflow:hidden applied to the whole widget.
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•