jquery tokeninput - Cursor not showing up in google chrome after token is added -


i have downloaded zip https://github.com/loopj/jquery-tokeninput , tried demo.html in firefox , in chrome. in firefox after adding token cursor being shown up: version in 1.6.1

enter image description here

in google chrome after adding token cursor not being shown up: when start typing cursor shown.

enter image description here

i have tried loopj version http://loopj.com/jquery-tokeninput/demo.html given there, cursor being shown in google chrome also. have looked js file couldn't find anything.

how fix issue;

final edit: bug fixed in pull request #557.

updated solution:

on line 725(ish), there input_box.width(0), in add_token method. giving input width of zero, cursor hidden view. i've set 1 in project, allows me see cursor, i'm yet find negative effects, , can see worst happen premature linebreak, in implementation can deal with!

hope helps!


original answer: use different theme plugin in chrome, haven't encountered problem. going suggest posting bug report, guess this post anyway?

am reading post right demo's work correctly, file downloaded doesn't? demo's run on version 1.6.0 - perhaps try replacing .js file one, , see if solves problem temporary fix.


Comments

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

jquery - Fancybox - apply a function to several elements -

An easy way to program an Android keyboard layout app -