johannesjo/ng-fab-form

Chrome browser crashes when opening a page that contains a <form>

Closed this issue · 7 comments

When testing locally, everything works flawlessly. When I deploy to my S3 bucket and open the page, the browser hangs the moment I open a page that contains a form tag.

No error appears in console until it crashes.

Any idea of what could cause it?

Which version of ng-fab-form are you using?

The latest one, v1.2.18.

Thanks for getting back to me. Are you deploying the files minified? That's really . Could you provide a link for further debugging? It should not matter where the files are deployed only how they look like..

Also: Does the same happen to you on the demo page or with the plunkr? They're using the minified version of this repo.

Hey, sorry for the delay.
It was concatenated with other scripts and minified by a gulp task using gulp-uglify but I somehow fixed the issue by removing and readding the package via bower.
I can try to get to the buggy revision in my repository to try and reproduce the problem if you still want to investigate the issue, tho.
And no, it does not happens on the demo page.

Thank you very much for your reply. I'm glad that you were able to fix the problem. Bower does not always install the latest version if not explicitly told to do so, but might do it, when there is no package installed at all. That's probably the reason for your problem, as there was a bug in a later version of ng-fab-form, which caused the behavior you described.

Oh, I see. That's probably what happened. Well, thanks for your time and for the awesome work on this package! Thanks a lot!