Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update CKEditor to 4.4.8 #43

Closed
wants to merge 20 commits into from
Closed

Update CKEditor to 4.4.8 #43

wants to merge 20 commits into from

Conversation

gotcha
Copy link
Member

@gotcha gotcha commented Sep 9, 2015

No description provided.

@gbastien
Copy link
Member

Hi @gotcha

just tried this and everything works as expected, is it ready to merge or a pending work?

Gauthier

@gotcha
Copy link
Member Author

gotcha commented Sep 11, 2015

@spereverde is currently testing it. She will come back to us when she is done.

@gbastien
Copy link
Member

@gotcha right, I am testing it too, I am currently extending the "specialchar" plugin, everything seem right until now...

I will need a new release next week including the extra plugins I mentionned, I will do a separate PR than my previous, I will close this previous right now.

See you,

Gauthier

@gbastien
Copy link
Member

Hi @gotcha

ready to merge so we can go on with this?

Thank you,

Gauthier

@gotcha
Copy link
Member Author

gotcha commented Sep 17, 2015

@spereverde has an issue with their custom toolbar. IOW, there is still a hidden problem.

If you need a release now, I suggest two solutions:

  • you make a private release on your egg server collective.ckeditor==4.3.1+imio
  • we make a beta release on pypi

@gotcha
Copy link
Member Author

gotcha commented Sep 17, 2015

This is what @spereverde told me:

I can't find other strange things besides the toolbar button settings not working for now.
I do feel that there is an issue somewhere with the available toolbar buttons.
I tested several things but can't find a solution, it seems like some plugins aren't installed by default or the way the toolbar is set has changed, but need to look into it more.

@spereverde
Copy link
Contributor

When selecting the full toolbar in the settings, a lot of buttons simply do not show (in our setup)
33 CKEDITOR_FULL_TOOLBAR = """[
34 ['Source','-','AjaxSave','Preview','-','Templates'],
35 ['Cut','Copy','Paste','PasteText','PasteFromWord','-','Print',
36 'SpellChecker', 'Scayt'],
37 ['Undo','Redo','-','Find','Replace','-','SelectAll','RemoveFormat'],
38 ['Styles','Format','Font','FontSize','TextColor','BGColor'],
39 '/',
40 ['Bold','Italic','Underline','Strike','-','Subscript','Superscript'],
41 ['NumberedList','BulletedList','-','Outdent','Indent','Blockquote','CreateDiv'],
42 ['JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock','BidiLtr','BidiRtl'],
43 ['Link','Unlink','Anchor'],
44 ['Image','Flash','Table','HorizontalRule','Smiley','SpecialChar',
45 'PageBreak','Iframe'],
46 ['Maximize', 'ShowBlocks','-','About']
47 ]"""
Following buttons not showing up when editing a page (new or existing):
[
['Preview','-','Templates'],
['Print', 'SpellChecker'],
['Find','Replace','-','SelectAll'],
['Font','FontSize','TextColor','BGColor'],
'/',
['CreateDiv'],
['JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock','BidiLtr','BidiRtl'],
['Flash','Smiley','PageBreak','Iframe'],
['ShowBlocks']
]

@gbastien
Copy link
Member

Hi @gotcha,

I just tried to activate the full bar with this PR and indeed, most of buttons do not show up... with this branch ck4.4.8, but trying with my fork (https://github.com/gbastien/collective.ckeditor) it works as expected, when selecting the "fullbar", every buttons are shown.

Could you please validate this version with @spereverde ? Or look what is the difference between both versions?

Thank you!

Gauthier

@gbastien
Copy link
Member

@gotcha
Copy link
Member Author

gotcha commented Sep 18, 2015

I cherry-picked tests and minor changes onto master.

I opened a new pull request for CKEditor 4.4.8
@gbastien @spereverde Can you test #44 ?

@gotcha gotcha closed this Sep 18, 2015
@gotcha gotcha deleted the ck4.4.8 branch March 10, 2022 12:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants