Closed
Bug 519948
Opened 16 years ago
Closed 16 years ago
showing the urlbar should not scroll to the top
Categories
(Firefox for Android Graveyard :: General, defect)
Firefox for Android Graveyard
General
Tracking
(Not tracked)
VERIFIED
FIXED
fennec1.0b5
People
(Reporter: vingtetun, Assigned: vingtetun)
Details
Attachments
(1 file)
1.55 KB,
patch
|
mfinkle
:
review+
|
Details | Diff | Splinter Review |
Steps to reproduce:
* go to google.com
* do any search
* scroll to the bottom of the page
* hit Ctrl+L
* dismiss the urlbar
Actual result:
* we can see the top of the web page
Expected result:
* the part of the page we have leave before hitting Ctrl+L
I've add gFocusManager as a global var cause in a near future there will be probably more and more place where we want to use it. (e.g the scroll patch that have been back out recently, the forms helper).
This is also good for user perception when he hit Ctrl+L after panning to the bottom cause it replace :
* scroll to the top and show a part of the urlbar
* display the awesome list
by:
* display the awesome list
Attachment #404014 -
Flags: review?(mark.finkle)
Assignee | ||
Updated•16 years ago
|
Assignee: nobody → 21
Updated•16 years ago
|
Attachment #404014 -
Flags: review?(mark.finkle) → review+
Comment 1•16 years ago
|
||
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Target Milestone: --- → B5
Comment 2•16 years ago
|
||
verified FIXED On builds:
Mozilla/5.0 (X11; U; Linux armv7l; en-US; rv:1.9.2b1pre) Gecko/20091013
Fennec/1.0b5pre
and
Mozilla/5.0 (X11; U; Linux armv6l; en-US; rv:1.9.3a1pre) Gecko/20091013
Fennec/1.0b5pre
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•