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

Firefox not showing the remove tag button (x) properly #243

Closed
dugajean opened this issue Feb 15, 2014 · 2 comments
Closed

Firefox not showing the remove tag button (x) properly #243

dugajean opened this issue Feb 15, 2014 · 2 comments

Comments

@dugajean
Copy link

As the title says, Firefox is failing to display the remove tag button properly, the little x. Chrome displays it as it should though.

Here's a screenshot:
h4k0bxx

Solution?

@byteSamurai
Copy link

Looks to me like u r using a different charset.
I couldn't reproduce your error with FF 27.0.1

Have U tried to replace

var g = a('<a><span class="text-icon">\xd7</span></a>').addClass("tagit-close").append(c).click(function (m) {

with

var g = a('<a><span class="text-icon">&#215;</span></a>').addClass("tagit-close").append(c).click(function (m) {

I guess its in line 485...

@dugajean
Copy link
Author

This fixed the issue. Thank you.

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

No branches or pull requests

2 participants