jeffhuys

    • Jan 31, 2024
    • Joined Feb 20, 2023
    • 1 discussion
    • 2 posts
    • 0 best answers
    • 5 points
    • Steps to reproduce:

      Atlassian's "Wiki" solution, Confluence, loses all contents when saving changes.

      1. Go to a Confluence page
      2. Click either Create or Edit
      3. Change title, change contents
      4. Click "Publish"
      5. See only the title saved, but contents either remain the same or blank

      Using Compatibility mode does fix the problem.

      Using Safari the problem is not there.

      Expected behavior:
      I expect the contents to be saved normally.

      Orion, OS version; hardware type:
      MacOS Monterey, M1 macbook pro. (MacBook Pro (macOS Monterey 12.4 build 21F79))
      Orion Version 0.99.123.1-beta (WebKit 615.1.16.1)

      • Vlad replied to this.
      • Specifically, React Developer Tools, VueJS dev tools and GraphQL Network Inspector. I'm not sure if these are limited by Webkit though.

        • lesharris

          Reply to myself. At least for the case of Vue, this is supported using the upcoming version of Vue Devtools ( Vue DevTools Next ). In addition to a web extension (which still does not work in Orion), they recommend running the devtools as a Vite plugin. This approach essentially injects the full devtools into the running Vue application and, more importantly, works really nicely in Orion:

          Just a heads for anyone looking to use Orion for Vue development.