Closed
Bug 638269
Opened 14 years ago
Closed 12 years ago
UI can be DoS'd by content scrolling itself
Categories
(Firefox for Android Graveyard :: Panning/Zooming, defect)
Firefox for Android Graveyard
Panning/Zooming
Tracking
(fennec-)
RESOLVED
WONTFIX
Tracking | Status | |
---|---|---|
fennec | - | --- |
People
(Reporter: cjones, Unassigned)
Details
Attachments
(1 file)
302 bytes,
text/html
|
Details |
When content calls window.scrollTo/scrollBy, the UI is updated to position the <browser> content at those scroll positions. This is OK except when the URL or tab bar is visible; content scrolling itself will move that UI out of view. This means that if content scrolls faster than the user can pan over and close the tab or navigate to another page, then the user is completely locked out of the UI. I found this out by accident when working on bug 630743.
My worry is that some page that's autoscrolling itself for non-malicious reasons, like say viewing slides or something, can unintentionally DoS the UI.
Reporter | ||
Comment 1•14 years ago
|
||
Would block for this if the fix is easy. If it's not, I'm fine categorizing this as "polish" or something.
tracking-fennec: --- → ?
Comment 2•14 years ago
|
||
The user can still use the menu button or the back button to escape right?
Reporter | ||
Comment 3•14 years ago
|
||
Yeah, the HW back button would work on android devices. I didn't even think of that because I don't use it.
Updated•14 years ago
|
tracking-fennec: ? → 2.0next+
Comment 4•14 years ago
|
||
this missed 5, throwing it back in the nom queue so we can talk about it in the next triage meeitng
tracking-fennec: 2.0next+ → ?
Comment 5•14 years ago
|
||
Ben - What's the current status on this situation?
Assignee: nobody → ben
tracking-fennec: ? → 7+
Comment 6•14 years ago
|
||
No idea? You just assigned it to me. Is this just theoretical or is there an actual example somewhere?
I don't personally think this is high priority at all.
Reporter | ||
Comment 7•14 years ago
|
||
I'm not sure what was unclear about the earlier comments ...
STR
(1) Long-tap on test, choose "Open in new tab"
(2) Focus new tab
The page doesn't allow the URL or side bars to be shown. Pressing the android "Back" button ought to return to the android home screen, and re-opening fennec out to return to the DoS tab. AFAIK the only way to get the UI back is to force-kill fennec.
I don't have a phone handy to test all this, sorry. If there's something in the "android menu" UI that allows closing or focusing another tab, we should be in better shape.
Updated•13 years ago
|
tracking-fennec: 7+ → -
Updated•13 years ago
|
Assignee: ben → nobody
Reporter | ||
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•