Closed
Bug 307412
Opened 19 years ago
Closed 19 years ago
other dialogs don't open from options dialog when options dialog is opened from startmenu
Categories
(Firefox :: Settings UI, defect)
Firefox
Settings UI
Tracking
()
RESOLVED
FIXED
Firefox1.5
People
(Reporter: mozilla.org, Assigned: mossop)
Details
(Keywords: fixed1.8)
Attachments
(1 file)
|
1.75 KB,
patch
|
mconnor
:
review+
asa
:
approval1.8b5+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b4) Gecko/20050907 Firefox/1.4 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b4) Gecko/20050907 Firefox/1.4 When I open the option dialog from the start menu, right clicking on firefox icon and press a button which should open another dialog ( ex 'view Cookies' ) those dialogs don't open. It doesn't metter if firefox is open or not. Firefox is added to the startmenu because it is my default browser. I supose the menu is not visible when it is in the most commonly used list or in 'all programs' part of the menu Reproducible: Always Steps to Reproduce: 1. Press Start 2. Right click on firefox icon 3. Choose 'Firefox Options' 4. Press a button which opens an other dialog (ex 'View Cookies') Actual Results: Nothing happens Expected Results: A dialog should open where you can view your cookies
Comment 1•19 years ago
|
||
How you start Firefox shouldn't have anything to do with this... can you reproduce this with a clean profile?
| Assignee | ||
Comment 2•19 years ago
|
||
I can confirm this with a blank profile. Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a1) Gecko/20050907 Firefox/1.6a1 ID:2005090707
Status: UNCONFIRMED → NEW
Ever confirmed: true
| Assignee | ||
Comment 3•19 years ago
|
||
Not all sub-windows fail, but those that do seem to be those calling openWindow (http://lxr.mozilla.org/mozilla/source/toolkit/content/widgets/preferences.xml#845). Even the JavaScript options extension is affected here.
Comment 4•19 years ago
|
||
(In reply to comment #1) > How you start Firefox shouldn't have anything to do with this... can you > reproduce this with a clean profile? How you open Firefox is exactly what causes this bug :). Opening the prefs dialog by right clicking the start menu shortcut is the same as |firefox.exe -preferences|. (In reply to comment #3) > Not all sub-windows fail, but those that do seem to be those calling openWindow Indeed, if the options dialog is opened via the start menu, there is no "window.parent", so it fails if instantApply isn't enabled.
Assignee: nobody → gavin.sharp
| Assignee | ||
Updated•19 years ago
|
Assignee: gavin.sharp → mossop
| Assignee | ||
Updated•19 years ago
|
Status: NEW → ASSIGNED
| Assignee | ||
Comment 5•19 years ago
|
||
This patch makes it fall back to opening with the prefwindow when the window opener is non-existant or closed.
Attachment #195880 -
Flags: review?(mconnor)
| Assignee | ||
Updated•19 years ago
|
Flags: blocking1.8b5?
Updated•19 years ago
|
Attachment #195880 -
Flags: review?(mconnor) → review+
Updated•19 years ago
|
Whiteboard: [checkin needed]
Updated•19 years ago
|
Flags: blocking1.8b5? → blocking1.8b5+
Comment 6•19 years ago
|
||
Checking in toolkit/content/widgets/preferences.xml; /cvsroot/mozilla/toolkit/content/widgets/preferences.xml,v <-- preferences.xml new revision: 1.34; previous revision: 1.33 done
Updated•19 years ago
|
OS: Windows XP → All
Hardware: PC → All
Whiteboard: [checkin needed]
Target Milestone: --- → Firefox1.5
Version: unspecified → 1.5 Branch
Comment 7•19 years ago
|
||
Comment on attachment 195880 [details] [diff] [review] Patch we should look into taking the patch for this 1.8b5 blocking bug if we can verify that things work now on the trunk.
Attachment #195880 -
Flags: approval1.8b5?
Comment 9•19 years ago
|
||
Please resolve bugs when you land them on the trunk. Without that status, the bug won't get QA Verification attention and we don't want to take fixes until they've been verified on the trunk. The approval request is enough to keep this bug alive even after being verified on the trunk.
| Assignee | ||
Comment 10•19 years ago
|
||
Ok, wasnt sure of the process.
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Updated•19 years ago
|
Attachment #195880 -
Flags: approval1.8b5? → approval1.8b5+
Comment 11•19 years ago
|
||
1.8 Branch: mozilla/toolkit/content/widgets/preferences.xml; new revision: 1.31.2.3;
Keywords: fixed1.8
Version: 1.5 Branch → unspecified
You need to log in
before you can comment on or make changes to this bug.
Description
•