Closed
Bug 854133
Opened 12 years ago
Closed 12 years ago
Stop the page from scrolling when the user tries to drag an <input type=range>'s thumb in the browser app [in-process case]
Categories
(Firefox OS Graveyard :: Gaia::Browser, defect)
Firefox OS Graveyard
Gaia::Browser
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jwatt, Assigned: jwatt)
References
Details
Attachments
(1 file)
(deleted),
patch
|
smaug
:
review+
|
Details | Diff | Splinter Review |
When the user tries to drag an <input type=range>'s thumb in the browser app, the page currently scrolls too.
This is the Firefox OS equivalent of the Firefox Mobile bug (bug 849961).
Assignee | ||
Comment 1•12 years ago
|
||
Maybe should only do this under the touchstart/mousedown, case?
Attachment #728654 -
Flags: review?(bugs)
Assignee | ||
Updated•12 years ago
|
Attachment #728654 -
Attachment is patch: true
Updated•12 years ago
|
Attachment #728654 -
Flags: review?(bugs) → review+
Assignee | ||
Comment 2•12 years ago
|
||
Comment 3•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 4•12 years ago
|
||
This issues seems to have come back again.
Talking to drs, it seems that the browser app is sometimes switched to run in-process for a while to allow it to be usable while some bad out of process issue is being fixed. For the last six months the browser app has generally been running out-of-process though. Probably when I debugged and fixed this issue the app had temporarily been switched over to run in-process, but now it's back to running out-of-process. So it seems I'm going to need to figure out how to fix the out-of-process case. I'll do that in a separate bug to save reopening this one.
Assignee | ||
Comment 5•12 years ago
|
||
Filed bug 859305.
Summary: Stop the page from scrolling when the user tries to drag an <input type=range>'s thumb in the browser app → Stop the page from scrolling when the user tries to drag an <input type=range>'s thumb in the browser app [in-process case]
You need to log in
before you can comment on or make changes to this bug.
Description
•