netresearch / t3x-rte_ckeditor_image

Image support in CKEditor for the TYPO3 ecosystem
GNU Affero General Public License v3.0
56 stars 65 forks source link

[bugfix/145]Fix disabled button. Fixes netresearch/t3x-rte_ckeditor_image #145 #146

Closed lucmuller closed 2 years ago

lucmuller commented 2 years ago

Solution is parsing of every toolbars, then checking if the command is 'image'. If yes, put the button state at 'off' since button.getState returns undefined

Fixes netresearch/t3x-rte_ckeditor_image #145

lucmuller commented 2 years ago

Solves #145

CybotTM commented 2 years ago

Thank you.

lucmuller commented 2 years ago

Hey ! Thanks for the merge.

Could you please release it in the v10.2 release ?

CybotTM commented 2 years ago

Yes, of course, then please make the PR against branch TYPO3_10.

Thank You.