Closed Bug 95136 Opened 23 years ago Closed 23 years ago

Cannot target an <iframe> which has it's display set to none

Categories

(Core :: Layout: Images, Video, and HTML Frames, defect)

x86
Windows 2000
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 52334
mozilla1.1alpha

People

(Reporter: neil, Assigned: john)

Details

When I run this code in Mozilla 2001080603 the page loads into frame2 (the visible one) just fine, but I can't seem to target frame1 at all. It just pops up a new window. Is this really a bug or am I doing something wrong? -- test1.html <html> <head> <style> #frame1 { display: none; } </style> </head> <body> <a href="test2.html" target="frame1">Write to hidden iframe</a><br> <a href="test2.html" target="frame2">Write to visible iframe</a><br> <iframe name="frame1" id="frame1"></iframe> <iframe name="frame2" id="frame2"></iframe> </body> </html> -- test2.html <html> <head> </head> <body> Loaded </body> </html>
This bug is a dup of 52334 "Problems with contentDocument and 'display:none' in IFRAMES." Marking as dup. *** This bug has been marked as a duplicate of 52334 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
This is not a dupe of bug# 52334. The actual problem described in the bug# 52334 is dom specific bug. (document.getElementById('iframeId3').style.display="none";). I think that this bug is different. Reopening..
Status: RESOLVED → UNCONFIRMED
Resolution: DUPLICATE → ---
to default owner.
Assignee: pollmann → eric
Status: UNCONFIRMED → NEW
Ever confirmed: true
Target Milestone: --- → mozilla1.1
Bulk re-assigning all of Eric's HTMLFrame bugs to John.
Assignee: eric → jkeiser
This is a duplicate of 52334 (it's the same problem I was having). jst- can you dupe this?
*** This bug has been marked as a duplicate of 52334 ***
Status: NEW → RESOLVED
Closed: 23 years ago23 years ago
Resolution: --- → DUPLICATE
Product: Core → Core Graveyard
Component: Layout: HTML Frames → Layout: Images
Product: Core Graveyard → Core
You need to log in before you can comment on or make changes to this bug.