-
Notifications
You must be signed in to change notification settings - Fork 3.4k
md-autocomplete has a bug on demo site (in master version and 1.0.0rc2 #5448
Comments
Hmm I tried this but it seems that the options are just hidden. Try to scroll again and the options will appear; thus this is still a bug and maybe its the md-virtual-repeat problem because it is resetting when deselecting the option. |
This happens on every md-virtual-repeat-container I've seen with over 8 items.. The repeat only renders the first 8 items (from the code, it looks like it expects 5 to fit and an extra 3), but does not reset the scroll. . |
Pretty strange. The virtual repeat's scroller is reporting a scrollTop of 0, but the scrollbar is all the way at the bottom. That is why the repeater is rendering items at the top, out of view. Weird. Have not found a solution yet. |
Also, it seems to not be a problem in FireFox. |
@kseamon , indeed, I just saw this issue on Chrome. But I tryed it now with 1.0.0.0-rc3 on Firefox and it seems there is another similar bug: It just shows the first 3 items instead of 5, like in chrome: If I scroll (or leave the input and enter again) the error continues. |
The rc3 bug is fixed by #5579. |
No... it's not |
Are you still seeing the rc3 bug in rc4? I'm not. The original issue in this ticket remains unresolved (it's a doozy). |
The other manifestation of the "rc3 bug" should be fixed by #5908. |
Not sure if you guys are aware of this but also if you position your mouse cursor on the textbox and scroll, the suggestion list shifts down as per the screenshot below. Do you want me to open another issue for this ? It occurs on Safari, Firefox and Chrome. I didn't test the other browsers but I am assuming it's the same on all. |
The original bug (selecting an item from the bottom of the menu then clearing the selection) still reproduces on Firefox (48.0.2), as well as another, similar bug: This reproduces on Firefox (but not on Chrome) and with AM v1.1.1. |
Hello,
md-autocomplete has a bug on the demo site.
The steps to repeat:
The text was updated successfully, but these errors were encountered: