Bug #1991

glossary don't display definition
Description
using 11 Sept 2010 hg version and activating the glossay on demand function, when the mouse is over the word the definition is not displayed.
Files
History
Updated by Yannick Warnier over 10 years ago
- Target version set to 1.8.8 alpha
Interesting. Do you know if that comes from recent commits?
Updated by Julio Montoya over 10 years ago
- File glossary.png glossary.png added
Need more info how to reproduce it.
It works for me with changeset: 12483:b3c0b231786e
I tested both options: automatic and manual. Tested in FF 3.6.8 and Chrome v5 in ubuntu see also the image
Updated by Anonymous over 10 years ago
I see... perhaps a local setting in my external server prevent ajax to work correctly.
I'll investigate.
If you prefer you can close the task: I will communicate eventually news about the matter.
Updated by Juan Carlos RaƱa Trabado over 10 years ago
I confirm this error, (Mozilla 3.6.10 and IExplorer 8 under windows xp)
Updated by Ivan Tcholakov about 10 years ago
I confirm this bug too.
See the file /chamilo/main/inc/lib/javascript/jquery.frameready.js and then the line 97:
var jQueryPath = "/main/inc/lib/javascript/jquery.js";
The web path to the jquery script is wrong.
Updated by Ivan Tcholakov about 10 years ago
- Status changed from New to Assigned
- Assignee set to Ivan Tcholakov
- Target version changed from 1.8.8 alpha to 1.8.8 stable
Updated by Ivan Tcholakov about 10 years ago
13696:b4924725c2b9 Task #1991 - Cleaning whitespace before changing some files.
http://code.google.com/p/chamilo/source/detail?r=b4924725c2b9b5a53ed7a4ce202de1fe796477e5&repo=classic
Updated by Ivan Tcholakov about 10 years ago
13697:e5510edaf3b4 Task #1991 - Adding a configuration option for the script jquery.frameready.js.
http://code.google.com/p/chamilo/source/detail?r=e5510edaf3b4b819b5dc32df4b597359e3fb1ffa&repo=classic
Updated by Ivan Tcholakov about 10 years ago
13698:37a55afeb449 Task #1991 - Updating the script jquery.frameready.js to version 1.2.1.
http://code.google.com/p/chamilo/source/detail?r=37a55afeb4494dc71e33dd3fcde23981c4517e7b&repo=classic
The feature works now in the Document tool. Tomorrow I am going to check it in LP.
Updated by Ivan Tcholakov about 10 years ago
- File a_glossary_term_in_lp.png a_glossary_term_in_lp.png added
- Status changed from Assigned to Feature implemented
- % Done changed from 0 to 100
For the LP tool the glossary feature depends on the setting api_get_setting('show_glossary_in_extra_tools'). After activating this setting I can see glossary terms in the LP tool too.