Closed
Bug 1113427
Opened 10 years ago
Closed 9 years ago
Investigate scrolling to the top of the "More" menu on 2.3 devices in isLegacyMoreMenuOpen()
Categories
(Firefox for Android Graveyard :: Testing, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: mcomella, Assigned: gbrown)
References
Details
via :liuche, bug 1085837 comment 15:
> > + private boolean isLegacyMoreMenuOpen() {
> > + // Check if the first menu option is visible.
> > + return mSolo.searchText(mSolo.getString(R.string.share), true);
>
> There's an edge case here where if the legacy "More" menu is scrolled,
> subsequent reopens of the menu will retain the scroll position, so Share may
> not be visible - you could try mSolo.scrollListToTop.
Robotium might be smart enough to handle this (i.e. scroll to the top and scroll to the bottom) so investigate if this is necessary!
![]() |
Assignee | |
Comment 1•9 years ago
|
||
This code was removed in bug 1228170.
Assignee: nobody → gbrown
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → WONTFIX
Updated•4 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
•