You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It instead passes "0", so the condition can never be set to false and keyboard navigation cannot be turned off - rendering forms on the same screen useless. Spaces are intercepted by the javascript.
Commenting-out lines 938-941 of /assets/components/gallery/packages/galleriffic20/js/jquery.galleriffic.js (which monitor the position of the space bar) is a fix, but it should be possible to just turn it off. The galleriffic documentation doesn't mention this optional setting, but it is included.
The text was updated successfully, but these errors were encountered:
It instead passes "0", so the condition can never be set to false and keyboard navigation cannot be turned off - rendering forms on the same screen useless. Spaces are intercepted by the javascript.
Commenting-out lines 938-941 of /assets/components/gallery/packages/galleriffic20/js/jquery.galleriffic.js (which monitor the position of the space bar) is a fix, but it should be possible to just turn it off. The galleriffic documentation doesn't mention this optional setting, but it is included.
The text was updated successfully, but these errors were encountered: