Closed
Bug 806988
Opened 13 years ago
Closed 13 years ago
[B2G] Marionette not clicking on <a> link properly
Categories
(Remote Protocol :: Marionette, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: zcampbell, Unassigned)
References
Details
Attachments
(1 file)
1017 bytes,
text/plain
|
Details |
After loading the contacts app when I try to click on a contact using marionette the click does not work properly.
An oddity is that the element goes blue coloured when the click is attempted which doesn't occur with a finger touch event.
Steps to replicate:
1. Add a contact into your b2g phone
2. Run the attached script which will load the Contacts app and attempt to click on the first contact
Reporter | ||
Comment 1•13 years ago
|
||
I 'solved' this by clicking on the parent <li> element rather than the <a>.
Not sure why, but it works!
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → INVALID
Reporter | ||
Comment 2•13 years ago
|
||
Reopening this because :automatedtester says that it is a 'bounding' issue.
Status: RESOLVED → REOPENED
Resolution: INVALID → ---
Comment 3•13 years ago
|
||
It sounds like the click is not hitting the right place when we call getBoundingRect on the element. We should be clicking in the middle but if the link is a multi line we might not be hitting the link in the right place
Reporter | ||
Comment 4•13 years ago
|
||
No longer an issue, closing
Status: REOPENED → RESOLVED
Closed: 13 years ago → 13 years ago
Resolution: --- → INVALID
Updated•3 years ago
|
Product: Testing → Remote Protocol
You need to log in
before you can comment on or make changes to this bug.
Description
•