Closed
Bug 200791
Opened 23 years ago
Closed 23 years ago
many css stuff broken
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
VERIFIED
INVALID
People
(Reporter: linuzonix, Assigned: asa)
Details
Attachments
(1 file)
|
743 bytes,
text/html
|
Details |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3) Gecko/20030313
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3) Gecko/20030313
The following stuff used to work correctly in mozilla 1.0
look at the test case I made.
1. The "input box" is wider than the "select box" when they should be the same.
2. The text in both boxes should be vertically aligned in the middle
3. In Linux only the "select box" doesn't drop down when clicked for the first
time (it seems to get confused with pseudo class ".combobox:focus" in the
stylesheet). If I remove ".combobox:focus" then it drops down correctly.
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Actual Results:
see the test case
Comment 2•23 years ago
|
||
Reporter, you are addressing three seperate issues in one bug report. This make
sit very difficult for developers to evaluate this bug, and thus makes in invalid.
Please log each issue (with a testcase) in a seperate bug report, and assign it
to the appropriate component (Style system, forms, etc).
->INVALID
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → INVALID
Comment 3•23 years ago
|
||
As it happens...
> 1. The "input box" is wider than the "select box" when they should be the same.
This is done on purpose in standards mode. See bug 184478
> 2. The text in both boxes should be vertically aligned in the middle
Vertical-align on the <input> should affect how the <input> aligns with respect
to the line it's in, not how the insides of the <input> align with respect to
the <input>. Not a bug.
> 3. In Linux ...
Bug 163503
Verified invalid; of the three problems two are not problems and one is a duplicate.
Status: RESOLVED → VERIFIED
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•