-
Notifications
You must be signed in to change notification settings - Fork 62
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
ngWig with angular-material #113
Comments
@kpgarrod |
Thanks! Please let me know if there's anything I can do to help. On Sun, May 1, 2016 at 2:34 PM Stepan Suvorov notifications@github.com
|
IMO, the focus should be initially on the toolbar of the editor, if we want to account for a11y. If you take a look at the demo on the README page, the focus is indeed on the toolbar (try to press some tabs and then the space key on the keyboard), but it is not visible to the eye due to styling. |
I'm not sure if my point 2 slipped through the cracks, but that is really the critical issue for me right now. "On a mobile device the keyboard does not appear when focusing on the editor." This makes the app unusable on a mobile device with ng-wig. I would really appreciate some help with this one as I am using ng-wig extensively and the project is ready to go into production. |
@kpgarrod have you created an issue on angular-material repo? it would be nice to listen to their thoughts |
@stevemeister Thanks for the suggestion. I logged an issue at angular-material but it was closed as a duplicate of another issue which suggests using Summernote. Summernote depends on JQuery and twitter-bootstrap, neither of which I want in my project. I have made a comment to that effect there. |
it's definitely not a duplicate. posted a message there |
Thanks. May I suggest that you also post a message in the open issue: On Tue, May 31, 2016 at 9:57 AM Stepan Suvorov notifications@github.com
|
@kpgarrod |
Thanks! On Tue, May 31, 2016 at 10:35 AM Stepan Suvorov notifications@github.com
|
I am still having this problem with angular-material 1.1.0. I have created an issue there: angular/material#9414. This is affecting my production users so any help would be greatly appreciated! |
I am using ngWig(v3) with angular 1.5 and angular-material 1.1. It looks and works great, thanks!
There are two issues which may be related so I am writing them together here. Let me know if I need to split them up.
Here is a codepen with ng-wig and the same codepen with a textarea
The text was updated successfully, but these errors were encountered: