Closed
Bug 299444
Opened 20 years ago
Closed 20 years ago
Opening links from other applications in a new tab does not work anymore
Categories
(SeaMonkey :: UI Design, defect)
SeaMonkey
UI Design
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: bugzilla.spam2, Assigned: ajschult784)
References
Details
(Keywords: regression)
Attachments
(2 files, 2 obsolete files)
|
1.68 KB,
patch
|
neil
:
review+
dveditz
:
superreview+
dveditz
:
approval1.8b3+
|
Details | Diff | Splinter Review |
|
1.00 KB,
patch
|
neil
:
review+
neil
:
superreview+
asa
:
approval1.8b3+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b2) Gecko/20050701
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b2) Gecko/20050701
Opening links from other applications in a new tab does not work anymore.
Every time I open a link from another application Mozilla opens a new window
instead of opening a new tab in the current window as selected in the
preferences. The same happens when I switch to open links from other
applications in the current window/tab.
This seems to be Mozilla specific as it still works in Firefox trunk builds.
Reproducible: Always
Comment 1•20 years ago
|
||
Build: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8b2) Gecko/20050702
I can reproduce this bug in the nightly trunk build above.
Keywords: regression
Comment 2•20 years ago
|
||
This was never actually completely fixed - which is why I reopened bug 121969.
However, up until about a week ago a workaround was to use the "singlewindow"
extension. That no longer works. So something has definitely got worse.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 3•20 years ago
|
||
Also seen in Build ID: 2005062905
Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.8b2) Gecko/20050629
Maybe the component is XP Apps?
Component: General → XP Apps
Updated•20 years ago
|
Assignee: general → jag
QA Contact: general
Comment 4•20 years ago
|
||
*** Bug 299983 has been marked as a duplicate of this bug. ***
Comment 5•20 years ago
|
||
This probably regressed due to bug 298255
Assignee: jag → dveditz
Depends on: 298255
Comment 6•20 years ago
|
||
*** Bug 300171 has been marked as a duplicate of this bug. ***
| Assignee | ||
Comment 7•20 years ago
|
||
Attachment #188778 -
Flags: review?(neil.parkwaycc.co.uk)
| Assignee | ||
Updated•20 years ago
|
Assignee: dveditz → ajschult
Severity: normal → major
OS: Windows XP → All
Hardware: PC → All
Comment 8•20 years ago
|
||
Comment on attachment 188778 [details] [diff] [review]
patch
Argh, I caught that, patched it, and then didn't check in! diff is still in my
tree.
sr=dveditz
Attachment #188778 -
Flags: superreview+
Attachment #188778 -
Flags: approval1.8b3+
Comment 9•20 years ago
|
||
Fix checked in
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Comment 10•20 years ago
|
||
Comment on attachment 188778 [details] [diff] [review]
patch
> var loadflags = isExternal ?
>- nsCI.nsIWebNavigation.LOAD_FLAGS_FROM_EXTERNAL :
>- nsCI.nsIWebNavigation.LOAD_FLAGS_NONE;
>+ Components.interfaces.nsIWebNavigation.LOAD_FLAGS_FROM_EXTERNAL :
>+ Components.interfaces.nsIWebNavigation.LOAD_FLAGS_NONE;
Looks like dveditz checked this in without the unnecessary
Components.interfaces. prefix (the const is in browser.js).
Attachment #188778 -
Flags: review?(neil.parkwaycc.co.uk) → review+
| Reporter | ||
Comment 11•20 years ago
|
||
Reopening - tinderbox build 2005070923
Using the latest SeaMonkey build this is still not fixed for me. Links from an
external application are still opened in a new window.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Comment 12•20 years ago
|
||
Agreed. A 7/10-04 build still fails.
| Assignee | ||
Comment 13•20 years ago
|
||
Opening in the same browser window (not a new tab) was still broken and this
patch fixes that. With this patch, everything works properly for me -- the
code I'm patching works and the (linux-specific) code that calls it also works.
is there any reason not to pass the referer?
If you're still having problems opening in a new tab, this patch won't fix it
and you should file a new bug with detailed steps to reproduce so someone can
fix what you're seeing.
Attachment #188847 -
Flags: review?(neil.parkwaycc.co.uk)
Comment 14•20 years ago
|
||
Comment on attachment 188847 [details] [diff] [review]
patch
I think what attachment 188778 [details] [diff] [review] actually fixed was bug 299983 (although I
haven't checked this). This is probably a separate bug caused by my not
implementing all the pieces of the preference. I'll have to go back and see
what I missed.
(In reply to comment #13)
>is there any reason not to pass the referer?
Because if there's no opener then there's no referrer.
Attachment #188847 -
Flags: review?(neil.parkwaycc.co.uk) → review-
Comment 15•20 years ago
|
||
I'm happy to report that opening links from other applications in a new tab in
current window worked fine with both build (20050710) currently i've tested.
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b3) Gecko/20050710
SeaMonkey/1.0a Build ID : 2005071005 and 2005071014
| Assignee | ||
Comment 16•20 years ago
|
||
Attachment #188847 -
Attachment is obsolete: true
Attachment #188900 -
Flags: review?(neil.parkwaycc.co.uk)
Comment 17•20 years ago
|
||
Comment on attachment 188900 [details] [diff] [review]
patch without referer
Duplicate of attachment 188778 [details] [diff] [review]
Attachment #188900 -
Attachment is obsolete: true
Attachment #188900 -
Flags: review?(neil.parkwaycc.co.uk)
Comment 19•20 years ago
|
||
Comment on attachment 188937 [details] [diff] [review]
the real patch
Oh, I get the point now, thanks.
Attachment #188937 -
Flags: superreview+
Attachment #188937 -
Flags: review?(neil.parkwaycc.co.uk)
Attachment #188937 -
Flags: review+
| Assignee | ||
Comment 20•20 years ago
|
||
Comment on attachment 188937 [details] [diff] [review]
the real patch
this is 100% seamonkey code
Attachment #188937 -
Flags: approval1.8b3?
Updated•20 years ago
|
Attachment #188937 -
Flags: approval1.8b3? → approval1.8b3+
| Assignee | ||
Comment 21•20 years ago
|
||
Comment on attachment 188937 [details] [diff] [review]
the real patch
this is in
this is FIXED
if you are still seeing symptoms of this bug, please file a new bug and provide
reproducible steps to trigger the bug.
| Assignee | ||
Updated•20 years ago
|
Status: REOPENED → RESOLVED
Closed: 20 years ago → 20 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•