Closed
Bug 929634
Opened 12 years ago
Closed 11 years ago
Create new robocop test for Text Selection caret positioning
Categories
(Firefox for Android Graveyard :: Text Selection, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 980074
People
(Reporter: capella, Unassigned)
Details
Followup to bug 912983 comment 11
|This could also be a good candidate for a simple robocop test... load a page with an input box, tap on it, check to make sure the handle is visible, tap outside the input box, check to make sure the handle isn't visible.|
Reporter | ||
Comment 1•12 years ago
|
||
also reference bug 928163 comment 4
|we do something similar to what wesj did for testPromptGridInput:
http://mxr.mozilla.org/mozilla-central/source/mobile/android/base/tests/testPromptGridInput.java.in
http://mxr.mozilla.org/mozilla-central/source/mobile/android/base/tests/roboextender/robocop_prompt_gridinput.html
That is, we can load a chome-privledged test page in a normal robocop Java test, but then have some JS in that page change the focus around and check to see whether or not the handle is shown. Although maybe that part would be better done on the Java side? So maybe we could just load a regular test page and do tapping/checking for the handle all in a regular robocop test.|
Reporter | ||
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
Updated•5 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•