Closed
Bug 956828
Opened 12 years ago
Closed 12 years ago
Change logic for keyboard.is_displayed due to Marionette bug
Categories
(Firefox OS Graveyard :: Gaia::UI Tests, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: bsilverberg, Assigned: bsilverberg)
Details
Attachments
(1 file, 1 obsolete file)
This is a fix to get around Bug #956761
is_displayed is not reporting correctly for the keyboard frame, so instead we are checking for the absence of the 'hide' class.
Note that this is just a workaround fix for the Keyboard app in gaiatest, but does not remove the need to address Bug #956761
| Assignee | ||
Comment 1•12 years ago
|
||
Assignee: nobody → bob.silverberg
Status: NEW → ASSIGNED
Attachment #8356209 -
Flags: review?(zcampbell)
Attachment #8356209 -
Flags: review?(viorela.ioia)
Attachment #8356209 -
Flags: review?(trifandreialin)
Attachment #8356209 -
Flags: review?(florin.strugariu)
Attachment #8356209 -
Flags: review?(andrei.hutusoru)
| Assignee | ||
Comment 3•12 years ago
|
||
Comment on attachment 8356209 [details] [review]
Workaround for for Keyboard.is_displayed()
The patch seemed good locally, but both Travis and the adhoc run on Jenkins encountered problems, so I'll see if I can figure out how to address the issues found.
Attachment #8356209 -
Attachment is obsolete: true
Attachment #8356209 -
Flags: review?(zcampbell)
Attachment #8356209 -
Flags: review?(viorela.ioia)
Attachment #8356209 -
Flags: review?(trifandreialin)
Attachment #8356209 -
Flags: review?(florin.strugariu)
Attachment #8356209 -
Flags: review?(andrei.hutusoru)
| Assignee | ||
Comment 4•12 years ago
|
||
Attachment #8356383 -
Flags: review?(zcampbell)
Attachment #8356383 -
Flags: review?(viorela.ioia)
Attachment #8356383 -
Flags: review?(trifandreialin)
Attachment #8356383 -
Flags: review?(florin.strugariu)
Attachment #8356383 -
Flags: review?(andrei.hutusoru)
Comment 5•12 years ago
|
||
Comment on attachment 8356383 [details] [review]
Patch for Keyboard.is_displayed()
Comments in PR
Attachment #8356383 -
Flags: review?(andrei.hutusoru) → review-
Comment 6•12 years ago
|
||
Comment on attachment 8356383 [details] [review]
Patch for Keyboard.is_displayed()
See comment in PR
Attachment #8356383 -
Flags: review?(viorela.ioia) → review-
Comment 7•12 years ago
|
||
Comment on attachment 8356383 [details] [review]
Patch for Keyboard.is_displayed()
the test fails at https://github.com/mozilla-b2g/gaia/blob/master/tests/python/gaia-ui-tests/gaiatest/tests/functional/settings/test_settings_change_keyboard_language.py#L36
Attachment #8356383 -
Flags: review?(trifandreialin) → review-
Comment 8•12 years ago
|
||
I've just xfailed this test while we work on this resolution.
We can re-enable it with this bug.
Updated•12 years ago
|
Attachment #8356383 -
Flags: review?(zcampbell)
Attachment #8356383 -
Flags: review?(florin.strugariu)
| Assignee | ||
Comment 9•12 years ago
|
||
This patch had issues, and the fix is no longer needed. Marking as wontfix.
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•