Skip to content
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

Token removed when white space is clicked #99

Open
milosjovac opened this issue Feb 4, 2015 · 6 comments
Open

Token removed when white space is clicked #99

milosjovac opened this issue Feb 4, 2015 · 6 comments
Labels

Comments

@milosjovac
Copy link

If red area is clicked(http://prntscr.com/610zu8) token is being removed. Token style is defined as TokenClickStyle.Delete. Bug or am I missing something? Tnx.

@mgod
Copy link
Contributor

mgod commented Feb 17, 2015

This is a bug, but I can't see a good way around it. The field figures out where the click is in the "text" of the field and locates the span covering that area. Spans usually include the space after them, so clicking on the whitespace counts as clicking the span. I'm not sure how hard it will be to make this work as expected.

@mgod mgod added the bug label Feb 17, 2015
@sinaghz
Copy link

sinaghz commented Oct 5, 2015

Hey, Thanks for your great and really useful lib .
any solution for this problem yet?

@NileshJarad
Copy link

I am facing same issue on this

@jsmhy
Copy link

jsmhy commented Jul 13, 2017

I am facing same issue on this, Did it solved?

@mgod
Copy link
Contributor

mgod commented Jul 13, 2017

I don't have a solution for this, unfortunately.

@sanjogshrestha
Copy link

Has this bug been fixed or is there any way around?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

6 participants