-
Notifications
You must be signed in to change notification settings - Fork 610
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
Page demos problems in Firefox 44 #16836
Comments
Awesomplete was included twice by mistake. This created 2 completer instances. Fixed in 6c20ebe |
Closing this one since the first bug is fixed and second one is in separate issue now #16838 |
👍 |
This brings up an issue though. Should Awesomplete check if an input is already initialized before Could be done by checking the Awesomplete.all array On Sun, Jan 31, 2016, 12:34 Vladislav Zarakovsky [email protected]
|
Yes. |
I’m not so sure. It introduces a performance overhead on every use for little benefit (since including it twice is essentially the author's bug). |
Not necessarily performance overhead. Including script twice is an obvious error. Creating new instance for input, which already has awesomplete maybe not. Anyways, won't implement if it adds significant performance overhead or complicates code to much. |
I think the easiest way to do this is to check is I don't think the performance overhead should be significant, as everything I think the check can probably be done pretty neatly with On Mon, Feb 1, 2016, 18:50 Vladislav Zarakovsky [email protected]
|
Why |
Fuck you! Stop emailing me Thank you,
|
LOL, Stacey, nobody is emailing you. You (or someone using your email) has subscribed to this conversation. Just press unsubscribe. |
I would have 3,823 emails ago. There is no unsubscribe. And thank you for not taking my message personally. Apple should allow blocking of email rather than just junk Thank you,
|
The notifications you are getting are automated for every message posted on this conversation. It's not an email conversation, the emails are just notifications that you can reply to. The actual conversation is on the website. Note the "View it on Github" link under every message? That takes you to the website. |
Lea you radiate professionalism left and right! Well done. |
You could either use You can't use |
Yes, that's what I meant. I think it would be more readable than reduce. |
Sure thing. Want me to submit a PR? |
Eh, why not. :) |
The short answer would be - tests. I need to figure out a clean way to test Awesomplete's addition via script tag to the page. This is pretty much the only part not covered by tests yet. |
When using the first input in the page https://leaverou.github.io/awesomplete/ it shows as this (double tooltip):
then after selecting the first item:
and down with the combobox dropdown, the toggle is misaligned
The text was updated successfully, but these errors were encountered: