You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. Create a page with a text input field.
2. Add event listener to the field for one of the events
(before)?(cut|copy|paste).
3. Load the page in IE and try to trigger one of these events.
What is the expected output? What do you see instead?
It is expected that the listed events will trigger the execution of the
listener. Instead nothing happens.
What version of the product are you using? On what operating system?
1.1 (alpha1)
Please provide any additional information below.
Problem is tested to be reproducible in IE version 7 to 9. Possibly also
reproducible in lower version, but this is not tested.
Adding the listed events to _CANNOT_DELEGATE in base2/dom/events/header.js
solves the problem.
Original issue reported on code.google.com by [email protected] on 24 Jun 2011 at 8:56
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 24 Jun 2011 at 8:56The text was updated successfully, but these errors were encountered: