Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Listeners for (before)?(cut|copy|paste) events are not executed in IE7-9 #139

Open
GoogleCodeExporter opened this issue Jul 8, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

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

@GoogleCodeExporter
Copy link
Author

Thanks for the report.

According to MSDN those events are supposed to bubble. They obviously don't 
though.

This will be fixed in base2 version 2.0.

Original comment by [email protected] on 24 Jun 2011 at 7:28

  • Changed state: Accepted
  • Added labels: Browser-MSIE, Module-base2.DOM, Priority-Medium, Type-Defect

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant