? ?
avatar ggppdk
ggppdk
14 Nov 2015
  • Version: Joomla 3.x
  • How to reproduce: add 2 different editors in the same page e.g. add tinymce and codemirror

you will get this javascript function to be added twice:

function jInsertEditorText( text, editor )
{
 ...
}
  • Example of problem created: if you add codemirror after tinymce, then the XTD editor buttons will not work, because the codemirror's jInsertEditorText will be called (as it was added last)
  • maybe this can be re-evaluted in J4.0 ? or is it possilbe to fix this without breaking all XTD button extensions ?
avatar ggppdk ggppdk - open - 14 Nov 2015
avatar zero-24 zero-24 - change - 14 Nov 2015
Labels Added: ?
avatar dgt41
dgt41 - comment - 14 Nov 2015

I cannot imagine a solution for 3.x version that would be B/C and work for every 3pd component/plugin. I think this needs to be reviewed for 4.0...

avatar zero-24 zero-24 - change - 25 Nov 2015
Category Plugins
avatar brianteeman brianteeman - change - 28 Jan 2016
Milestone Added:
avatar brianteeman brianteeman - change - 28 Jan 2016
Labels Added: ?
avatar brianteeman brianteeman - change - 10 May 2016
Status New Confirmed
avatar brianteeman
brianteeman - comment - 6 Nov 2016

Closed as we have a PR #12561

avatar brianteeman brianteeman - change - 6 Nov 2016
The description was changed
Status Confirmed Closed
Closed_Date 0000-00-00 00:00:00 2016-11-06 07:56:39
Closed_By brianteeman
avatar brianteeman brianteeman - close - 6 Nov 2016

Add a Comment

Login with GitHub to post a comment