GrafiteInc / CMS

Decoupled CMS for any Laravel app, gain control of: pages, blogs, galleries, events, images, custom modules and more.
https://cms.grafite.ca
MIT License
495 stars 104 forks source link

Redactor does not allow you to format bold, italic, underline, sup, sub etc. for selected text #159

Closed shabaz-ejaz closed 6 years ago

shabaz-ejaz commented 6 years ago

Describe the bug Redactor does not allow you to format bold, italic, underline, sup, sub etc. for selected text

To Reproduce Steps to reproduce the behavior:

  1. Go to pages
  2. Click on create new page
  3. Scroll down to the content WYSIWYG
  4. Try and select an individual work and format in bold / italic.

Expected behavior The selected piece of text should be formatted.

Screenshots If applicable, add screenshots to help explain your problem.

2018-08-30_09h17_47

Desktop (please complete the following information):

Additional context This is related to the following issue: https://github.com/vova07/yii2-imperavi-widget/issues/89

mlantz commented 6 years ago

Yeah I've recently started the update for Redactor 3, I should have it done by this weekend

shabaz-ejaz commented 6 years ago

Any updates on this?

mlantz commented 6 years ago

Updated in the latest release

shabaz-ejaz commented 6 years ago

Why is this closed? Just updated to the latest release (v3.1.7) and I can confirm the issue still remains:

2018-09-04_09h17_56

mlantz commented 6 years ago

Please clear your caches etc and make sure the new version of Redactor loads. The entire toolbar of the editor looks different now.

shabaz-ejaz commented 6 years ago

I've cleared all the cache, cleared composer cache, compiled the assets again and restarted the server. Still no change.

shabaz-ejaz commented 6 years ago

Okay so after running npm run production and clearing the cache again this issue seems to be fixed now. Thanks