Closed
Bug 451676
Opened 17 years ago
Closed 17 years ago
Remember the URLBar position when switching tabs
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: mfinkle, Assigned: mfinkle)
Details
Attachments
(1 file)
|
1.79 KB,
patch
|
Gavin
:
review+
|
Details | Diff | Splinter Review |
Currently, the URLBar panning position is global. It should be per-tab.
This patch stores off the URLBar position in the tab object itself during a URLBar pan. Then when switching tabs, we use the cached position to reset the URLBar position for the new tab.
Attachment #335004 -
Flags: review?(gavin.sharp)
Updated•17 years ago
|
Attachment #335004 -
Flags: review?(gavin.sharp) → review+
| Assignee | ||
Comment 1•17 years ago
|
||
changeset: 114:661ac32b1fd7
tag: tip
user: Mark Finkle <mfinkle@mozilla.com>
date: Fri Aug 22 23:25:17 2008 -0400
summary: b=451676, r=gavin. Remember the URLBar position when switching tabs
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Comment 2•16 years ago
|
||
verified FIXED on build:
Mozilla/5.0 (X11; U; Linux armv6l; en-US; rv:1.9.2a2pre) Gecko/20090921
Fennec/1.0b4pre
and
Mozilla/5.0 (Windows; U; WindowsCE 5.2; en-US; rv:1.9.2a2pre) Gecko/20090921 Fennec/1.0a3
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•