Closed
Bug 688800
Opened 14 years ago
Closed 14 years ago
[tabletui] UI jumps around when tapping or scrolling in the tab sidebar
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
Firefox 9
People
(Reporter: mbrubeck, Assigned: mbrubeck)
References
Details
(Keywords: polish, Whiteboard: [inbound])
Attachments
(2 files)
|
1.47 KB,
patch
|
mfinkle
:
review+
|
Details | Diff | Splinter Review |
|
1.91 KB,
patch
|
mfinkle
:
review+
|
Details | Diff | Splinter Review |
Steps to reproduce:
1. Open Fennec in landscape tablet mode with at least two tabs.
2. Tap in the sidebar to change tabs.
Expected results: Fennec switches tabs but nothing else changes.
Actual results: While your finger is down, the toolbar and browser content changes its layout.
This is because the customDragger code from bug 686417 is too grabby. This patch makes it wait until you actually drag horizontally before grabbing the sidebar and changing the viewable area.
Attachment #562099 -
Flags: review?(mark.finkle)
Updated•14 years ago
|
Attachment #562099 -
Flags: review?(mark.finkle) → review+
| Assignee | ||
Comment 1•14 years ago
|
||
Another kind of jumpiness: It looks weird to have the curvy tabs button still in the toolbar while dragging to show the sidebar, only to disappear when the drag finishes.
This patch causes the curvy button to disappear at the start of the drag, instead of the end, so that it's never visible at the same time as the sidebar. They are like Bruce Wayne and Batman.
Attachment #562106 -
Flags: review?(mark.finkle)
| Assignee | ||
Updated•14 years ago
|
Whiteboard: [has patch]
Comment 2•14 years ago
|
||
Comment on attachment 562106 [details] [diff] [review]
part 2: hide curvy tab button at the start of the drag
Alfred approves
Attachment #562106 -
Flags: review?(mark.finkle) → review+
| Assignee | ||
Comment 3•14 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/b1f9800647c7
https://hg.mozilla.org/integration/mozilla-inbound/rev/27ea88e0c870
Whiteboard: [has patch] → [inbound]
Comment 4•14 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/b1f9800647c7
https://hg.mozilla.org/mozilla-central/rev/27ea88e0c870
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 9
Comment 5•14 years ago
|
||
Verified fixed on:
Mozilla/5.0 (Android;Linux armv7l;rv:9.0a1)Gecko/20110926
Firefox/9.0a1 Fennec/9.0a1
Device: Acer ICONIA A500
OS: Android 3.1
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•