-
Notifications
You must be signed in to change notification settings - Fork 13.8k
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
Focus on load #1029
Comments
No, we don't test for this, because it's not in the spec ;-) I'll see if I can add it in and do a full test run. |
Regarding GWT, I'm afraid I'll have to decline on that one. I haven't used GWT for a couple of years now (and don't miss it much!) |
It is now: cc97e9c
Awesome!
No worries. Do you know anyone/anywhere we can reach out to? |
I've updated the test, and the failures I see are for
@sindresorhus that differs from your list slightly. I have manually verified extjs_deftjs and it works for me. |
Which browser? Focuses on load in Safari, but not in latest Chrome. |
Just tried on 38.0.2125.104 (on a Mac), and it works fine. |
I'm on OS X 10.9 and can reproduce in Chrome Canary too (without any extensions enabled). |
This adds an additional test case that ensures the todo input field is focussed when the app initially loads. Thia relates to the test failures in issue #1034
I must be going mad, extjs_deftjs does repeatedly fail now:
|
Thanks again for the ping, will add this to Olives asap. |
thanks for the ping. i haven't touched batman for a couple of years now (have been more focused in backbone tbh). Also, batman is not actively developed/maintained now :( |
Hey, I created #1242 which fixes the autofocus bug. Thanks! |
* Update to the latest version of the Olives framework. * Update to the latest version of Emily * Remove requirejs in favor of browserify - also implemented npm scripts and updated the readme As a result of updating dependencies, this fixes the issue in tastejs#1029. Ref tastejs#1029 Close tastejs#1242
Some apps are not focusing the new todo input on load:
@ColinEberhardt Do we test for this in the testsuite?
Also, would you be interested in fixing the GWT app?
The text was updated successfully, but these errors were encountered: