-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
WIP Native Events #2436
WIP Native Events #2436
Conversation
@@ -186,6 +186,7 @@ ensureElIsNotCovered = (cy, win, $el, fromViewport, options, log, onScroll) -> | |||
return $elAtCoords | |||
|
|||
getCoordinatesForEl = (cy, $el, options) -> | |||
debugger |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Y'all need some linters running on precommit hooks, debugger should never been committed. 👀
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
its a WIP, so i use --no-verify
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think we should bother reviewing WIP PR's, isn't that the point of WIP? 😄
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Agree with @bkucera if we indicate a WIP on a PR it should be ignored and not be reviewed.
decaffeinate: Rename keyboard.coffee from .coffee to .js decaffeinate: Rename click.coffee from .coffee to .js decaffeinate: Rename type.coffee from .coffee to .js
decaffeinate: Convert type.coffee to JS decaffeinate: Run post-processing cleanups on type.coffee decaffeinate: Convert keyboard.coffee to JS decaffeinate: Run post-processing cleanups on keyboard.coffee decaffeinate: Convert click.coffee to JS decaffeinate: Run post-processing cleanups on click.coffee
@bkucera any objections to closing this one? |
closing since this is very stale and no longer a blocker for cross-browser support (which is released) |
fix #311
typing into datetime-local input type
fix Cannot type on datetime-local input #2613
input events for
{enter}
:fix type('{enter}') doesn't fire input event #3405
sending
code
property on keyboard eventfix cy.type doesn't fill in KeyboardEvent.code #3722
follow w3 spec for number inputs
fix cannot
type
negative number into number input with text selection #4767Tasks