Closed Bug 826579 Opened 12 years ago Closed 11 years ago

highlight color remains on tab tray

Categories

(Firefox for Android Graveyard :: General, defect)

ARM
Android
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 820482

People

(Reporter: kbrosnan, Unassigned)

References

Details

Attachments

(2 files)

Attached image Screenshot of the issue
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
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?
Attached image Multiselect tabs
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: