Closed
Bug 62837
Opened 25 years ago
Closed 24 years ago
Combo box that drops up is not very visible
Categories
(Core :: Layout: Form Controls, defect, P3)
Tracking
()
People
(Reporter: neil, Assigned: neil)
References
()
Details
(Keywords: polish, Whiteboard: WONTFIX ? -- minor issue, will be fixed by XBL widgets)
The OS combo box on the Enter Bug page is quite long so that if it is near the
bottom of the screen then it will drop up instead of down. However as forms.css
specifies that the :-moz-dropdown-list has a 1px outset ThreeDFace border but
only on the left, right and bottom this looks somewhat unusual.
I don't know if forms.css has platform-specific versions but I would suggest
either a 1px solid WindowFrame border (on all four sides as Windows does!) or a
1px inset ThreeDFace border (again on all four sides).
Comment 2•24 years ago
|
||
I do not intend to work on this. This is not an easy CSS fix, since I would
have to know which way the dropdown had dropped. This will be fixed by the
XBL widgets work, hopefully.
Can I WONTFIX this?
Whiteboard: WONTFIX ? -- minor issue, will be fixed by XBL widgets
| Assignee | ||
Comment 3•24 years ago
|
||
What's wrong with either of my suggestions (preferably the first)?
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 4•24 years ago
|
||
Oops didn't mean to resolve bug!
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
| Assignee | ||
Comment 5•24 years ago
|
||
Index: forms.css
===================================================================
RCS file: /cvsroot/mozilla/layout/html/document/src/forms.css,v
retrieving revision 3.17
diff -u -r3.17 forms.css
--- forms.css 2001/07/13 05:19:34 3.17
+++ forms.css 2001/08/06 11:44:14
@@ -192,8 +192,7 @@
*|*:-moz-dropdown-list {
background-color: inherit;
- border: 1px outset black;
- border-top-style: none;
+ border: 1px solid WindowFrame;
z-index: 2147483647;
-moz-user-select: none;
}
Comment 7•24 years ago
|
||
neil: didn't I send you a long email with the details of the review process at
some point?
Anyway, check out http://www.mozilla.org/hacking/reviewers.html for the details
of super-review, which you need next. You need to ask a specific person to do
it.
Gerv
| Assignee | ||
Comment 8•24 years ago
|
||
CCing hyatt for sr.
| Assignee | ||
Comment 9•24 years ago
|
||
*** This bug has been marked as a duplicate of 88399 ***
Status: NEW → RESOLVED
Closed: 24 years ago → 24 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•