Selection behavior of multiple tabs by Shift-click is incompatible to Google Chrome

NEW
Unassigned

Status

()

Firefox
Tabbed Browser
15 hours ago
5 hours ago

People

(Reporter: YUKI "Piro" Hiroshi, Unassigned)

Tracking

Trunk
Points:
---

Firefox Tracking Flags

(firefox63 affected)

Details

(Reporter)

Description

15 hours ago
# Abstract

Shift-click on tabs now selects multiple tabs by range after the bug 1458013.
However, the behavior is different from Google Chrome's one.

# Steps to reproduce

 1. Start Nightly 63.
 2. Go to "about:config" and set "browser.tabs.multiselect" to "true".
 3. Prepare five tabs: A, B, C, D and E.
 4. Activate the tab C. Now you see tabs like:
    - A
    - B
    - C(active)
    - D
    - E
 5. Shift-click on the tab E. Then three tabs C, D, and E are selected.
    Now you see tabs like:
    - A
    - B
    - C(active/highlighted)
    - D(highlighted)
    - E(highlighted)
 6. Shift-click on the tab A.

# Expected result

D and E are dehighlighted and only A, B and C are highlighted, like:

    - A(highlighted)
    - B(highlighted)
    - C(active/highlighted)
    - D
    - E

# Actual result

C and D are not dehighlighted and all of five tabs are highlighted, like:

    - A(highlighted)
    - B(highlighted)
    - C(active/highlighted)
    - D(highlighted)
    - E(highlighted)

# Environment:

I've verified that Google Chrome 67.0.3396.62 produces the expected result I wrote above.

My Firefox is:

 * Version: 63.0a1
 * Build ID: 20180628220051
(Reporter)

Comment 1

15 hours ago
Please note that Chrome's selection behavior for shift-click is common on multiple GUI applications. For example: Windows Explorer (file selection), Microsoft Excel (cell selection), and Firefox itself (Places Organizer's row selection).
You need to log in before you can comment on or make changes to this bug.