Closed
Bug 689494
Opened 14 years ago
Closed 14 years ago
[Tablet] Pages and top screen UI change size when trying to drag the tab sidebar rightward
Categories
(Firefox for Android Graveyard :: Panning/Zooming, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
Firefox 10
People
(Reporter: xti, Assigned: vingtetun)
References
Details
Attachments
(2 files)
|
89.78 KB,
image/png
|
Details | |
|
1021 bytes,
patch
|
mbrubeck
:
review+
|
Details | Diff | Splinter Review |
Build ID: 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
Steps to reproduce:
1. Open Fennec App
2. Switch tablet orientation to landscape
3. Perform a pan-to-right action on Tab Panel's area
Expected result:
Nothing should happen.
Actual result:
The webpage and the top UI are moving beyond of the right display edge.
Comment 1•14 years ago
|
||
More details:
Try dragging the tab sidebar to the right. As you are dragging, the web content and actionbar are moved too. When you release the drag, the web content and actionbar snap back to the correct location.
Updated•14 years ago
|
Assignee: nobody → mbrubeck
Comment 2•14 years ago
|
||
This is intentional. When you grab the sidebar to drag it (in landscape tablet mode), the web page and toolbar resize once before the drag starts, so they won't need to resize as you drag. Then when you drag to hide the sidebar, the web page and toolbar already have the correct size. (Resizing as you drag would be better *if* we could do it smoothly, but in practice it is too slow and jerky.)
Resolving this as WONTFIX for now, though we can reopen it if there's a solution that allows us to fix this while still allowing reasonably smooth dragging.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → WONTFIX
Comment 3•14 years ago
|
||
We can fix this so the resize only happens when you drag left, not rightward as in comment 1.
Status: RESOLVED → REOPENED
Resolution: WONTFIX → ---
Summary: [Tablet] Pages and top screen UI are pannable more than visible area → [Tablet] Pages and top screen UI change size when trying to drag the tab sidebar rightward
| Assignee | ||
Comment 4•14 years ago
|
||
The patch prevent the content width to change when panning to the right only for ltr UI. (And the invert for the rtl).
As soon as you start to pan right the tabbar will be dragged away.
Assignee: mbrubeck → 21
Attachment #563247 -
Flags: review?(mbrubeck)
Updated•14 years ago
|
Attachment #563247 -
Flags: review?(mbrubeck) → review+
Comment 5•14 years ago
|
||
Status: REOPENED → ASSIGNED
Comment 6•14 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 14 years ago → 14 years ago
Resolution: --- → FIXED
Updated•14 years ago
|
Target Milestone: --- → Firefox 10
Comment 7•14 years ago
|
||
Retested with:
Build ID: Mozilla/5.0 (Android;Linux armv7l;rv:9.0a1)Gecko/20111020
Firefox/10.0a1 Fennec/10.0a1
Device: Acer ICONIA A500
OS: Android 3.1
Bug is no longer reproducible. Verifying.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•