Opened 15 years ago
Closed 11 years ago
#6413 closed defect (fixed)
WYSIWYG plugin stops working when Agilo Advanced UI mode is enabled
Reported by: | Owned by: | Andrea Tomasini | |
---|---|---|---|
Priority: | highest | Component: | AgiloForTracPlugin |
Severity: | normal | Keywords: | WYSIWYG Editor plugin |
Cc: | support@…, amr.noaman@…, Jun Omae | Trac Release: | 0.11 |
Description
I have recently installed the Agilo for Scrum plugin. Everything seems fine except the WYSIWYG plugin has stopped working. When I try to edit a wiki page (with the WYSIWYG plugin enabled) it does not show the textarea/wysiwyg radio buttons, and instead shows an empty textarea artifact beneath the normal editing text area.
When I disable the Advanced UI in Admin->Agilo->General, this problem goes away, and the WYSIWYG plugin works fine again.
I suspect a css problem, but can not find a solution.
Attachments (0)
Change History (12)
comment:1 Changed 15 years ago by
Cc: | support@… added; anonymous removed |
---|---|
Keywords: | WYSIWYG Editor plugin added |
comment:2 follow-up: 3 Changed 15 years ago by
Actually it seems the problem is there on both the ticket View->Add/Change and Edit->Comment text areas. Is this what you were referring to?
Trac 0.11.6 Agilo 0.8.4-r2257-20091218 Trac WYSIWYG 0.2
comment:3 Changed 15 years ago by
Priority: | normal → low |
---|
Replying to anonymous:
Actually it seems the problem is there on both the ticket View->Add/Change and Edit->Comment text areas. Is this what you were referring to?
Trac 0.11.6 Agilo 0.8.4-r2257-20091218 Trac WYSIWYG 0.2
yes I fixed it in the past already by adding a JavaScript file to avoid the plugins to manipulate the styles and the DOM. We will have ti check again, bit that is not a priority ;-)
we can't guarantee compatibility with every other plugin ;-)
comment:4 Changed 15 years ago by
Understood. Thanks for your prompt replies and keep up the good work!
comment:5 Changed 15 years ago by
Cc: | amr.noaman@… added |
---|
comment:6 Changed 15 years ago by
Hi ,
Can you please provide the solution to fix this issue, Still I have been got up with this issue I am not able to use WYSIWYG plugin in my enviroment.
Thanks vela
comment:7 Changed 15 years ago by
Priority: | low → highest |
---|
comment:8 Changed 15 years ago by
Speaking for AgiloForScrumPlugin We do not have a high priority to fix this - we would love to get a patch for this though.
Regards, Martin
comment:9 Changed 15 years ago by
I fixed this bug by removing the lines 16 to 21 from the file third_parties_hack.js in the folder agilo/htdocs/js/ of the AgiloForScrumPlugin. These lines where overriding the function TracWysiwyg.getTracPaths of the TracWysiwygPlugin which stops it working.
comment:10 Changed 15 years ago by
This is most strange, as these lines are there for exactly the purpose of making trac wysiwyg work. Could anybody tell me what this method is supposed to return?
What we do return is the BASE_UR, i.e. the difference between trac running in multi-env mode or not.
Regards, Martin
comment:11 Changed 14 years ago by
Cc: | Jun Omae added |
---|
comment:12 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Hi there, I thought we fixed this problem, but apparently only in the ticket editing, can you confirm that in ticket editing works? It was a CSS + Javascript issue...