Closed
Bug 327738
Opened 19 years ago
Closed 19 years ago
Reset Camino doesn't reset minimized windows
Categories
(Camino Graveyard :: General, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
Camino1.5
People
(Reporter: eric_apple, Assigned: froodian)
Details
(Keywords: fixed1.8.1, privacy, verified1.8.0.7)
Attachments
(1 file)
1.89 KB,
patch
|
bugzilla-graveyard
:
review+
sfraser_bugs
:
superreview+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8.0.1) Gecko/20060214 Camino/1.0
Build Identifier: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8.0.1) Gecko/20060214 Camino/1.0
When performing a "reset Camino" function, minimized windows are not reset and are left open. Previous version of Camino would reset rest these windows as well.
Note: Also using CamiTools but have not tested this bug while uninstalling CamiTools to see if there is a difference.
Reproducible: Always
Steps to Reproduce:
1. Open window A and minimize it
2. Open window B and then choose reset camino
3. Currrentt window is rest but others are left open and on the page viewed prior to reset camino being used.
Comment 1•19 years ago
|
||
Confirming with Camino 1.0 and a fresh profile. We probably forgot to look for minimised windows when we did those Reset Camino tweaks a month or so ago.
cl
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 2•19 years ago
|
||
resetBrowser: has this in the loop:
if ([curWindow isVisible])
[curWindow performClose:self];
Either we need to remove the -isVisible check, or add isMinimized. I was trying to eliminated places in the code where we can close partially constructed windows.
Flags: camino1.1?
Target Milestone: --- → Camino1.1
Keywords: regression
Assignee | ||
Updated•19 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Updated•19 years ago
|
Assignee: mikepinkerton → stridey
Status: ASSIGNED → NEW
Assignee | ||
Updated•19 years ago
|
Status: NEW → ASSIGNED
QA Contact: general
Assignee | ||
Comment 3•19 years ago
|
||
Attachment #226018 -
Flags: review?(bugzilla)
Updated•19 years ago
|
Attachment #226018 -
Flags: superreview+
Assignee | ||
Updated•19 years ago
|
Attachment #226018 -
Flags: review?(bugzilla)
Assignee | ||
Updated•19 years ago
|
Whiteboard: [needs checkin]
Comment 4•19 years ago
|
||
Comment on attachment 226018 [details] [diff] [review]
Patch
r=me, fwiw.
Guess this can go in. :)
cl
Attachment #226018 -
Flags: review+
Comment 5•19 years ago
|
||
Fixed trunk and branch
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Keywords: regression → fixed1.8.1
Resolution: --- → FIXED
Whiteboard: [needs checkin]
v. on the trunk
Status: RESOLVED → VERIFIED
Flags: camino1.1? → camino1.1+
This applies on 180 still, and we should take it for 1.0.3.
Flags: camino1.0.3? → camino1.0.3+
Whiteboard: [needs checkin 180branch]
Comment 8•19 years ago
|
||
Landed on the MOZILLA_1_8_0_BRANCH
Keywords: fixed1.8.0.7
Whiteboard: [needs checkin 180branch]
Someone please verify tomorrow and changed fixed1.8.0.7 to verified1.8.0.7.
Summary: Reset Camino doesn't reset minimized windows. → Reset Camino doesn't reset minimized windows
Assignee | ||
Updated•19 years ago
|
Keywords: fixed1.8.0.7 → verified1.8.0.7
You need to log in
before you can comment on or make changes to this bug.
Description
•