Ticket #5081 (new defect)
InlineEditBox: editor="dijit.Editor" doesn't work
| Reported by: | guest | Owned by: | doughays |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.2 |
| Component: | Dijit | Version: | 1.0 |
| Severity: | normal | Keywords: | InlineEditBox, Editor, Dijit |
| Cc: |
Description (last modified by doughays) (diff)
Browser: Firefox 2.0.0.9
Dojo Version: 1.0 (installed locally)
Error: Component returned failure code: 0x80040111 (NS_ERROR_NOT_AVAILABLE) [nsIDOMNSHTMLDocument.designMode]
That error does not occur with other types of editors. I can use the dijit.Editor outside of the InlineEditBox? without problems. A short note on the InlineEditBox?-Site in the doc suggest it should work. I searched the site and googled for a while but found no solution, let alone mention of that problem.
That's how I did it (produces the error every time on my system):
<p dojoType="dijit.InlineEditBox" editor="dijit.Editor">
edit me
</p>
It doesn't matter if I add renderAsHtml="true" or anything.
Change History
Note: See
TracTickets for help on using
tickets.