Bug Tracker

Opened 9 years ago

Closed 9 years ago

#14897 closed bug (fixed)

Android 2.3 doesn't pass isDefaultPrevented value to bubbled events

Reported by: m_gol Owned by: m_gol
Priority: low Milestone: 2.1.1
Component: event Version: 2.1.0
Keywords: Cc:
Blocked by: Blocking:

Description

It turns out checking returnValue in isDefaultPrevented code is needed not only for oldIE but for Android 2.3 as well. Lacking this code causes one event test to fail in Android 2.3 on the master branch (it passes on 1.x-master).

Change History (2)

comment:1 Changed 9 years ago by m_gol

Component: unfiledevent
Milestone: None2.1.1
Owner: set to m_gol
Priority: undecidedlow
Status: newassigned

comment:2 Changed 9 years ago by Michał Gołębiowski

Resolution: fixed
Status: assignedclosed

Event: Fix isDefaultPrevented for bubbled events in Android 2.3

Fixes #14897 Closes gh-1545

Changeset: ad032d3c7df04827989a4187117614c29bf3a4ad

Note: See TracTickets for help on using tickets.