Closed Bug 767460 Opened 13 years ago Closed 8 years ago

On phones, Menus and Doorhangers should not appear while the tabs tray is open.

Categories

(Firefox for Android Graveyard :: General, defect)

15 Branch
x86
macOS
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED INVALID

People

(Reporter: ibarlow, Unassigned)

Details

No description provided.
Summary: On phones, the Menu and Doorhangers should be disabled when the tabs tray is open. → On phones, Menus and Doorhangers should not appear while the tabs tray is open.
To avoid seeing shrunken or partially obscured menus and doorhangers, these items should not work while the tabs tray is open. 1. Tapping the menu button should close the tabs tray and then load the menu 2. Doorhangers should wait until the tabs tray is closed to be displayed 3. Tapping the site id lock should close the tabs tray and then load the identity menu. This is also more consistent with how we handle tapping the URL bar while the tray is open. We first close the tray, and then open the awesomescreen.
Anyone have time to work on this?
I think we should split these issues into separate bugs, and some of them might be good mentor bugs for contributors getting started. (In reply to Ian Barlow (:ibarlow) from comment #1) > 1. Tapping the menu button should close the tabs tray and then load the menu Now that there's a tabs tray menu, this would just be for hardware buttons, right? > 2. Doorhangers should wait until the tabs tray is closed to be displayed DoorhangerPopup.updatePopup() is what controls showing the popup, so we could add some logic in there to bail if the tabs tray is open, and then we could call updatePopup() again when we close the tabs tray to see if there are doorhangers we should show (although we'd need to handle the tablet UI here differently). > 3. Tapping the site id lock should close the tabs tray and then load the > identity menu. It looks like there are a bunch of different places where we decide to close the tabs tray, but I bet we're probably handling that tap event before the lock icon ever knows about it. Sriram would probably know more about this.
This is no longer an issue with the full screen tab view.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → INVALID
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in before you can comment on or make changes to this bug.