Closed
Bug 26088
Opened 25 years ago
Closed 25 years ago
<fieldset> does not enclose all elements
Categories
(Core :: Layout, defect, P3)
Tracking
()
VERIFIED
FIXED
M14
People
(Reporter: alecf, Assigned: eric)
Details
I'm not even quite sure how this is managing this, but somehow when you enclose
some widgets and text in a fieldset, the widgets and text overflow out of the
fieldset. The fieldset border does not expand to enclose all the text, so you
end up with these wierd situation where the text is on top of the fieldset
borders.
For an example, open the pref window, go to the "Addressing" pane, and make the
window narrow until text starts wrapping. Notice that the fieldsets never get
taller, but the text inside them moves down, overwriting other text and
controls. Many other preference panes and other dialogs which use fieldsets
suffer from this problem.
This is really hurting preferences when users have Large Fonts turned on because
text gets all muddled and cannot be read.
| Assignee | ||
Updated•25 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 3•25 years ago
|
||
Fieldsets are not used in preferences anymore. We use TitledBoxes instead so
this bug is now fixed. Fieldsets should never be used in XUL directly. They
should always be nested in a XUL <html> tag.
You need to log in
before you can comment on or make changes to this bug.
Description
•