Skip to content

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

@GoogleCodeExporter

Description

@GoogleCodeExporter
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 mdimitrov@gmail.com on 24 Jun 2011 at 8:56

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions