Closed
Bug 911530
Opened 11 years ago
Closed 11 years ago
[MP] Defect - Junior style buttons not appearing after swiping autocomplete window away
Categories
(Firefox for Metro Graveyard :: App Bar, defect, P2)
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 27
People
(Reporter: kjozwiak, Assigned: bbondy)
References
Details
(Whiteboard: [preview] feature=defect c=firefox_app_bar_and_autocomplete u=metro_firefox_user p=1)
Attachments
(1 file)
919 bytes,
patch
|
mbrubeck
:
review+
|
Details | Diff | Splinter Review |
When the user swipes away the "search for" window, the junior style buttons will not reappear on the screen. Once the user taps anywhere on the website, the icons will reappear.
Steps to reproduce the issue:
1) Open Firefox Metro
2) Go to wikipedia.org
3) Once the website has been loaded, tap on the URL bar that's located in the Navigation App Bar and start typing anything (the "search for" window should appear)
4) Now instead of tapping on the website to dismiss the "search for" window, swipe down on the website and you'll notice the "search for" window dismissing but the junior flyout buttons will not reappear
5) Tap anywhere on the website and the buttons will reappear
Current Behavior:
- When swiping way the "search for" window, the junior style buttons will not appear
Expected Behavior:
- Junior style buttons should reappear after the user swipes the "search for" window
Used the following build:
http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/2013-08-31-03-02-24-mozilla-central/
Updated•11 years ago
|
Whiteboard: feature=defect c=firefox_app_bar_and_autocomplete u=metro_firefox_user p=0 → [preview-triage] feature=defect c=firefox_app_bar_and_autocomplete u=metro_firefox_user p=0
Updated•11 years ago
|
Blocks: MetroPreviewRelease
Summary: Defect - Junior style buttons not appearing after swiping "search for" window away → [MP] Defect - Junior style buttons not appearing after swiping "search for" window away
Whiteboard: [preview-triage] feature=defect c=firefox_app_bar_and_autocomplete u=metro_firefox_user p=0 → [preview] feature=defect c=firefox_app_bar_and_autocomplete u=metro_firefox_user p=0
Assignee | ||
Updated•11 years ago
|
Summary: [MP] Defect - Junior style buttons not appearing after swiping "search for" window away → [MP] Defect - Junior style buttons not appearing after swiping autocomplete window away
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → netzen
Assignee | ||
Updated•11 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Updated•11 years ago
|
Whiteboard: [preview] feature=defect c=firefox_app_bar_and_autocomplete u=metro_firefox_user p=0 → [preview] feature=defect c=firefox_app_bar_and_autocomplete u=metro_firefox_user p=1
Updated•11 years ago
|
Priority: -- → P2
QA Contact: jbecerra
Assignee | ||
Comment 1•11 years ago
|
||
The attribute for autocomplete was not being removed which caused the css style for the junior style buttons to not be reflected. This simply calls closePopup when the navbar is dismissed to ensure that the attribute is always removed.
Attachment #804800 -
Flags: review?(mbrubeck)
Comment 2•11 years ago
|
||
Ugh, with bug 898106 this gets real nasty as the dimming panel stays after dismissing. The dim panel will not go away and will not let you interact with content!
Updated•11 years ago
|
Attachment #804800 -
Flags: review?(mbrubeck) → review+
Assignee | ||
Updated•11 years ago
|
Keywords: checkin-needed
Assignee | ||
Comment 3•11 years ago
|
||
Keywords: checkin-needed
Target Milestone: --- → Firefox 27
Comment 4•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 5•11 years ago
|
||
Went through the following "Defect" for iteration #15 without any issues. Used the following build:
http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/2013-09-30-03-02-05-mozilla-central/
- Went through the original issue described in comment #0 without any issues
- Ensured that when the "search for" window and OSK are visible, user(s) cannot scroll through the current website
- Ensured that both of the junior style buttons are visible and functional when pressing "ESC" when both the "search for" and OSK windows are visible
- Ensured that both of the junior style buttons are visible and functional when the user dismisses both of the "search for" window and OSK by tapping on the current website
- Ensured that both of the junior style buttons are visible and functional when the user dismisses both of the "search for" window and OSK by sliding in the Windows Charm App Bar
- Ensured that both of the junior style buttons are visible and functional when the user dismisses both of the "search for" window and OSK by pressing "Windows + Z"
- Went through all of the above test cases using full & filled views
Updated•10 years ago
|
OS: Windows 8 Metro → Windows 8.1
You need to log in
before you can comment on or make changes to this bug.
Description
•