-
Notifications
You must be signed in to change notification settings - Fork 6.7k
Bug: Typeahead broken in latest angular #2293
Comments
Indeed, this sounds like a regression on the AngularJS side.... Not sure what could have caused this atm, though. |
I'm not seeing the popup's methods being called |
Just ran into this too |
+1 |
Looks like this actually broke in |
@caitp just looking into this, but I'm not 100% sure which exact commit broke this :-/ |
It's likely related to Pete/Vojta's transclusion fixes, @pkozlowski-opensource --- but I think we don't want to revert those changes |
@caitp - presumably those fixes relate AngularJS 5489 amongst others? On the basis any changes like this to transclusion are likely to have wider reaching impact, is there a document somewhere that captures the scope and impact of said changes? I suspect typeahead won't be the only place affected. |
Any simple workaround other than dropping back to an older version of angular? |
AngularJS #8072 appears to confirm the bug is within |
setting |
I've submitted #2535 as a fix for this. I've confirmed that this does fix the issue with 1.3.0-beta.17. Simple change, but it works just fine. |
@kkragenbrink Just tried that out. Works great on Chrome, Safari, IOS & Android. Who would have thought it'd be that simple! Thanks. |
+1 |
Fixes angular-ui#2474 Fixes angular-ui#2541 Fixes angular-ui#2293 Closes angular-ui#2535 Closes angular-ui#2557
Use decorator to extend third party directives, so that if they are upgrading you can upgrade your lib without code change, just you can remove your decorator.
'''
|
I'm still having the same type-ahead problems with 1.4.5. Has this problem now been confirmed solved? |
I am also facing the same problem. Using Bootstrap 0.11.0 and angular js 1.4.8. |
@ashigl, please do not comment on closed issues. doing so is a really good way for them to be missed or ignored. |
I am also facing the same problem. Using Bootstrap v3.3.6 and angular js v1.4.7 |
Seems Typeahead isn't working correctly since v1.3.0-build.2783.
Keyboard jumps through the items, but it doesn't highlight them, so you can't see which one is selected.
Clicking with the mouse on the typeahead list doesn't update the input.
These bugs show up in Chrome and Safari, haven't tried any other browsers.
http://plnkr.co/edit/poA6Pu?p=preview
The text was updated successfully, but these errors were encountered: