Closed
Bug 1264983
Opened 9 years ago
Closed 9 years ago
[OSX] New Awesomebar Resultlist covers the OSX Dock
Categories
(Firefox :: Address Bar, defect)
Tracking
()
RESOLVED
FIXED
Firefox 48
Tracking | Status | |
---|---|---|
firefox48 | --- | fixed |
People
(Reporter: mehmet.sahin, Assigned: adw)
References
Details
Attachments
(2 files)
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:48.0) Gecko/20100101 Firefox/48.0
Build ID: 20160415030231
Steps to reproduce:
Firefox Nightly 48.0a1 (2016-04-15)
Mac OS 10.11.4
STR:
1.) move a Firefox window below the dock
2.) type something
Actual results:
The Awesomebar Resultlist covers the OSX Dock.
Expected results:
The Awesomebar Resultlist should not cover the OSX Dock.
Comment 1•9 years ago
|
||
is not the window already covering it, even without the popup?
Btw, we changed the behavior on purpose to avoid opening the popup upwards... so this may end up being a wontfix.
(In reply to Marco Bonardo [::mak] from comment #1)
> is not the window already covering it, even without the popup?
>
> Btw, we changed the behavior on purpose to avoid opening the popup
> upwards... so this may end up being a wontfix.
No, windows are always under the Dock on OSX. Also Safari's and Chrome's Resultlist is under the Dock.
Comment 3•9 years ago
|
||
I see, it may be a widget bug, and probably it's also already filed somewhere...
Status: UNCONFIRMED → NEW
Ever confirmed: true
Whiteboard: [DUPEME?]
Assignee | ||
Comment 5•9 years ago
|
||
This has gotta be a widget/popup bug. We're just opening a popup. It does have flip="none", but this still shouldn't happen.
Neil, any ideas?
Component: Untriaged → XUL Widgets
Flags: needinfo?(enndeakin)
Product: Firefox → Toolkit
Comment 6•9 years ago
|
||
You want to use level="parent" if you want the popup to stay at the same level as the parent window.
Flags: needinfo?(enndeakin)
Assignee | ||
Comment 7•9 years ago
|
||
Review commit: https://reviewboard.mozilla.org/r/46841/diff/#index_header
See other reviews: https://reviewboard.mozilla.org/r/46841/
Attachment #8741922 -
Flags: review?(mak77)
Assignee | ||
Updated•9 years ago
|
Assignee: nobody → adw
Status: NEW → ASSIGNED
Component: XUL Widgets → Location Bar
Product: Toolkit → Firefox
Whiteboard: [DUPEME?]
Comment 8•9 years ago
|
||
Comment on attachment 8741922 [details]
MozReview Request: Bug 1264983 - Make the awesomebar popup the same level as the parent window so that it doesn't cover the OS X dock. r?mak
https://reviewboard.mozilla.org/r/46841/#review44187
Attachment #8741922 -
Flags: review?(mak77) → review+
Assignee | ||
Comment 9•9 years ago
|
||
Comment 10•9 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
status-firefox48:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 48
You need to log in
before you can comment on or make changes to this bug.
Description
•