Closed
Bug 941132
Opened 11 years ago
Closed 11 years ago
getElementPosition not matching webdriver command getElementLocation
Categories
(Remote Protocol :: Marionette, defect)
Tracking
(firefox28 fixed, firefox29 fixed)
RESOLVED
FIXED
mozilla29
People
(Reporter: ato, Assigned: ato)
References
(Blocks 1 open bug)
Details
Attachments
(1 file, 3 obsolete files)
5.03 KB,
patch
|
ato
:
review+
|
Details | Diff | Splinter Review |
Marionette uses "getElementPosition" for closing windows while the
expected webdriver command is "getElementLocation".
This incompatibility makes it harder to use Marionette directly
without maintaining a WebDriver-to-Marionette command conversion set.
Comment 1•11 years ago
|
||
raised https://www.w3.org/Bugs/Public/show_bug.cgi?id=24132 to add it to the spec
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → ato
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•11 years ago
|
||
Attachment #8362548 -
Flags: review?(dburns)
Updated•11 years ago
|
Attachment #8362548 -
Flags: review?(dburns) → review+
Comment 3•11 years ago
|
||
Comment on attachment 8362548 [details] [diff] [review]
0001-Bug-941132-getElementPosition-not-matching-webdriver.patch
Review of attachment 8362548 [details] [diff] [review]:
-----------------------------------------------------------------
just realised I missed this, r+ can be carried forward if this is corrected
::: testing/marionette/marionette-listener.js
@@ +1707,4 @@
> }
> }
>
> +/** Get the element's top left-hand corner point. */
Can we have this back as multi line please
Assignee | ||
Comment 4•11 years ago
|
||
Attachment #8362548 -
Attachment is obsolete: true
Attachment #8362910 -
Flags: review+
Assignee | ||
Updated•11 years ago
|
Keywords: checkin-needed
Comment 5•11 years ago
|
||
This doesn't apply on top of the other patches you requested checkin on. Please rebase and indicate the proper landing order.
Keywords: checkin-needed
Assignee | ||
Comment 6•11 years ago
|
||
Attachment #8362910 -
Attachment is obsolete: true
Attachment #8363077 -
Flags: review+
Assignee | ||
Updated•11 years ago
|
Keywords: checkin-needed
Comment 7•11 years ago
|
||
Keywords: checkin-needed
Comment 8•11 years ago
|
||
Something in the push for this, bug 941136, and bug 961792 broke all Marionette-based test suites. Backed out.
https://hg.mozilla.org/integration/mozilla-inbound/rev/80ac99aa1dbf
https://tbpl.mozilla.org/php/getParsedLog.php?id=33345104&tree=Mozilla-Inbound
https://tbpl.mozilla.org/php/getParsedLog.php?id=33345278&tree=Mozilla-Inbound
Assignee | ||
Comment 9•11 years ago
|
||
Assignee | ||
Comment 10•11 years ago
|
||
Fixed typo in patch which caused Mn tests to catch fire. Carrying forward r+.
Attachment #8363760 -
Flags: review+
Assignee | ||
Updated•11 years ago
|
Keywords: checkin-needed
Updated•11 years ago
|
Attachment #8363077 -
Attachment is obsolete: true
Comment 11•11 years ago
|
||
Keywords: checkin-needed
Comment 12•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla29
Assignee | ||
Updated•11 years ago
|
Keywords: checkin-needed
Whiteboard: checking-needed-aurora
Comment 13•11 years ago
|
||
status-firefox28:
--- → fixed
status-firefox29:
--- → fixed
Keywords: checkin-needed
Whiteboard: checking-needed-aurora
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
•