Closed
Bug 273226
Opened 20 years ago
Closed 20 years ago
Location bar dropdown menu detached
Categories
(Firefox :: Address Bar, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: gidsgoldberg, Assigned: bugs)
References
Details
(Keywords: regression)
Attachments
(1 file)
8.97 KB,
image/png
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8a6) Gecko/20041204 Firefox/1.0+
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8a6) Gecko/20041204 Firefox/1.0+
The location bar dropdown is detatched from the location bar and lacks a
dropdown shadow. Seen on XP Classic and XP Luna
Reproducible: Always
Steps to Reproduce:
1.Click the location bar dropdown arrow
Actual Results:
There's a gap between the dropdown menu and the location bar
Expected Results:
No gap between them, the location bar should have a drop shadow
Reporter | ||
Comment 1•20 years ago
|
||
Comment 2•20 years ago
|
||
*** Bug 273328 has been marked as a duplicate of this bug. ***
Updated•20 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Keywords: aviary-landing
Summary: Location bar dropdown menu detatched → Location bar dropdown menu detatched
Updated•20 years ago
|
Summary: Location bar dropdown menu detatched → Location bar dropdown menu detached
Updated•20 years ago
|
Flags: blocking-aviary1.1?
Comment 4•20 years ago
|
||
This first appeared on the 11-24 Trunk build. I'm not so sure this was caused by
the aviary landing.
Comment 5•20 years ago
|
||
Wups, my bad. In theory I would have checked my pre-landing build before
claiming it was, but in fact since that shows it, I must not have.
Keywords: aviary-landing
Comment 6•20 years ago
|
||
It can't see the bug in:
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8a5) Gecko/20041123
Firefox/0.9.1+ 8:16am
But I can see the bug in:
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8a5) Gecko/20041124
Firefox/0.9.1+ 8:12am
I think the fix for bug 268576 could have caused this regression.
It looks like the gap is just as high as the url bar is offset from the top of
the box it is in.
It is indeed also a bit to the right, a few pixels.
Mozilla doesn't suffer from this bug. It has a different way to calculate where
the autocomplete popup should be.
Firefox XUL autocomplete textboxes are opened from textboxes with this method:
http://lxr.mozilla.org/mozilla/source/toolkit/content/widgets/autocomplete.xml#302
That is calling this:
http://lxr.mozilla.org/mozilla/source/toolkit/content/widgets/autocomplete.xml#502
Keywords: regression
That seems to be a good guess. I added Boris Zbarsky to the CC list, since he
coded the stuff in bug 268576 ;)
![]() |
||
Comment 8•20 years ago
|
||
I bet the patch in bug 271891 fixes this... Could someone check?
Depends on: 271891
Comment 9•20 years ago
|
||
The patch in bug 271891 fixes this indeed.
![]() |
||
Comment 10•20 years ago
|
||
Fixed by checkin for bug 271891
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•