simonuwe / oracle-apex-json-region

An Oracle-APEX-plugin that provides for each property of a JSON-schema an input field to support an easy way to display and edit a JSON item
Apache License 2.0
6 stars 2 forks source link

richttext-editor not shown, when JSON-schema is changed on page #77

Closed simonuwe closed 8 months ago

simonuwe commented 8 months ago

richttext-editor only shown on page, when initial JSON-schema contains "apex": {"itemtype":"richtext"} does not work when refresh of plugin is called and new JSON-schema contains "richtext"

Issue for APEX >=23.2 only

simonuwe commented 8 months ago

works when scrolling through pages

simonuwe commented 8 months ago

Reason: setValue of item was called before initializing richttext-editor was initialized

simonuwe commented 8 months ago

Sometimes the richtext editor was unvisible. Reason: When changing the JSON-Schema on a page several times, the css is lost. The Optimization of loading Tinymce loaded the skin-css only once.