Closed Bug 1606585 Opened 5 years ago Closed 5 years ago

Input events from inputs with the range type have composed set to false.

Categories

(Core :: DOM: Core & HTML, defect)

71 Branch
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 1554965

People

(Reporter: gareth, Unassigned)

Details

User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:71.0) Gecko/20100101 Firefox/71.0

Steps to reproduce:

Create an input with type="range".
Handle an input event.

Actual results:

composed is false on the event.

Expected results:

composed should be true—it being false means that web components that use a slider internally don't work as expected.

See https://jsfiddle.net/mL95stg6/ for an example using web components where the event doesn't fire as it isn't composed.

This seems to be very similar to https://bugzilla.mozilla.org/show_bug.cgi?id=1554965 - it may well be the case this is a problem for other types of input too.

Component: Untriaged → DOM: Core & HTML
Product: Firefox → Core

(In reply to Gareth Latty from comment #1)

This seems to be very similar to https://bugzilla.mozilla.org/show_bug.cgi?id=1554965 - it may well be the case this is a problem for other types of input too.

Thanks for the reference to the bug 1554965. Edgar, do you maybe know if this is related to that?

Flags: needinfo?(echen)

I could not reproduce this on latest Nightly. Mark as a duplicate of bug 1554965.

Status: UNCONFIRMED → RESOLVED
Closed: 5 years ago
Flags: needinfo?(echen)
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.