Opened 14 years ago
Closed 14 years ago
#6121 closed defect (fixed)
InlineEditBox: strips newlines (Safari3)
Reported by: | bill | Owned by: | Douglas Hays |
---|---|---|---|
Priority: | high | Milestone: | 1.1 |
Component: | Dijit | Version: | 1.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description (last modified by )
See test_InlineEditBox on safari3 (mac or windows), and click on the textarea "We sincerely appreciate your busines...".
Type a <return> b <return> c <return> d <return>... then hit "Save".
The text is compressed to "abcd" with no newlines or even spaces between them.
May actually be a problem with the Textarea widget's serialization?
Change History (3)
comment:1 Changed 14 years ago by
Description: | modified (diff) |
---|---|
Summary: | InlineEditBox: stips newlines (Safari3) → InlineEditBox: strips newlines (Safari3) |
comment:2 Changed 14 years ago by
Priority: | normal → high |
---|
comment:3 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
(In [13015]) Fixes #6121. Safari was using <div> to create newlines.