Closed
Bug 269212
Opened 21 years ago
Closed 21 years ago
CSS select:focus outline too large on combobox, extending past the right side
Categories
(Core :: Layout: Form Controls, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: aaronlev, Assigned: aaronlev)
References
Details
Attachments
(2 files)
|
273 bytes,
text/html
|
Details | |
|
1014 bytes,
patch
|
roc
:
review+
roc
:
superreview+
|
Details | Diff | Splinter Review |
This outline appears correctly, even when the combo box has focus.
select { -moz-outline: 2px solid red; }
This outline is too large, extending to the right (it does not appear when
combobox does not have focus):
select:focus { -moz-outline: 2px solid red; }
| Assignee | ||
Comment 1•21 years ago
|
||
*** Bug 269213 has been marked as a duplicate of this bug. ***
| Assignee | ||
Comment 3•21 years ago
|
||
Assignee: nobody → aaronleventhal
Status: NEW → ASSIGNED
| Assignee | ||
Comment 4•21 years ago
|
||
Comment on attachment 165609 [details] [diff] [review]
Make sure to FinishAndStoreOverflow() even if returning early from nsComboboxFrame::Reflow()
Simple patch.
Attachment #165609 -
Flags: superreview?(roc)
Attachment #165609 -
Flags: review?(roc)
Attachment #165609 -
Flags: superreview?(roc)
Attachment #165609 -
Flags: superreview+
Attachment #165609 -
Flags: review?(roc)
Attachment #165609 -
Flags: review+
| Assignee | ||
Comment 5•21 years ago
|
||
Checking in nsComboboxControlFrame.cpp;
/cvsroot/mozilla/layout/html/forms/src/nsComboboxControlFrame.cpp,v <--
nsComboboxControlFrame.cpp
new revision: 1.297; previous revision: 1.296
done
Status: ASSIGNED → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•