Closed
Bug 831667
Opened 12 years ago
Closed 12 years ago
[Keyboard] Long press -> swipe/drag and drop
Categories
(Remote Protocol :: Marionette, defect)
Tracking
(b2g18+)
RESOLVED
WORKSFORME
Tracking | Status | |
---|---|---|
b2g18 | + | --- |
People
(Reporter: wachen, Unassigned)
References
Details
(Keywords: helpwanted)
After long press on keyboard, there would be a list.
However, we are not able to swipe to select before releasing of press.
There should be a method to select it. Otherwise, there won't be a method to test the keyboard
Reporter | ||
Updated•12 years ago
|
tracking-b2g18:
--- → ?
Reporter | ||
Updated•12 years ago
|
Keywords: helpwanted
Comment 1•12 years ago
|
||
Same question as https://bugzilla.mozilla.org/show_bug.cgi?id=831666#c1
Keywords: qawanted
Issue repros. When pressing on a button for a couple seconds it should pop up with special characters associated with that letter however no characters show up. Issue repros on build Id 20130208070201 Dec 5th Kernel
Keywords: qawanted
Reporter | ||
Comment 3•12 years ago
|
||
Lukas Blakk,
This is kind of a different issue as far as I think.
Bug 831666 is describing about the focus on list doesn't appear.
However, this one is describing the issue of not having a function to do swipe/drag&drop selecting on the list.
Comment 4•12 years ago
|
||
If this is a test only fix please go ahead with fixing/landing without approval until Mar 15, after that approval-mozilla-b2g18 request is needed with risk assessment.
Comment 5•12 years ago
|
||
with action chains, we now have support for this. I have verified it using:
# in the keyboard frame
keys = m.find_elements("class name", "keyboard-key")
a = keys[10]
actions = Actions(m)
actions.press(a).wait(5).move_by_offset(10,10).move_by_offset(10,10).release().perform()
And this opens up the special character menu on the letter 'a' and selects the 2nd special character option
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 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
•