Opened 11 years ago
Closed 11 years ago
#13163 closed defect (invalid)
local image plugin broken
Reported by: | bill | Owned by: | Jared Jurkiewicz |
---|---|---|---|
Priority: | high | Milestone: | tbd |
Component: | Editor | Version: | 1.6.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
In 1.6/ or trunk, tested on FF3.6. In editorLocalImage.html, select any image to insert. It gets an exception in iframe.js:
ifd.getElementsByTagName("textarea")[0].value; //text
(Or do I need to do something special before running the test?)
Change History (2)
comment:1 Changed 11 years ago by
comment:2 Changed 11 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
You need to enable the example file upload PHP file in dojox/form/tests (UploadFile?.php). It is by default disabled by being named UploadFile?.php.disabled
In fact, it even says this in the test file, in the editor content:
Quote: You need a php server to test this plugin. Please enable dojox\form\tests\cLOG.php and dojox\form\tests\UploadFile?.php first.
:-)
Once you do that, it works fine.
Note: See
TracTickets for help on using
tickets.
This plugin is owned/contributed by IBM. One of their devs should be looking at it.