Closed
Bug 313933
Opened 19 years ago
Closed 19 years ago
select1 initial size wrong
Categories
(Core Graveyard :: XForms, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: doronr, Assigned: smaug)
Details
(Keywords: fixed1.8.0.2, fixed1.8.1)
Attachments
(2 files)
var popupBox = document.getBoxObjectFor(this.popup);
var w = popupBox.width;
returns 0 and 2 (2 calls) on startup with this testcase
Reporter | ||
Comment 1•19 years ago
|
||
Reporter | ||
Comment 2•19 years ago
|
||
In this testcase (linux and windows, branch and trunk), the select1 is not wide enough. Changing the instance data using the input fixes the issue.
Assignee | ||
Updated•19 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 3•19 years ago
|
||
The "optimization" in
http://lxr.mozilla.org/seamonkey/source/extensions/xforms/nsXFormsDelegateStub.cpp#106
should be enough.
Attachment #201048 -
Flags: review?(doronr)
Assignee | ||
Updated•19 years ago
|
Attachment #201048 -
Flags: superreview?
Attachment #201048 -
Flags: review?(allan)
Reporter | ||
Updated•19 years ago
|
Attachment #201048 -
Flags: superreview?
Attachment #201048 -
Flags: review?(doronr)
Attachment #201048 -
Flags: review+
Updated•19 years ago
|
Attachment #201048 -
Flags: review?(allan) → review+
checked into MOZILLA_1_8_BRANCH via bug 323691. Leaving open for now until it gets into 1.8.0
Updated•19 years ago
|
Whiteboard: xf-to-branch
Updated•19 years ago
|
Updated•8 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•