Side navigation
#14897 closed bug (fixed)
Opened March 18, 2014 09:34PM UTC
Closed March 21, 2014 03:19AM UTC
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
).
Attachments (0)
Change History (2)
Changed March 18, 2014 09:35PM UTC by comment:1
component: | unfiled → event |
---|---|
milestone: | None → 2.1.1 |
owner: | → m_gol |
priority: | undecided → low |
status: | new → assigned |