Closed
Bug 678188
Opened 14 years ago
Closed 13 years ago
Scrollbars are invoked when panning is prevented with touch events
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: martijn.martijn, Unassigned)
References
Details
(Keywords: testcase)
Attachments
(1 file)
954 bytes,
text/html
|
Details |
See testcase, the green block is the area where touch events are used.
Steps to reproduce:
- Make sure that you pan this way that you have no sidebars or url bar visible.
- Now make a swipe in the green area.
Expected result:
- No scroll indicators visible, because no scrolling occurs, because panning is prevented by the touch event handling.
Actual result:
- Scroll indicators appear.
Also weird side-effect.
Make a swipe in the green block -> scroll indicators appear for a while. While the scroll indicators are visible, you aren't able to scroll the page by swiping somewhere outside the green block.
(bug 544614 implemented touch events)
Reporter | ||
Comment 1•13 years ago
|
||
Another weird (maybe even worse) side-effect.
With https://bugzilla.mozilla.org/attachment.cgi?id=560206 and https://bugzilla.mozilla.org/attachment.cgi?id=560207 , testcases from bug 686701:
- Make sure no sidebars or url bar are open.
- Make some wild swipe movements
- Tap on the Android 'back' button.
Now notice, that on the page where you arrive, you aren't able to pan at all.
Reporter | ||
Comment 2•13 years ago
|
||
Mass resolving XUL Fennec I filed to WORKSFORME. If someone still cares about this bug, please reopen.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•