Closed
Bug 221697
Opened 21 years ago
Closed 21 years ago
<wizard> ignores specified size
Categories
(Core :: XUL, defect)
Core
XUL
Tracking
()
RESOLVED
FIXED
People
(Reporter: Stefan.Borggraefe, Assigned: Stefan.Borggraefe)
References
Details
(Keywords: polish)
Attachments
(1 file, 1 obsolete file)
1.30 KB,
patch
|
neil
:
review+
alecf
:
superreview+
|
Details | Diff | Splinter Review |
When you specify a size for a <wizard> via a CSS rule, it currently is ignored.
<wizard style="width: 50em; height: 40em;">
...
</wizard>
Specifying the size in this way would allow a wizard to be sized adaptive
according to the font size. So this should be fixed.
Assignee | ||
Comment 1•21 years ago
|
||
Assignee | ||
Updated•21 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Updated•21 years ago
|
Attachment #132927 -
Flags: review?(neil.parkwaycc.co.uk)
Comment 2•21 years ago
|
||
Comment on attachment 132927 [details] [diff] [review]
Fixes the bug.
We still need a default size, just specified in ems in xul.css rather than here
in pixels. (Themes may override the size if they wish). Separate patch?
Assignee | ||
Updated•21 years ago
|
Attachment #132927 -
Flags: review?(neil.parkwaycc.co.uk)
Assignee | ||
Comment 3•21 years ago
|
||
Attachment #132927 -
Attachment is obsolete: true
Assignee | ||
Updated•21 years ago
|
Attachment #132989 -
Flags: review?(neil.parkwaycc.co.uk)
Updated•21 years ago
|
Attachment #132989 -
Flags: review?(neil.parkwaycc.co.uk) → review+
Assignee | ||
Updated•21 years ago
|
Attachment #132989 -
Flags: superreview?(alecf)
Comment 4•21 years ago
|
||
Comment on attachment 132989 [details] [diff] [review]
New patch with default size in xul.css.
sr=alecf
Attachment #132989 -
Flags: superreview?(alecf) → superreview+
Comment 5•21 years ago
|
||
Checking in content/xul.css;
/cvsroot/mozilla/xpfe/global/resources/content/xul.css,v <-- xul.css
new revision: 1.128; previous revision: 1.127
done
Checking in content/bindings/wizard.xml;
/cvsroot/mozilla/xpfe/global/resources/content/bindings/wizard.xml,v <-- wizar
d.xml
new revision: 1.15; previous revision: 1.14
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
•