Closed
Bug 1385873
Opened 7 years ago
Closed 7 years ago
<option> should not be deselected when clicking element
Categories
(Remote Protocol :: Marionette, defect)
Tracking
(firefox56 fixed)
RESOLVED
FIXED
mozilla56
Tracking | Status | |
---|---|---|
firefox56 | --- | fixed |
People
(Reporter: ato, Assigned: ato)
References
(Blocks 1 open bug)
Details
Attachments
(5 files)
(deleted),
text/x-review-board-request
|
automatedtester
:
review+
|
Details |
(deleted),
text/x-review-board-request
|
automatedtester
:
review+
|
Details |
(deleted),
text/x-review-board-request
|
automatedtester
:
review+
|
Details |
(deleted),
text/x-review-board-request
|
automatedtester
:
review+
|
Details |
(deleted),
text/x-review-board-request
|
automatedtester
:
review+
|
Details |
Reported in https://github.com/mozilla/geckodriver/issues/827, Marionette should not deselect the <option> element in a <select> when it is clicked.
Assignee | ||
Updated•7 years ago
|
Assignee | ||
Comment 1•7 years ago
|
||
I also filed https://github.com/w3c/webdriver/pull/991 to correct the specification.
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Comment 7•7 years ago
|
||
mozreview-review |
Comment on attachment 8892043 [details]
Bug 1385873 - Better error on wrong element to interaction.selectOption.
https://reviewboard.mozilla.org/r/163048/#review168468
Attachment #8892043 -
Flags: review?(dburns) → review+
Comment 8•7 years ago
|
||
mozreview-review |
Comment on attachment 8892044 [details]
Bug 1385873 - Throw TypeError when passing XUL element to interaction.selectOption.
https://reviewboard.mozilla.org/r/163050/#review168472
Attachment #8892044 -
Flags: review?(dburns) → review+
Comment 9•7 years ago
|
||
mozreview-review |
Comment on attachment 8892045 [details]
Bug 1385873 - <option> should not be deselected in dropdown.
https://reviewboard.mozilla.org/r/163052/#review168474
Attachment #8892045 -
Flags: review?(dburns) → review+
Comment 10•7 years ago
|
||
mozreview-review |
Comment on attachment 8892046 [details]
Bug 1385873 - Add client.Element#selected to WebDriver client.
https://reviewboard.mozilla.org/r/163054/#review168476
Attachment #8892046 -
Flags: review?(dburns) → review+
Comment 11•7 years ago
|
||
mozreview-review |
Comment on attachment 8892047 [details]
Bug 1385873 - Port Marionette <option> click tests to WPT.
https://reviewboard.mozilla.org/r/163056/#review168480
Attachment #8892047 -
Flags: review?(dburns) → review+
Comment 12•7 years ago
|
||
Pushed by atolfsen@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/66dc437de543
Better error on wrong element to interaction.selectOption. r=automatedtester
https://hg.mozilla.org/integration/autoland/rev/9292b83a277a
Throw TypeError when passing XUL element to interaction.selectOption. r=automatedtester
https://hg.mozilla.org/integration/autoland/rev/cc9c4b27f715
<option> should not be deselected in dropdown. r=automatedtester
https://hg.mozilla.org/integration/autoland/rev/f5c335bc7d80
Add client.Element#selected to WebDriver client. r=automatedtester
https://hg.mozilla.org/integration/autoland/rev/241d6d2bc109
Port Marionette <option> click tests to WPT. r=automatedtester
Comment 13•7 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/66dc437de543
https://hg.mozilla.org/mozilla-central/rev/9292b83a277a
https://hg.mozilla.org/mozilla-central/rev/cc9c4b27f715
https://hg.mozilla.org/mozilla-central/rev/f5c335bc7d80
https://hg.mozilla.org/mozilla-central/rev/241d6d2bc109
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
status-firefox56:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla56
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
•