You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 29, 2019. It is now read-only.
After the changes in issue #1922, the suggested fix for keeping the old "open on focus" behavior is to use is-open="dt.open" and ng-focus = "dt.open = true".
However, using ng-focus this way causes the datepicker to break with the error:
$apply already in progress
[$rootScope:inprog] http://errors.angularjs.org/undefined/$rootScope/inprog?p0=%24apply
Stuck on this bug too...
I don't understand why this was totally removed. Shouldn't that be up to users of the module to determine how to handle accessibility issues?
pedroxs
added a commit
to pedroxs/bootstrap
that referenced
this issue
Oct 16, 2014
This is resolved in AngularJS 1.3 . However, to fix this for older versions, we can use the fix described in angular/angular.js@54f0bc0 .
It's likely we'll move forward with AngularJS 1.3 soon so a fix for this may not be needed once the new release with the AngularJS 1.3 releases is cut. I'll leave this open until then or if someone once to submit a fix before the 1.3 transition.
After the changes in issue #1922, the suggested fix for keeping the old "open on focus" behavior is to use
is-open="dt.open"
andng-focus = "dt.open = true"
.However, using
ng-focus
this way causes the datepicker to break with the error:This seems to be a problem for multiple people (in the discussion of #2149):
#2149 (comment)
#2149 (comment)
#2149 (comment)
#2149 (comment)
So, this looks important for many people, especially since it occurs because of the breaking changes of the #1922 fix.
The text was updated successfully, but these errors were encountered: