Closed
Bug 159197
Opened 23 years ago
Closed 23 years ago
toggling dynamically areas is not handled correctly [inline]
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 158230
People
(Reporter: tobias, Assigned: attinasi)
References
()
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.1b) Gecko/20020721
BuildID: 2002072104
im not sure what facts lead to this misbehaviour. if i hide certain areas with
javascript, they are not correctly hidden. as soon as i click anywhere on the
page the area suddenly appears again.
i dont know if this bug only concerns links but in the testcase i used links:
if i had clicked the link in a previous version of mozilla (for example 1.1a)
mozilla would have crashed. the crash now seems to be prevented (1.1b) but the
problem remains...
Reproducible: Always
Steps to Reproduce:
load sample url
click on "page #2" (a new page is loaded into the iframe, "page #2" is hidden
and "page #1" link appears)
click anywhere on the page
notice that the "page #2" link reappears though nothing invoked it
Actual Results: both links are visible instead of only one (depending on which
you click)
Expected Results: hide "page #2" link and show "page #1" link and the other way
round
testcase(url): the toggling is invoked by a javascript area in the page which is
loaded into the iframe.
![]() |
||
Comment 1•23 years ago
|
||
This was fixed by one of yesterday's checkins. ;) It'll be fixed in 1.1 final.
*** This bug has been marked as a duplicate of 158230 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
Updated•23 years ago
|
QA Contact: petersen → amar
![]() |
||
Updated•22 years ago
|
Summary: toggling dynamically areas is not handled correctly → toggling dynamically areas is not handled correctly [inline]
You need to log in
before you can comment on or make changes to this bug.
Description
•