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

Simulate DOM input event on .type() #7

Closed
jennifer-shehane opened this issue Mar 30, 2015 · 1 comment
Closed

Simulate DOM input event on .type() #7

jennifer-shehane opened this issue Mar 30, 2015 · 1 comment
Labels
type: enhancement Requested enhancement of existing feature

Comments

@jennifer-shehane
Copy link
Member

The DOM input event should be fired when the value of an <input> or <textarea> element is changed through cy.type().

For IE9 < support, the propertychange event should be fired when value of an <input> or <textarea> element is changed through cy.type().

@jennifer-shehane jennifer-shehane added the type: enhancement Requested enhancement of existing feature label Mar 31, 2015
@brian-mann
Copy link
Member

Typing implements the spec and behavior of Chrome.

When cross browsers are used we don't simulate anything, real OS events are used so there is no need to add support for multiple browser.

Input event is now fired. Fixed in 0.8.0

@cypress-io cypress-io locked as resolved and limited conversation to collaborators Dec 6, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
type: enhancement Requested enhancement of existing feature
Projects
None yet
Development

No branches or pull requests

2 participants