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)

x86
Windows 2000
defect
Not set
normal

Tracking

(Not tracked)

VERIFIED FIXED
mozilla1.4beta

People

(Reporter: jamesrome, Assigned: sspitzer)

References

Details

(Keywords: regression)

Attachments

(1 file)

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
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
Sorry, but I had no clue which component to pick because it was mail + browser, and I don't know what XP Apps is....
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).
Summary: mail link does not unminimize browser → mail link does not restore minimize/iconified browser window
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
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.
I think this regression should be "plus'ed" for nsbeta1.
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
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 on attachment 121474 [details] [diff] [review] patch r/sr=me
Attachment #121474 - Flags: review+
removing the dup status
Status: RESOLVED → REOPENED
Resolution: DUPLICATE → ---
Status: REOPENED → ASSIGNED
*** Bug 203157 has been marked as a duplicate of this bug. ***
fixed checked in last night.
Severity: minor → normal
Status: ASSIGNED → RESOLVED
Closed: 22 years ago22 years ago
Resolution: --- → FIXED
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
using trunk build 20030428 on winxp, macosx and linux this is fixed. Verified
Status: RESOLVED → VERIFIED
Product: Core → Mozilla Application Suite
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: