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

Error in ReloadPage #34

Closed
ikezili opened this issue Oct 5, 2013 · 2 comments
Closed

Error in ReloadPage #34

ikezili opened this issue Oct 5, 2013 · 2 comments

Comments

@ikezili
Copy link

ikezili commented Oct 5, 2013

Dear TimSchlechter,

I believe there is an error in your plugin running on firefox in my case version 24.
When access to first page works perfectly, but if I reload the page (F5) the following error is returned.

TypeError: self.options.itemValue (...) is undefined
http://localhost:4749/Scripts/bootstrap-tagsinput/bootstrap-tagsinput.js
line 183

But if I click CTRL + F5 the error does not occur.

In browsers chrome and IE10 the error does not occur

You can test with own page in firefox

http://timschlechter.github.io/bootstrap-tagsinput/examples/

Leandro Ikezili

@timschlechter
Copy link
Contributor

Thanks for reporting this bug; you're right, Firefox caches the state of all form fields when you reload (and go forward and back). This behaviour triggered a bug in bootstrap-tagsinput.

I fixed this in babfd37

@ikezili
Copy link
Author

ikezili commented Oct 7, 2013

Hi Tim,

Congratulations for the excellent work.
And thanks for the quick action in the bug fix.

@ikezili ikezili closed this as completed Oct 7, 2013
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