Closed
Bug 826579
Opened 12 years ago
Closed 12 years ago
highlight color remains on tab tray
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 820482
People
(Reporter: kbrosnan, Unassigned)
References
Details
Attachments
(2 files)
On today's nightly I am able to get a tab to show the highlight color when I am not touching the phone.
STR
1. Open two tabs
2. using two fingers click on both the tabs till the highlight color appears
3. release
4. if you do not see the behavior in the screenshot retry 1-3
Comment 2•12 years ago
|
||
Actually, I'm able to select / highlight-in-orange multiple tabs ... (see attached) ...
Adding a couple lines in TabsTray.java at the start of the onTouch() methods |case MotionEvent.ACTION_DOWN| prevents that:
// Cleanup any previous checked
cancelCheckForTap();
if (mSwipeView != null)
mSwipeView.setPressed(false);
This still allows for a single lingering high-lit tab to occur though.
I'm wondering why, exactly, do we even bother to highlight? Are we just trying to show what item the user is holding as he scrolls the list or swipes a tab?
If we dropped the |CheckForTap| class would anyone notice?
Comment 3•12 years ago
|
||
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
Assignee | ||
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
•