Ticket #612 (closed defect: fixed)

Opened 2 years ago

Last modified 15 months ago

Richtext editor inside a FloatingPane

Reported by: emrul.i@… Owned by: dylan
Priority: high Milestone:
Component: Core Version: 0.3
Severity: major Keywords:
Cc:

Description

Does not work, I see the following error:

DEBUG: fragment creation error: [Error: Invalid pointer]

With the following HTML:

<div dojoType="FloatingPane?"

title="Editor in floating pane" constrainToContainer="true" hasShadow="true" resizable="true" displayMinimizeAction="true" displayMaximizeAction="true" contentWrapper="none" style="width: 300px; height: 200px; top: 100px; left: 400px;" executeScripts="true" title="externally loaded">

<textarea dojoType="Editor" name="editorContent"

items="bold;italic;underline;strikethrough;"> some content

</textarea>

</div>

Change History

Changed 2 years ago by dylan

  • owner changed from anonymous to alex
  • version set to 0.3
  • milestone set to 0.4

Changed 2 years ago by dylan

  • status changed from new to assigned
  • owner changed from alex to dylan

[4974] shows a testcase with the Editor2 successfully loading inside a FloatingPane?, so closing as resolved.

Changed 2 years ago by dylan

  • status changed from assigned to closed
  • resolution set to fixed

Changed 15 months ago by anonymous

  • milestone deleted

Milestone 0.4 deleted

Note: See TracTickets for help on using tickets.