Open Bug 1654792 Opened 4 years ago Updated 2 years ago

Items from slideshow are selected when switching between them

Categories

(Core :: DOM: Selection, defect, P4)

defect

Tracking

()

Tracking Status
firefox-esr68 --- affected
firefox-esr78 --- affected
firefox78 --- affected
firefox79 --- affected
firefox80 --- affected

People

(Reporter: bmaris, Unassigned)

Details

Attachments

(1 file)

Affected versions

  • Firefox 79.0 RC
  • Firefox 78.1.0esr
  • Latest Nightly 80.0a1
  • Nightly 36.0a1

Affected platforms

  • Windows 10 64bit
  • Ubuntu 20.04
  • macOS 10.15.6

Steps to reproduce

  1. Open https://www.flipkart.com/
  2. Click the right/left arrows in the first slideshow

Expected result

  • Images from slideshow are not selected.

Actual result

  • Images from slideshow are selected during sliding through them.

Regression range

  • This is not a regression since it reproduces back to Nightly 36, older Nightly builds did not display images at all, also this could be a website issue.

Additional notes

  • This issue does not reproduce on Chrome.
  • IMHO this is a low severity issue - S4
  • In the attached video I had the webpage zoomed out, it's not necessary in order to reproduce but could be seen better.
Has Regression Range: --- → irrelevant
Has STR: --- → yes

You need to click twice in quick succession to see the problem.

Well, if you click fast enough it will trigger a double-click which will select something, so I'm not convinced there's an actual bug here. An author can avoid that by specifying -moz-user-select:noneon the relevant DOM sub-tree (which might be motivated on the carousel on this web page since there really isn't anything interesting to select there).

Severity: -- → S4
Status: NEW → UNCONFIRMED
Component: Layout: Images, Video, and HTML Frames → DOM: Selection
Ever confirmed: false
Priority: -- → P4

Resetting severity so that DOM triage can pick this up.

Severity: S4 → --
Priority: P4 → --

When I double click on the slide buttons, Chrome select the following word "Deals". So, this must be caused by the difference where should be selected when double clicking on non-text node. It seems that Chrome looks for a text node around double clicked position, and if there are only <img> elements around it, fall back to selecting an <img> element.

I don't know whether this should be aligned to Chrome's behavior because this behavior is not standardized and may be important difference for some users.

I'm not sure who are handling decision about selection behavior at pointing device operation.

Severity: -- → S4
Priority: -- → P4

The bug has a release status flag that shows some version of Firefox is affected, thus it will be considered confirmed.

Status: UNCONFIRMED → NEW
Ever confirmed: true
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: