Closed Bug 474373 Opened 16 years ago Closed 15 years ago

Cannot Re-Open a Browser Window if MozMill is Open

Categories

(Testing Graveyard :: Mozmill, defect)

defect
Not set
normal

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: aakashd, Unassigned)

Details

(Whiteboard: [verified-mozmill-1.1])

User-Agent:       Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.2a1pre) Gecko/20090104 Minefield/3.2a1pre
Build Identifier: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.2a1pre) Gecko/20090104 Minefield/3.2a1pre

After closing a browser while editing a test case in Mozmill, I wasn't able to open a new browser through any means. This includes starting a new test case using the controller.open() command.

Reproducible: Always

Steps to Reproduce:
1. Open Mozmill
2. Close all open browsers
3. Try opening a new browser window through any standard approach (File menu, Ctrl/Cmd+N, Run Editor with a Controller.open() command)
Actual Results:  
A browser window does not open.

Expected Results:  
A browser window should be able to open at any time whether Mozmill is in the middle of a test run or it isn't.

This issue is found on Shiretoko 3.1b3pre as well.
Yeah. We should add a new menu item for that. Adam, do you have a free cycle?
Status: UNCONFIRMED → NEW
Ever confirmed: true
OS: Mac OS X → All
Hardware: x86 → All
Is there any kind of exception thrown during all this? I will have some time to debug this in the morning.
This is the warning that sprung up in the error console after closing my last browser window.


Warning: Error in parsing value for 'overflow'.  Declaration dropped.
Source File: chrome://mozmill/content/mozmill.xul
Line: 0
Added a file menu with an accel+n to open a new window, Committed revision 323.
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Sorry but "File | New Window" doesn't work for me with r328. There are no errors displayed in the error console. I tested with Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.2a1pre) Gecko/20090128 Minefield/3.2a1pre
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Whiteboard: [mozmill-1.1]
We don't have a high level file menu now, but you can use cmd+n to open a new browser window. I don't know how to add a high level file menu to make this work now that we aren't in xul overlay land so I am handing this off to Clint.
Cmd/Ctrl+N should be used as a shortcut to open a new test file instead of open a new browser window. That interferes with the guidelines. We should better find a new shortcut to open up a new browser window.
cmd/ctrl+n opens a new browser window in every other window, seems like people expect that behavior.. but desktop apps use cmd/ctrl+n to create a new file, design decision up to clint/mikeal.
i think we have to change the newfile shortcut to something else if this is actually prohibiting use from being able to open a browser window if all other windows are closed.
Currently cmd+n will open a new browser window regardless if any are open or not. Opening a new window is currently cmd+b (for open a blank file). I think we should leave it as it is, because anything other than cmd+n to open a new window is confusing and goes against the norm.
cmd+n opens a new browser window in the rest of the app, it'll do so in the mozmill window as well.
Status: REOPENED → RESOLVED
Closed: 16 years ago15 years ago
Resolution: --- → FIXED
Status: RESOLVED → VERIFIED
Whiteboard: [mozmill-1.1] → [verified-mozmill-1.1]
Product: Testing → Testing Graveyard
You need to log in before you can comment on or make changes to this bug.