Opened 11 years ago
Closed 11 years ago
#11246 closed defect (fixed)
Dijit InlineEditBox : problems with line breaks
Reported by: | remi01 | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | 1.5 |
Component: | Dijit | Version: | 1.4.3 |
Keywords: | InlineEditBox line breaks | Cc: | |
Blocked By: | Blocking: |
Description
Hi, I have an issue with InlineEditBox? and TextArea? editor. Line breaks are not handled properly when displaying the initial value of the text. "<br>" tags are shown in place (both in readonly area and editor). This issue appears only in dojo 1.4 (exactly the same code works fine in 1.3).
See example of code attached wich reproduce the issue : InlineEditBox_dojo_1.4_FAIL.html. (and the same example with dojo 1.3 which : InlineEditBox_dojo_1.3_OK.html)
Have I missed something or is it a regression in dojo 1.4 ?
Note : my test files use scripts on googleapis.com but I have reproduced the bug with a local installation of dojo 1.4.3.
Thanks for your help.
Attachments (2)
Change History (3)
Changed 11 years ago by
Attachment: | InlineEditBox_dojo_1.4_FAIL.html added |
---|
Changed 11 years ago by
Attachment: | InlineEditBox_dojo_1.3_OK.html added |
---|
Example with dojo 1.3 (OK)
comment:1 Changed 11 years ago by
Milestone: | tbd → 1.5 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
I think your test case is OK. I see it fails in 1.4, but it's working correctly in 1.5 (beta).
Example with dojo 1.4 (FAIL)