Closed
Bug 910982
Opened 12 years ago
Closed 11 years ago
[B2G] Marionette's touch events are reaching HTML elements when the user cannot.
Categories
(Remote Protocol :: Marionette, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: zcampbell, Unassigned)
Details
(Whiteboard: [touch])
In this build exists a bug in the Browser app which means that people cannot interact with certain elements in pages in the Browser.
Device: Unagi
https://pvtbuilds.mozilla.org/pub/mozilla.org/b2g/nightly/mozilla-central-unagi-eng/2013/08/2013-08-13-04-02-22/unagi.zip
(tracking bug: https://bugzilla.mozilla.org/show_bug.cgi?id=901340 )
Manual STR:
1. Flash build
2. Navigate browser to http://mozqa.com/data/firefox/form_manager/form.html
3. Attempt to interact with the elements on the page.
Using Marionette the same steps will pass. In the logcat I can see the touch events being sent to the screen correctly.
We wanted to write a test case to check for the regression but we get false positives.
Pull request where we have written the regression test:
https://github.com/mozilla/gaia-ui-tests/pull/1285
Updated•11 years ago
|
Whiteboard: [touch]
Updated•11 years ago
|
Keywords: ateam-marionette-goal,
ateam-marionette-userinput
Updated•11 years ago
|
Keywords: ateam-marionette-goal,
ateam-marionette-userinput
| Reporter | ||
Comment 1•11 years ago
|
||
This was due to incorrect visibility algo, we can interact with these elements properly now.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → WORKSFORME
Updated•2 years ago
|
Product: Testing → Remote Protocol
You need to log in
before you can comment on or make changes to this bug.
Description
•