Closed
Bug 901776
Opened 11 years ago
Closed 11 years ago
Update isElementDisplayed atom to handle hidden attribute
Categories
(Remote Protocol :: Marionette, defect)
Tracking
(firefox24 wontfix, firefox25 wontfix, firefox26 fixed, b2g18 fixed, b2g18-v1.0.0 wontfix, b2g18-v1.0.1 wontfix, b2g-v1.1hd fixed)
RESOLVED
FIXED
mozilla26
People
(Reporter: automatedtester, Assigned: automatedtester)
References
Details
Attachments
(1 file)
41.68 KB,
patch
|
mdas
:
review+
|
Details | Diff | Splinter Review |
The hidden attribute in html5 affects the visibility, this has been updated in the webdriver spec and in the atoms
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → dburns
Assignee | ||
Comment 1•11 years ago
|
||
desktop try is green https://hg.mozilla.org/try/rev/eb991a908904
Assignee | ||
Comment 2•11 years ago
|
||
Attachment #792812 -
Flags: review?(mdas)
Assignee | ||
Comment 3•11 years ago
|
||
Updated•11 years ago
|
Attachment #792812 -
Flags: review?(mdas) → review+
Assignee | ||
Comment 4•11 years ago
|
||
Assignee | ||
Updated•11 years ago
|
Whiteboard: [checkin-needed-b2g18]
Comment 5•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Flags: in-testsuite+
Resolution: --- → FIXED
Target Milestone: --- → mozilla26
Comment 6•11 years ago
|
||
status-b2g18:
--- → fixed
status-b2g18-v1.0.0:
--- → wontfix
status-b2g18-v1.0.1:
--- → wontfix
status-b2g-v1.1hd:
--- → affected
status-firefox24:
--- → wontfix
status-firefox25:
--- → wontfix
status-firefox26:
--- → fixed
Whiteboard: [checkin-needed-b2g18]
Comment 7•11 years ago
|
||
Comment 8•10 years ago
|
||
testing/marionette/atoms/atoms.js is almost an unreadable blob of javascript. I wonder how you are able to patch it.
Comment 9•10 years ago
|
||
I wonder because I wonder if opacity:0 is considered isElementDisplayed or not.
Assignee | ||
Comment 10•10 years ago
|
||
The code is "compiled" from the Selenium project. Elements with Opacity:0 should not be visible.
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
•