VP-24: Video player throws deprecated warning on event.layerX and event.layerY in chrome

Metadata

Source
VP-24
Type
Bug
Priority
Major
Status
Closed
Resolution
Fixed
Assignee
N/A
Reporter
Cindy Li
Created
2012-02-24T13:16:07.547-0500
Updated
2013-03-01T09:14:34.737-0500
Versions
N/A
Fixed Versions
N/A
Component
  1. core

Description

Opening video player demo in chrome triggers the warning:

event.layerX and event.layerY are broken and deprecated in WebKit. They will be removed from the engine in the near future.

Upgrading to jQuery 1.7 should fix this issue - http://stackoverflow.com/questions/7825448/webkit-issues-with-event-layerx-and-event-layery

Comments

  • Anastasia Cheetham commented 2012-10-24T14:27:26.062-0400

    We have upgraded jQuery, and this bug is no longer happening.