Closed
Bug 775272
Opened 13 years ago
Closed 13 years ago
Clicking on the page to the left of the options overflow menu does not close menu
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(firefox15 affected, firefox16 affected, firefox17 fixed, fennec+)
VERIFIED
FIXED
Firefox 18
People
(Reporter: mcomella, Assigned: sriram)
References
Details
Attachments
(1 file)
3.70 KB,
patch
|
mfinkle
:
review+
|
Details | Diff | Splinter Review |
Note: Tested only on phone device.
1) Open Firefox (16 or 17).
2) Click the button to open the options overflow menu (triple vertical dots).
3) Click on the page, directly left of the options overflow menu that opened.
Expected: The menu closes.
Actual: Nothing happens.
This happens in both landscape and portrait modes. It is a small dead zone – clicking farther to the left of the menu will correctly close it.
Possible regression from bug 769237.
Tested on Galaxy Nexus, Android 4.0.4.
Updated•13 years ago
|
status-firefox14:
unaffected → ---
Version: Firefox 16 → Trunk
Comment 3•13 years ago
|
||
I cannot reproduce this issue on phones, but still occurs on tablets.
Summary: Clicking on the page to the left of the options overflow menu does not close menu → [TABLET] Clicking on the page to the left of the options overflow menu does not close menu
Reporter | ||
Comment 4•13 years ago
|
||
I can still reproduce this on my Galaxy Nexus, although the issue is MUCH more pronounced on tablets.
status-firefox18:
--- → affected
Summary: [TABLET] Clicking on the page to the left of the options overflow menu does not close menu → Clicking on the page to the left of the options overflow menu does not close menu
Assignee | ||
Comment 5•13 years ago
|
||
Mike! You still raise/comment on these bugs that I run away from?? :(
Updated•13 years ago
|
tracking-fennec: --- → ?
Updated•13 years ago
|
Assignee: nobody → sriram
tracking-fennec: ? → +
Assignee | ||
Comment 6•13 years ago
|
||
Basically WRAP_CONTENT on width is not shrinking it. We have to give a MeasureSpec generated over an absolute width. :(
Attachment #668632 -
Flags: review?(mark.finkle)
Updated•13 years ago
|
Attachment #668632 -
Flags: review?(mark.finkle) → review+
Comment 7•13 years ago
|
||
Does this have any negative affects on phones vs tablets
Assignee | ||
Comment 8•13 years ago
|
||
The size of the popup is the same on phones and tablets. Hence this would fix both.
Assignee | ||
Comment 9•13 years ago
|
||
Comment 10•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 18
Updated•13 years ago
|
status-firefox18:
affected → ---
Comment 11•13 years ago
|
||
This is not reproducible on Firefox 19 (Nightly) - New Menu, 18 (Aurora ) - New Menu and in landscape 17 (Beta )- Old Menu .
Steps done:
1) Click the button to open the options overflow menu (triple vertical dots).
2) Click on the page, directly left of the options overflow menu that opened.
Reproducible on 17 portrait only. As target Milestone is 18 I will set this to verified fixed. Change the status if you decide is gonna be pushed for 17 portrait too.
Status: RESOLVED → VERIFIED
Updated•5 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•