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

Changed extended patterns to concatenation #469

Closed
wants to merge 1 commit into from

Conversation

jeblad
Copy link
Contributor

@jeblad jeblad commented Feb 13, 2017

This changes the behavior of the dependency loading, as it was earlier an override, and with this change it is an extension (or a concatenation).

During testing it became obvious that the previous solution simply did not work. Perhaps I did something obviously wrong, but I did check with other code. I even had to redo some of my own code that was obviously wrong.

I have not been able to verify if this change fails somewhere, it is only verified on a Ubu-box in Vagrant, and other OS and setup might handle the altGr-key somewhat different. During tests on that setup I only get errors from the usual suspects, no new errors. Still I am not convinced that the testing framework accurately reproduce a real browser when it comes to key events.

This change set replaces the somewhat messy #466.

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

Successfully merging this pull request may close these issues.

None yet

1 participant