Closed
Bug 98469
Opened 23 years ago
Closed 23 years ago
window targeting to _content does not always work.
Categories
(Core :: DOM: Navigation, defect)
Core
DOM: Navigation
Tracking
()
VERIFIED
FIXED
mozilla0.9.5
People
(Reporter: rpotts, Assigned: rpotts)
References
Details
(Whiteboard: PDT+)
Attachments
(1 file)
1.02 KB,
patch
|
pavlov
:
review+
jst
:
superreview+
|
Details | Diff | Splinter Review |
XUL uses a special window target called "_content" as a means of targeting the
closest 'non-chrome' window.
It turns out that if no 'non-chrome' windows are available then the URI load
simply fails. The correct behavior would be to open up a new browser window and
target its content area.
Assignee | ||
Comment 1•23 years ago
|
||
Assignee | ||
Comment 2•23 years ago
|
||
r=jst@netscape.com
(he really said so)
Comment 3•23 years ago
|
||
Comment on attachment 48394 [details] [diff] [review]
patch to nsDocShell.cpp
r=pavlov
Attachment #48394 -
Flags: review+
Updated•23 years ago
|
Attachment #48394 -
Flags: superreview+
Comment 6•23 years ago
|
||
Marking as nsbranch+ to nominate to the PDT for a PDT+.
Assignee | ||
Comment 9•23 years ago
|
||
the patch is now checked into the 0.9.4 branch.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•