Grid Store Binder not running in chrome

Confluence User - 23 May, 2018

I have customize grid UI using JS and grid store binder to save rows. While edit and submit in firefox brower, it works  but in chrome its not calling store binder.

 

Please help me!

grid;form;storebinder

4


24 May, 2018
confluenceUser
confluenceUser

Hi, if it works in Firefox and not Chrome then most likely there is some incompatible javascript. You can check the Chrome Developer Tools console to see what the error is and handle accordingly.

24 May, 2018
confluenceUser
confluenceUser

Yes i tried to check log and didn't get any error message. Even submit action triggered.

24 May, 2018
confluenceUser
confluenceUser

?_action=submit&OWASP_CSRFTOKEN=G74G-ARNC-4N6B-JX6J-X9VA-0K57-IQD6-UR8D

24 May, 2018
confluenceUser
1
confluenceUser

Before and after trigger click in JS listener  we need to call event.stopPropagation() and event.preventDefault() 

which is fixed my issue

RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print