Opened 9 years ago
Closed 9 years ago
#12690 closed defect (wontfix)
Not compatible with BlueFlatTheme
Reported by: | Owned by: | Cinc-th | |
---|---|---|---|
Priority: | normal | Component: | BlueFlatTheme |
Severity: | normal | Keywords: | |
Cc: | Ryan J Ollos, Jun Omae | Trac Release: | 1.0 |
Description
This plugin not compatible with BlueFlatTheme. I think because BlueFlatTheme uses jQuery v1.11.2
Attachments (0)
Change History (3)
comment:1 Changed 9 years ago by
comment:2 Changed 9 years ago by
Component: | AutocompleteUsersPlugin → BlueFlatTheme |
---|---|
Owner: | changed from Tetsuya Morimoto to Cinc-th |
comment:3 Changed 9 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
You may disable the jQuery replacement done by the plugin using the setting
[blue-flat-theme] replace_jquery = 0
Afterwards configure the jQuery version you want to use in your trac.ini:
[trac]
jquery_location | Location of the jQuery JavaScript library (version 1.11.3). An empty value loads jQuery from the copy bundled with Trac. Alternatively, jQuery could be loaded from a CDN, for example: http://code.jquery.com/jquery-1.11.3.min.js, http://ajax.aspnetcdn.com/ajax/jQuery/jquery-1.11.3.min.js or https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js. (since 1.0) | (no default) |
Be sure to use jQuery compatible with the included bootstrap.
I suggest wontfix. I think that theme should use bundled jquery into Trac if the issue is caused by that theme uses newer jquery.