Open
Bug 335542
Opened 19 years ago
Updated 2 years ago
Menulist : about the "editable" attribute and the "text-align" style
Categories
(Core :: XUL, defect)
Tracking
()
UNCONFIRMED
People
(Reporter: cmasset, Unassigned)
Details
Attachments
(1 file)
1.13 KB,
application/vnd.mozilla.xul+xml
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; fr-FR; rv:1.7.12) Gecko/20050919 Firefox/1.0.7
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; fr-FR; rv:1.7.12) Gecko/20050919 Firefox/1.0.7
There are 2 problems with the menulist object
Reproducible: Always
Steps to Reproduce:
1.Look at the testcase
2.
3.
Actual Results:
1. If editable="false" -> it is editable !!!!!
2. the style="text-align:right" doesn't work if there is a "editable" attribute
Expected Results:
1. If editable="false" -> guess....
2. the text is right aligned !!!
Comment 2•19 years ago
|
||
The first issue is invalid, you're supposed to either put "true" there or to leave the attribute out altogether.
For the second issue, your style rule is getting overridden by this one:
http://bonsai.mozilla.org/cvsblame.cgi?file=mozilla/layout/style/forms.css&rev=3.115&mark=88#77
Not sure why that one is needed.
Component: XP Toolkit/Widgets: XUL → XUL
QA Contact: xptoolkit.xul → xptoolkit.widgets
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•