Closed
Bug 1858
Opened 26 years ago
Closed 26 years ago
Changing display and through Javascript
Categories
(Core :: CSS Parsing and Computation, defect, P2)
Tracking
()
VERIFIED
FIXED
M4
People
(Reporter: erik, Assigned: nisheeth_mozilla)
References
()
Details
(Whiteboard: JavaScript is not getting executed.)
Changing display through Javascript doesn't work. See URI for an example
Updated•26 years ago
|
Assignee: peterl → kipp
Comment 2•26 years ago
|
||
Display/visibility now work from script.
There are some reflow issues though...
I believe nisheeth has fixed this (our own tests now work) so I'm giving it to
him to close...
Assignee | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 4•26 years ago
|
||
Yes, this bug is fixed. Marking as such.
Updated•26 years ago
|
Whiteboard: Unable to verify as fixed - test case provided is not valid
Comment 5•26 years ago
|
||
Unable to verify bug fixed. The URL is not valid. Have reporter provide a
test case or have the assigned engineer verifying bug as fixed.
Reporter | ||
Updated•26 years ago
|
Reporter | ||
Comment 6•26 years ago
|
||
Provided another url (with a slightly better sample)
Reporter | ||
Updated•26 years ago
|
Status: RESOLVED → REOPENED
Reporter | ||
Comment 7•26 years ago
|
||
There are still some serious problem with the reflow, but maybe this isn't
because of the display settings. Maybe this bug is actually fixed but it isn't
working satisfying right now so somewhere there is a bug.
Updated•26 years ago
|
Whiteboard: Unable to verify as fixed - test case provided is not valid → Will have Prashant take a look at the Javascript
Comment 8•26 years ago
|
||
New URL added but there is still bad behavior. Will have Prashant take a look at
the Javascript.
Updated•26 years ago
|
OS: Windows 98 → Windows 95
QA Contact: 4110 → 4616
Whiteboard: Will have Prashant take a look at the Javascript → JavaScript is not getting executed.
Comment 9•26 years ago
|
||
I checked the URL and Javascript is not getting executed since its only written
for Microsoft Internet Explorer 5.0 If we open this page with MSIE 5.0 then only
that javascript will be executed. Page still has some problems with reflow.
Updated•26 years ago
|
Target Milestone: M3 → M4
Comment 10•26 years ago
|
||
moving to m4
Reporter | ||
Comment 11•26 years ago
|
||
If you look at the code a little more carefully you'll see that the initiation
is just for fixing IE5b2. The actual execution is done in the onclick handlers.
Assignee | ||
Updated•26 years ago
|
Status: REOPENED → ASSIGNED
Assignee | ||
Comment 12•26 years ago
|
||
Accepting bug...
Comment 13•26 years ago
|
||
Is this bug fixed? Resolution as of 3/24 is FIXED - View Bug Activity indicates
bug reopened 3/23. If reopened, please clear FIXED resolution.
Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago → 26 years ago
Assignee | ||
Comment 14•26 years ago
|
||
This bug is fixed to the extent that the current state of Gecko permits. There
are incremental reflow bugs after the attribute change happens via the DOM, but
there are open bugs for that class of problems already assigned to Kipp Hickman.
I'm closing this bug and marking as fixed.
To verify this bug, go to the test page and choose the CSS display attribute
setting that you need. You'll see hokey layout which becomes OK as soon as you
resize the window. This shows that incremental reflow caused by the initial DOM
poke contains bugs that get rectified as soon as you cause a full reflow
by resizing the window.
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 15•26 years ago
|
||
I verified this bug, and seems everything works fine except some reflow
problems. According to Nisheeth, there are incremental reflow bugs after the
attribute change happens via the DOM, but there are open bugs for that class of
problems already assigned to Kipp Hickman.
So I'm marking this bug as verified, since I don't see any other problems than
reflow now.
You need to log in
before you can comment on or make changes to this bug.
Description
•