Closed
Bug 576063
Opened 16 years ago
Closed 16 years ago
Hovering the topmost pixel row in fullscreen mode doesn't show the browser UI when tabs are on top
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
FIXED
Firefox 4.0b2
| Tracking | Status | |
|---|---|---|
| blocking2.0 | --- | betaN+ |
People
(Reporter: jimm, Assigned: dao)
References
Details
Attachments
(1 file)
|
945 bytes,
patch
|
Gavin
:
review+
|
Details | Diff | Splinter Review |
Regression from bug 575994? The blue, mouse sensing border area shrunk to about a pixel or two, making it unreliable to hit on mouse moves.
| Reporter | ||
Updated•16 years ago
|
blocking2.0: --- → ?
Comment 1•16 years ago
|
||
This is not a regression - bug 490621
| Assignee | ||
Comment 2•16 years ago
|
||
Well, there might be a regression, but I'm not sure what it is. Are you saying that you move the mouse to the very top and the browser UI doesn't appear?
Component: Theme → General
QA Contact: theme → general
| Assignee | ||
Comment 3•16 years ago
|
||
I see, the small border becomes a problem when the firefox button is visible. So the solution is to remove the button.
Comment 4•16 years ago
|
||
(In reply to comment #2)
> Well, there might be a regression, but I'm not sure what it is. Are you saying
> that you move the mouse to the very top and the browser UI doesn't appear?
This works now that bug 571813 is fixed, the titlebar with menu disappeared, but the autohide row seems to be not on the screen edge in fullscreen mode, but on the 2nd pixel row only, which makes it hard to hit and is jumpy.
Reminds me of bug 575493 not to recognize the edge in maximized mode.
Comment 5•16 years ago
|
||
(In reply to comment #4)
> (In reply to comment #2)
> > Well, there might be a regression, but I'm not sure what it is. Are you saying
> > that you move the mouse to the very top and the browser UI doesn't appear?
>
> This works now that bug 571813 is fixed, the titlebar with menu disappeared,
> but the autohide row seems to be not on the screen edge in fullscreen mode, but
> on the 2nd pixel row only, which makes it hard to hit and is jumpy.
>
> Reminds me of bug 575493 not to recognize the edge in maximized mode.
In short yes, the screen edge doesn't trigger un-hide, only the second row.
Comment 6•16 years ago
|
||
It's hard to show tab bar (no matter how much i mouse over top of the screen) in fullscreen mode with 20100707 build. Should we re-open?
| Assignee | ||
Comment 7•16 years ago
|
||
(In reply to comment #6)
> It's hard to show tab bar (no matter how much i mouse over top of the screen)
> in fullscreen mode with 20100707 build. Should we re-open?
You should probably file a new bug with your exact configuration and steps to reproduce.
| Assignee | ||
Comment 9•16 years ago
|
||
morphing
Status: RESOLVED → REOPENED
Depends on: 571813
Resolution: DUPLICATE → ---
Summary: Fullscreen auto-hide doesn't un-hide → Hovering the topmost pixel row in fullscreen mode doesn't show the browser UI when tabs are on top
Comment 11•16 years ago
|
||
From Bug 577581, this problem caused by landing of Bug 430687
Blocks: 430687
| Assignee | ||
Comment 13•16 years ago
|
||
We set a bottom border on the toolbox when tabs are on top. Apparently clientHeight doesn't take this into account.
| Assignee | ||
Updated•16 years ago
|
Attachment #456871 -
Flags: review?(gavin.sharp)
Comment 14•16 years ago
|
||
Comment on attachment 456871 [details] [diff] [review]
patch
Aren't we supposed to prefer getBoundingClientRect() nowadays? I suppose it's wordier, but could put it in a local variable.
Attachment #456871 -
Flags: review?(gavin.sharp) → review+
| Assignee | ||
Comment 15•16 years ago
|
||
using getBoundingClientRect:
http://hg.mozilla.org/mozilla-central/rev/9c53adea30c6
Status: ASSIGNED → RESOLVED
Closed: 16 years ago → 16 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 4.0b2
| Assignee | ||
Updated•16 years ago
|
Attachment #456871 -
Flags: review?(mano)
Updated•15 years ago
|
blocking2.0: ? → betaN+
You need to log in
before you can comment on or make changes to this bug.
Description
•