Details
Assignee
UnassignedUnassignedReporter
Colin ClarkColin ClarkComponents
Affects versions
Priority
Major
Details
Details
Assignee
Unassigned
UnassignedReporter
Colin Clark
Colin ClarkComponents
Affects versions
Priority
Created December 24, 2016 at 11:36 PM
Updated January 11, 2017 at 6:53 PM
When I use Infusion's prebuilt dist/infusion-framework-no-jquery.js file, and provide my own version of jQuery, I receive errors in the console related to the fact that jQuery UI is missing:
jquery.keyboard-a11y.js:172 Uncaught TypeError: Cannot read property 'keyCode' of undefined at jquery.keyboard-a11y.js:172 at jquery.keyboard-a11y.js:623
At least naively, it seems to me that a "no jQuery" version of the framework shouldn't include portions of the framework that are dependent on jQuery UI. In this particular case, I'm using Infusion without any particular UI components.