Closed
Bug 863739
Opened 12 years ago
Closed 12 years ago
Add some text input selection related mochitests
Categories
(Firefox for Metro Graveyard :: Input, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 23
People
(Reporter: jimm, Assigned: jimm)
References
Details
Attachments
(1 file)
8.77 KB,
patch
|
rsilveira
:
review+
|
Details | Diff | Splinter Review |
No description provided.
![]() |
Assignee | |
Comment 1•12 years ago
|
||
General tests plus a test for bug 855417.
![]() |
Assignee | |
Comment 2•12 years ago
|
||
Assignee: nobody → jmathies
![]() |
Assignee | |
Comment 3•12 years ago
|
||
Comment on attachment 740304 [details] [diff] [review]
tests v.1
A start in on this. Tests for basic selection of a word, scroll drag left/right, and a test for bug 862025.
The changes in head.js protect against run-ons in the drag helper in cases like this:
+ yield touchdrag.start(gWindow, xpos, ypos, xpos, ypos + 150);
+ yield waitForMs(2000);
+ touchdrag.end();
If end() is called before the series of steps is completed the callbacks stop as well.
Attachment #740304 -
Flags: review?(rsilveira)
Comment 4•12 years ago
|
||
Comment on attachment 740304 [details] [diff] [review]
tests v.1
Review of attachment 740304 [details] [diff] [review]:
-----------------------------------------------------------------
Looks great!
Attachment #740304 -
Flags: review?(rsilveira) → review+
Comment 5•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Flags: in-testsuite+
Resolution: --- → FIXED
Target Milestone: --- → Firefox 23
Updated•11 years ago
|
OS: Windows 8 Metro → Windows 8.1
You need to log in
before you can comment on or make changes to this bug.
Description
•