Holiday Notice: Support will be provided on a limited scale from December 24th, 2024, to January 2nd, 2025. Happy holidays and a wonderful New Year!

japan priority asked 2 days ago


Plugins sources are as same as in version 8.0.0. Are you sure, that components like wysiwyg are fixed without new sources!?


Mateusz Lazaru staff commented 1 day ago

It looks like wysiwyg update doesn't contain the update from the changelog. We're going to take a closer look at the issue and fix it.


Mateusz Lazaru staff commented 1 day ago

if you need the fix for "added preventive values to .wysiwyg-content class" right now, override .wysiwyg-conent class:

.wysiwyg-content {
  min-height: 450px;
  padding: 0.5rem;

  // the absolute values are added to prevent unnecessary styles from being applied when toggling lists
  background-color: #fff;
  color: #4f4f4f;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-align: start;
  // the absolute values are added to prevent unnecessary styles from being applied when toggling lists

  &:focus {
    outline: none;
  }
  &.wysiwyg-show-html {
    white-space: pre-line;
  }
}


Please insert min. 20 characters.

FREE CONSULTATION

Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.

Status

Answered

Specification of the issue

  • ForumUser: Priority
  • Premium support: Yes
  • Technology: MDB React
  • MDB Version: MDB5 9.0.0
  • Device: PC
  • Browser: Chrome
  • OS: Win10
  • Provided sample code: No
  • Provided link: No