Closed Bug 10403 Opened 25 years ago Closed 25 years ago

reflows not happening for DOM changes when they should

Categories

(Core :: XUL, defect, P3)

x86
Linux
defect

Tracking

()

VERIFIED WORKSFORME

People

(Reporter: dbaron, Assigned: trudelle)

Details

Attachments

(3 files)

In the test case to be attached, reflows aren't happening when they need to.
The content is being changed through the DOM, but I need to do:

getStockDiv().style.display = "block";

to get the changes to show up.  In the version I will attach, this line is
commented out.  It's about 10 lines from the bottom of the JS file.

EXPECTED:
 * load XUL file (attached)
 * see:
     Stock   Price   Chg.
     IBM     200     +5
     AOL     100     +5

ACTUAL:
 only the first of the above three lines shows up (since it is in the XUL, not
added through the DOM)
Summary: reflows not happening for DOM changes when they should
BTW, things work better if I change the DIV to a box. - or it might be recent
changes that helped.  Perhaps I'll try to figure it out...
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → WORKSFORME
resolving as worksforme using the provided XUL file (thanks!) on the latest
build.
Status: RESOLVED → VERIFIED
BULK MOVE: Changing component from XUL to XP Toolkit/Widgets: XUL.  XUL 
component will be deleted.
Component: XUL → XP Toolkit/Widgets: XUL
Component: XP Toolkit/Widgets: XUL → XUL
QA Contact: ckritzer → xptoolkit.widgets
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: