Open
Bug 399432
Opened 18 years ago
Updated 3 years ago
Attribute width/minwidth acts differently as CSS width/min-width in combination with display: -moz-popup
Categories
(Core :: Layout, defect)
Tracking
()
REOPENED
People
(Reporter: martijn.martijn, Unassigned)
References
Details
(Keywords: testcase)
Attachments
(1 file)
|
1.26 KB,
application/vnd.mozilla.xul+xml
|
Details |
This came up in bug 399316.
See testcase, I would expect that all four case would look the same, but that doesn't happen.
Afaik, minwidth="100" attribute should always render the same as CSS min-width: 100px. The same goes for width.
So that doesn't seem to be happening for the -moz-popup case.
It seems to me the 2nd and 4th case are looking correct, currently (although I don't really know how -moz-popup should act, really).
| Reporter | ||
Updated•9 years ago
|
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → WORKSFORME
Updated•9 years ago
|
Status: RESOLVED → REOPENED
Resolution: WORKSFORME → ---
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•