Modify ↓
Opened 8 years ago
Last modified 8 years ago
#13138 new defect
jquery-ui is not visible in pages generated by DoxygenPlugin
Reported by: | Owned by: | Committo-Ergo-Sum | |
---|---|---|---|
Priority: | normal | Component: | DoxygenPlugin |
Severity: | normal | Keywords: | jquery-ui |
Cc: | Trac Release: | 1.0 |
Description
DoxygenPlugin replaces reference to Doxigen's 'jquery.js' by 'chrome/common/js/jquery.js'.
But Doxygen's jquery is not just jquery (see https://github.com/doxygen/doxygen/tree/master/jquery):
Doxygen's jquery.js script is composed of minified versions of the following packages:
- jquery 1.7.1: http://jquery.com/download/
- jquery.ui 1.8.18: https://code.google.com/p/jqueryui/downloads/list
modules required:
- jquery.ui.core
- jquery.ui.widget
- jquery.ui.mouse
- jquery.ui.resizable
- jquery.hashchange: 1.3: http://benalman.com/projects/jquery-hashchange-plugin/
- jquery.scrollTo: 1.4.2: https://github.com/flesler/jquery.scrollTo
- jquery.powertip: 1.2.0: http://stevenbenner.github.io/jquery-powertip/
- jquery.touchpunch: 0.2.3: http://touchpunch.furf.com/
- jquery.smartmenus: 1.0.0: http://www.smartmenus.org/
As a result reference to jquery.ui is missed in generated html file.
Attachments (0)
Change History (1)
comment:1 Changed 8 years ago by
Summary: | jquery-ui is not visiblle in pages generated by DoxygenPlugin → jquery-ui is not visible in pages generated by DoxygenPlugin |
---|
Note: See
TracTickets for help on using
tickets.
PatchWelcome.