Opened 14 years ago
Closed 14 years ago
#1631 closed defect (invalid)
Saving a URL in the Editor causes strange copies of itself to appear.
Reported by: | Owned by: | liucougar | |
---|---|---|---|
Priority: | high | Milestone: | 0.9 |
Component: | Editor | Version: | 0.3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
I am using the latest version (svn r6124) of the Editor2 widget in a textarea on a form. If i enter a URL in the editor and submit it, when I come back to view the page, the URL has been turned into a hyperlink. This is expected and even desirable. However, if I submit the form again (even having made no changes to it whatsoever) the URL has been duplicated with a ">" character between them.
Looking at the source I see:
<a href="%3Ca%20href=" http://dojotoolkit.org="">http://dojotoolkit.org</a>"><a
Each time I resubmit the form, it adds another hyperlink:
<a href="%3Ca%20href="></a><a href="http://dojotoolkit.org">http://dojotoolkit.org</a>=""><a href="http://dojotoolkit.org">http://dojotoolkit.org</a>"><a href="%3Ca%20href=" http://dojotoolkit.org="">http://dojotoolkit.org</a>"><a href="http://dojotoolkit.org">http://dojotoolkit.org</a><br>
Change History (6)
comment:1 Changed 14 years ago by
Milestone: | → 0.4 |
---|---|
Owner: | changed from bill to liucougar |
comment:2 Changed 14 years ago by
Milestone: | 0.4 → 0.4.1 |
---|
comment:3 Changed 14 years ago by
Component: | Widgets → Editor |
---|
comment:4 Changed 14 years ago by
Milestone: | 0.4.1 → 0.5 |
---|
I don't know how that is supposed to happen. I am now aware of any code of doing that kind of automation in dojo editor.
I doubt that your server does the trick. Please verify that
comment:6 Changed 14 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Cougar - not sure if this should be against 0.4, 0.4.1, or 0.5 but anyway assigning it to you.