Closed
Bug 607956
Opened 15 years ago
Closed 15 years ago
[Regression] Panning can be locked on the X axis while the UI is only scrollable on Y
Categories
(Firefox for Android Graveyard :: General, defect)
Firefox for Android Graveyard
General
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: vingtetun, Assigned: vingtetun)
Details
(Whiteboard: [fennec-checkin-postb2])
Attachments
(1 file, 1 obsolete file)
|
2.48 KB,
patch
|
mfinkle
:
review+
|
Details | Diff | Splinter Review |
Steps to reproduce:
* go to the preference panel
* pan from left to right on a big part of the window width
* try to pan to top or bottom
Actual result:
* nothing happen
Expected result:
* The UI scroll to the top or the bottom since there is no reason for locking the scroll horizontally
Attachment #486607 -
Flags: review?(mark.finkle)
Comment 1•15 years ago
|
||
Comment on attachment 486607 [details] [diff] [review]
Patch
A comment here would be good. So we don't change this code without knowing why it's here.
Also, is there no good way to move this check into DragData? lockedX and lockedY are not really used outside of DragData, so I was just wondering if leaking them outside is not a good thing.
Updated•15 years ago
|
Attachment #486607 -
Flags: review?(mark.finkle)
Updated•15 years ago
|
Attachment #486806 -
Attachment is patch: true
Attachment #486806 -
Attachment mime type: application/octet-stream → text/plain
Comment 3•15 years ago
|
||
Comment on attachment 486806 [details] [diff] [review]
Patch v0.2
I think I like this better.
Attachment #486806 -
Flags: review?(mark.finkle) → review+
Updated•15 years ago
|
Attachment #486607 -
Attachment is obsolete: true
Updated•15 years ago
|
Whiteboard: [fennec-checkin-postb2]
| Assignee | ||
Updated•15 years ago
|
Assignee: nobody → 21
| Assignee | ||
Comment 4•15 years ago
|
||
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
note : bug 609619
Not sure if it's related.
Verified:
Mozilla/5.0 (Maemo;Linux armv71; rv:2.0b8pre) Gecko/20101104 Firefox/4.0b8pre Fennec/4.0b3pre
Mozilla/5.0 (Android; Linux armv71; rv2.0b8pre) Gecko/20101104 Firefox/4.0b8pre Fennec/4.0b3pre
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•