-
Notifications
You must be signed in to change notification settings - Fork 202
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
Not working with jQuery >=1.8.0 #74
Comments
I can confirm this issue. The Textbox just increases its width to the right for each new item added. |
I'm using jQuery 1.8.0 and don't have any problems with width. However, I have another issue: All tags disappear when I move the mouse above the texext textarea... The most interesting thing is that it doesn't happen every time. Any ideas? |
We are using your plugin (excellent work btw) but since we upgraded to jQuery 1.8.2 (and twitter boostrap 2.1.1) the plugin has issues - we cannot view/create/deletes tags. No js error is thrown however. |
I can confirm this issue, in jQueryt 1.8+. Also if you have to write something wider than the size of the input, the text disappear until you don't press enter. |
Thanks for reporting this. I haven't had a chance to try jQuery 1.8 yet. Has anyone tried diagnosing the issue yet? |
I've commented line 981 (not compressed js of course) and issue with textbox width disappeared. Textbox width need to be set by class or inline style. I'm using jQuery 1.8.2 and jQuery-UI 1.8.24. .. |
@yoanntrouillet I have similar issue with jQuery 1.7.2 and Bootstrap 2.0.4 |
Doesn't work with 1.8.2 and no-conflict 1.6.1 either. |
Probably this is somehow related to other styling (width) issues but I'm not sure.
If one takes the main page
http://textextjs.com/
and substitutesjQuery-1.6.1.js
which is used tojQuery-1.8.0.js
, strange styling issues appear. Underlying textbox becomes visible to the right of styled textext input box.Here is a snapshot:
https://skitch.com/ikostia/euy82/jquery-textext-plugin
Thanks,
Kostia
The text was updated successfully, but these errors were encountered: