Closed
Bug 7755
Opened 27 years ago
Closed 27 years ago
Hidden objects with position set to relative or absolute don't display under Javascript control unless they are first set to 'visible' and then hidden from an ONLOAD handler.
Categories
(Core :: DOM: Core & HTML, defect, P3)
Tracking
()
People
(Reporter: reboughner, Assigned: vidur)
References
()
Details
(Whiteboard: [TESTCASE] dan6992@hotmail.com)
Attachments
(2 files)
The example that is submitted contains two frames. The left one has links which
cause the display of hidden images to occur in the right hand frame. The
Javascript code doesn't function right unless I first change the style rule to
visible and from an ONLOAD handler reset them to 'hidden'. The code functions
find in IE 5.0.
| Reporter | ||
Comment 1•27 years ago
|
||
| Reporter | ||
Comment 2•27 years ago
|
||
| Reporter | ||
Comment 3•27 years ago
|
||
Forgot to mention that my tests were done with the M6 build of Gecko.
Also, the activity indicator barber pole on the bottom left of the browser
window shows continuous activity when I click on a link in the left hand frame.
If I click the stop button, I loose the main map image and it gets replaced with
its image rectangle.
Assignee: leger → mccabe
Component: JavaScript → Javascript Engine
QA Contact: leger → cbegle
reboughner, please use Javascript Engine, not Javascript component. See:
http://bugzilla.mozilla.org/describecomponents.cgi?product=Browser
Javascript component being retired.
cbegle, yours?
Component: Javascript Engine → DOM Level 0
QA Contact: cbegle → gerardok
Updated•27 years ago
|
Assignee: mccabe → vidur
Comment 6•27 years ago
|
||
Assigning to the DOM component owner.
Component: DOM Level 0 → DOM Level 2
Summary: Hidden images don't display under Javascript control unless they are first set to 'visible' and then hidden from an ONLOAD handler. → Hidden objects with position set to relative or absolute don't display under Javascript control unless they are first set to 'visible' and then hidden from an ONLOAD handler.
Whiteboard: [TESTCASE] dan6992@hotmail.com
| Assignee | ||
Updated•27 years ago
|
Status: NEW → RESOLVED
Closed: 27 years ago
Resolution: --- → DUPLICATE
| Assignee | ||
Comment 7•27 years ago
|
||
The style context for the image frame is correctly update to reflect the
visibility change, but the view isn't getting notified. Looks like a duplicate
of 10402.
*** This bug has been marked as a duplicate of 10402 ***
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 8•26 years ago
|
||
Marking VERFIED DUPLICATE per vidur's comments.
Updated•25 years ago
|
Component: DOM Level 2 → DOM Other
Updated•25 years ago
|
Component: DOM Other → DOM Level 1
Updated•7 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•