mdbootstrap / bootstrap-templates

A collection for Bootstrap 5 templates.

Home Page:https://mdbootstrap.com/freebies/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error in ReloadPage

ikezili opened this issue · comments

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

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

Hi Tim,

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