nanodesigns / nanosupport

Create a fully featured Support Center in your WordPress setup without any third party dependency, completely FREE. Get a built-in Knowledgebase too. The plugin is available on WordPress.org repository:
https://wordpress.org/plugins/nanosupport/
GNU General Public License v2.0
50 stars 13 forks source link

JS Error in Console with focus-ring.min.js #55

Closed mayeenulislam closed 6 years ago

mayeenulislam commented 6 years ago

Actual behavior

User alexlii reported with the latest browsers the following Reference Error appears:

Uncaught ReferenceError: isHandlingKeyboardThrottle is not defined at HTMLBodyElement.o

And it's coming from focus-ring.min.js. Though everything works as expected.

Steps to reproduce

  1. Open the Submit Ticket form and open up the browser console
  2. Try to use the Editor and it should display the error on the console

Expected behavior

There shouldn't be any error on the console.

System Status

NanoSupport: v0.4.1

WordPress: v4.9.5

mayeenulislam commented 6 years ago

Need to try the latest version of this repository: https://github.com/WICG/focus-visible

For legacy browsers a polyfill could be required.