WYSIWYG code view is not visible

Support MB Builder WYSIWYG code view is not visible

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #48319
    Stephen WalkerStephen Walker
    Participant

    Lately, the code within the WYSIWYG fields has not been visible. I have tried disabling plugins, and there has been no change. It seems to impact posts with content that were created before the removal of the free version requirement (only running AIO now). The issue stems from an inline style of visibility hidden in the textareas (has class rwmb-wysiwyg). I am assuming some JavaScript is supposed to swap that out, but I am not getting an error and cannot find the source of the issue. I have created new records and no issue. My solution was to add some CSS

    textarea.rwmb-wysiwyg {
    visibility: visible!important;
    }

    But this could have implications later on. I am hoping this is an "easy-to-fix" bug.

    #48321
    PeterPeter
    Moderator

    Hello Stephen,

    Thanks for reaching out.

    If you activate the single plugin Meta Box, does the "Code" tab of the WYSIWYG field display content properly?

    #48322
    Stephen WalkerStephen Walker
    Participant

    At this point (AIO 2.2.1), no. I am not sure why it started happening. The only other item I know that uses the legacy editor in these sites is Bricks Builder for the Rich Text element, but there are no problems with that.

    #48326
    PeterPeter
    Moderator

    Hello,

    Thanks for the details. I'm not able to reproduce the issue on my site. So, for the next step, please share your site admin account by submitting this contact form https://metabox.io/contact/

    I will take a closer look.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.