Can't type anymore in the editor after pasting code

Support MB Views Can't type anymore in the editor after pasting code

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #46671
    Michael KernMichael Kern
    Participant

    Hello all,

    I'm trying to use MB Views but every time I paste code into the editor, I'm suddenly unable to edit the pasted text except backspacing or going all the way to the end of the code to keep typing. Is this a bug or by design?

    #46677
    PeterPeter
    Moderator

    Hello Michael,

    Can you share the code that you paste to the editor? I test to paste some sample code, text ... and I can edit the pasted text as well.

    #46682
    Michael KernMichael Kern
    Participant
    <script type="application/ld+json">
    {
      "@context": "https://schema.org",
      "@type": "LocalBusiness",
      "@id": "{{ site.title }}",
      "alternateName": "Kern Consulting, LLC",
      "currenciesAccepted": "USD",
      "email": "{{ site.defaults.dk_global_business_email }}",
      "keywords": [],
      "legalName": "Kern Consulting, LLC",
      "areaServed": [
        "Washington, DC",
        "Silver Spring, MD",
        {
          "@id": "Silver Spring"
        },
        {
          "@id": "Washington, DC"
        }
      ]
    }
    </script>
    
    <script type="application/ld+json" class="schemantra.com">
    {
      "@context": "https://schema.org",
      "@type": "City",
      "@id": "Silver Spring",
      "alternateName": "Silver Spring, MD",
      "url": "https://en.wikipedia.org/wiki/Silver_Spring,_Maryland"
    }
    </script>
    
    <script type="application/ld+json" class="schemantra.com">
    {
      "@context": "https://schema.org",
      "@type": "City",
      "@id": "Washington, DC",
      "url": "https://en.wikipedia.org/wiki/Washington,_D.C."
    }
    </script>
    #46686
    PeterPeter
    Moderator

    I can see the issue after pasting the script code to the View editor. I've escalated it to the development team to check and fix the issue.

    Thank you.

    #46727
    Michael KernMichael Kern
    Participant

    Thanks Peter! Please let me know when there's a fix because I'm anxious to get started on working on this.

    #47126
    Michael KernMichael Kern
    Participant

    Hello all,

    Has this issue been addressed? It's now been a month and a half.

    Thanks!

    #47284
    Tan NguyenTan Nguyen
    Participant

    Dear Michael,

    I have fixed the issue, will release soon!

    Cheers!

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