Closed
Bug 596361
Opened 14 years ago
Closed 14 years ago
Some windows aren't properly created if their initial position is offscreen
Categories
(Core :: Widget, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 598673
Tracking | Status | |
---|---|---|
blocking2.0 | --- | final+ |
People
(Reporter: erikvvold, Unassigned)
References
(Depends on 1 open bug)
Details
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:2.0b6pre) Gecko/20100913 Firefox/4.0b6pre
Build Identifier: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:2.0b6pre) Gecko/20100913 Firefox/4.0b6pre
I did this: http://twitter.com/erikvold/status/24506895876
Then this happened: http://twitter.com/erikvold/status/24506987588
Reproducible: Always
Steps to Reproduce:
1. On Gecko/20100913 Firefox/4.0b6pre do this: http://twitter.com/erikvold/status/24506895876
2. Try to open the error console
Actual Results:
Nothing happens
Expected Results:
Error console should open
Updated•14 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 14 years ago
Resolution: --- → DUPLICATE
Comment 2•14 years ago
|
||
Not a dup. Bug 583476 is about the HUD Web Console, this one is about the Chrome Error Console.
Status: RESOLVED → REOPENED
Component: Developer Tools → Menus
Ever confirmed: true
QA Contact: developer.tools → menus
Resolution: DUPLICATE → ---
Comment 3•14 years ago
|
||
WFM, did you try to use the key command or the menu item?
This is working now for some reason, when it wasn't working it was just for one profile, and I tried a couple of others and those worked, eventually rebooted and now it's working. Anyhow I can't reproduce this now so I'll close.
Status: REOPENED → RESOLVED
Closed: 14 years ago → 14 years ago
Resolution: --- → WORKSFORME
Comment 6•14 years ago
|
||
Have you eventually used Panorama during that session?
Comment 7•14 years ago
|
||
I had a problem with the Error Console in one of my testing profiles. Console would not open via menu or keyboard shortcut. Creating a new profile fixed the issue. Seems like there might be something here.
Comment 8•14 years ago
|
||
also, I noticed this inability to open the Error Console before the patch landed in bug 593538.
Reopening as unconfirmed. I'd like a test-case that shows how this happens.
Status: RESOLVED → UNCONFIRMED
Component: Menus → Error Console
Ever confirmed: false
Product: Firefox → Toolkit
QA Contact: menus → error.console
Resolution: WORKSFORME → ---
(In reply to comment #6)
> Have you eventually used Panorama during that session?
no
Comment 10•14 years ago
|
||
I had this problem for a time, I also saw the download manager wouldn't open for a while too. Both of them resolved themselves after a while though.
Comment 11•14 years ago
|
||
from a discussion in IRC, I was pointed to localstore.rdf in my profile.
<RDF:Description RDF:about="chrome://global/content/console.xul#JSConsoleWindow"
sizemode="normal"
screenX="-1449"
screenY="563"
width="3383"
height="332" />
sure enough, these values are out-of-bounds and suggested what I did to cause it:
1. Open the Error Console.
2. Move the Error Console to the left of the screen and make it wider using the resizer.
3. Repeat step 2 moving it left of the screen boundary.
4. Quit Firefox when the console is sufficiently large
5. Restart, open the Error Console
Expected Result:
Error Console should open. What happens, Error Console does not appear.
Let me know if this matches what you're seeing and if possible, relay the contents of the JSConsole's section of localstore.rdf.
Updated•14 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Reporter | ||
Comment 12•14 years ago
|
||
I was using a 2nd monitor before this happened, and likely had the error console on the other screen, it wasn't plugged in when I experienced this issue though.
Comment 13•14 years ago
|
||
(In reply to comment #12)
> I was using a 2nd monitor before this happened, and likely had the error
> console on the other screen, it wasn't plugged in when I experienced this issue
> though.
I blame hardware:)
Comment 14•14 years ago
|
||
I blame our window opening code. Moving to something more widgety.
Component: Error Console → Widget
Product: Toolkit → Core
QA Contact: error.console → general
Comment 15•14 years ago
|
||
I've seen this too, and Cww found some other very-likely dupes. It seems that this regressed around the early betas. I got some more info today:
On 3.6 if a window was entirely offscreen it is moved to ensure at least some part of it is visible. On 4.0 this is not happening and, worse, it doesn't have to be entirely offscreen, just to have a negative screenX.
Slightly simpler STR:
- Ensure that your browser window is not "maximized" (resizing it a bit smaller should suffice)
- Move window a few pixels offscreen to the left
- Close window
- Cmd + N to open window
Results:
The window does not appear, except on the "Window" menu. Selecting it on the menu has no effect (for example, the options "Close Tab" and "Close Window" does not appear on the "File" menu)
To get out of this situation, open a few more windows using Cmd+N until one of them appears onscreen, or change the negative screenX value on localstore.rdf
blocking2.0: --- → ?
Keywords: regressionwindow-wanted
Summary: Error Console does not open → Some windows aren't properly created if their initial position is offscreen
Comment 16•14 years ago
|
||
Sounds good, Felipe. Pretty sure this should block final release as it's very confusing if you manage to do this accidentally.
blocking2.0: ? → final+
Comment 17•14 years ago
|
||
Dup'ing forward as bz bisected the regression range on the other bug
Status: NEW → RESOLVED
Closed: 14 years ago → 14 years ago
Keywords: regressionwindow-wanted
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•