Closed
Bug 13102
Opened 26 years ago
Closed 26 years ago
profile manager content must be enclosed in <html:div>
Categories
(Core Graveyard :: Profile: BackEnd, defect, P3)
Core Graveyard
Profile: BackEnd
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: waterson, Assigned: selmer)
Details
The content in the profile manager _must_ be enclosed inside <html:div> tags
with the following attributes:
<html:div style="width:100%;height:100%" flex="1">
</html:div>
There was a bug in the profile manager XUL that I exposed last night; the code
was incorrectly using a "xul:window" tag WITHOUT declaring the XUL namespace;
this created a random XML element that didn't have "XUL Window" behavior. XUL
windows are by default horizontal boxes, which, with the current profile
manager XUL, will flow ALL content in a long, long, horizontal line.
I'm gonna let you guys take care of this just so that everyone can understand
what's going on here...
Assignee | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Moving all Profile Manager bugs to new Profile Manager Backend component.
Profile Manager component to be deleted.
Updated•9 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•