Closed
Bug 201652
Opened 22 years ago
Closed 22 years ago
mail link does not restore minimize/iconified browser window
Categories
(SeaMonkey :: UI Design, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla1.4beta
People
(Reporter: jamesrome, Assigned: sspitzer)
References
Details
(Keywords: regression)
Attachments
(1 file)
843 bytes,
patch
|
bryner
:
review+
|
Details | Diff | Splinter Review |
If the browser window is minimized, and if you click a link in a mail message,
it appears as if nothing is happening because the browser window stays minimized.
In my opinion, clicking such a link should unminimize the browser.
Win2k build 2003040308
Comment 1•22 years ago
|
||
Please select a better component the next time, Browser General doesn't fix bugs !
-> XP APPS
Assignee: asa → jaggernaut
Component: Browser-General → XP Apps
QA Contact: asa → paw
Reporter | ||
Comment 2•22 years ago
|
||
Sorry, but I had no clue which component to pick because it was mail + browser,
and I don't know what XP Apps is....
![]() |
||
Comment 3•22 years ago
|
||
James, you may want to read the component descriptions (the link on the word
"Component" leads there)... Sometimes those help (not much in this case, though).
Updated•22 years ago
|
Summary: mail link does not unminimize browser → mail link does not restore minimize/iconified browser window
Comment 4•22 years ago
|
||
This problem also occurs in all AIX builds after 4/15 22:15.
Nominating, this is a bad regression for Mail. Note, additionally, if the
browser window is openend but not up front, clicking on a link in a mail message
does not bring the browser window to the front.
Keywords: nsbeta1
Reporter | ||
Comment 6•22 years ago
|
||
Thanks for agreeing with me :-)
This may have been caused by a fix to 199360, waiting for comments in that bug
to confirm this, I'll leave this open until I find out.
Comment 8•22 years ago
|
||
I think this regression should be "plus'ed" for nsbeta1.
Assignee | ||
Comment 9•22 years ago
|
||
yeah, this is all me jag, cause by my checking for 199360.
working on it...
Assignee: jaggernaut → sspitzer
Flags: blocking1.4b+
Keywords: regression
Target Milestone: --- → mozilla1.4beta
Assignee | ||
Comment 10•22 years ago
|
||
Comment 11•22 years ago
|
||
resolving as dup because this scenario is mentioned in bug 199360 as a side
affect of the fix.
*** This bug has been marked as a duplicate of 199360 ***
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
Comment 12•22 years ago
|
||
Comment on attachment 121474 [details] [diff] [review]
patch
r/sr=me
Attachment #121474 -
Flags: review+
Comment 13•22 years ago
|
||
removing the dup status
Status: RESOLVED → REOPENED
Resolution: DUPLICATE → ---
Comment 14•22 years ago
|
||
*** Bug 203157 has been marked as a duplicate of this bug. ***
Assignee | ||
Comment 15•22 years ago
|
||
fixed checked in last night.
Severity: minor → normal
Status: ASSIGNED → RESOLVED
Closed: 22 years ago → 22 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 16•22 years ago
|
||
whoops, problem with this, as sarah points out.
we need to focus on the content area, so that in the new window, keyboard
scrolling works.
otherwise, the window has focus, and you have to click in / tab into the content
area first, before that works.
she's logging a new bug, but here's the patch:
Index: resources/content/contentAreaUtils.js
===================================================================
RCS file: /cvsroot/mozilla/xpfe/communicator/resources/content/contentAreaUtils.
js,v
retrieving revision 1.76
diff -u -w -r1.76 contentAreaUtils.js
--- resources/content/contentAreaUtils.js 24 Apr 2003 00:13:12 -00001.76
+++ resources/content/contentAreaUtils.js 28 Apr 2003 21:32:16 -0000
@@ -110,7 +110,7 @@
// if there's an existing browser window, open this url in one
if (browserWin) {
browserWin.getBrowser().loadURI(url); // Just do a normal load.
- browserWin.focus();
+ browserWin.content.focus();
}
else
window.openDialog(getBrowserURL(), "_blank", "chrome,all,dialog=no", url, n
ull, null);
QA Contact: paw → esther
Comment 17•22 years ago
|
||
filed bug 203716.
Comment 18•22 years ago
|
||
using trunk build 20030428 on winxp, macosx and linux this is fixed. Verified
Status: RESOLVED → VERIFIED
Updated•20 years ago
|
Product: Core → Mozilla Application Suite
You need to log in
before you can comment on or make changes to this bug.
Description
•