Closed Bug 1858 Opened 26 years ago Closed 26 years ago

Changing display and through Javascript

Categories

(Core :: CSS Parsing and Computation, defect, P2)

x86
Windows 95
defect

Tracking

()

VERIFIED FIXED

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
Setting all current Open Critical and Major to M3
Assignee: peterl → kipp
Display/visibility now work from script. There are some reflow issues though...
Status: NEW → ASSIGNED
Priority: P1 → P2
Assignee: kipp → nisheeth
Status: ASSIGNED → NEW
I believe nisheeth has fixed this (our own tests now work) so I'm giving it to him to close...
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Yes, this bug is fixed. Marking as such.
Whiteboard: Unable to verify as fixed - test case provided is not valid
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.
Provided another url (with a slightly better sample)
Status: RESOLVED → REOPENED
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.
Whiteboard: Unable to verify as fixed - test case provided is not valid → Will have Prashant take a look at the Javascript
New URL added but there is still bad behavior. Will have Prashant take a look at the Javascript.
OS: Windows 98 → Windows 95
QA Contact: 4110 → 4616
Whiteboard: Will have Prashant take a look at the Javascript → JavaScript is not getting executed.
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.
Target Milestone: M3 → M4
moving to m4
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.
Status: REOPENED → ASSIGNED
Accepting bug...
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.
Status: ASSIGNED → RESOLVED
Closed: 26 years ago26 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.
Status: RESOLVED → VERIFIED
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.