Ticket #612 (closed defect: fixed)
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
Note: See
TracTickets for help on using
tickets.