Opened 13 years ago
Closed 13 years ago
#4024 closed defect (fixed)
Autosave text area, first char entry results in newline
Reported by: | ptbrunet | Owned by: | Douglas Hays |
---|---|---|---|
Priority: | high | Milestone: | 0.9 |
Component: | Dijit | Version: | 0.9 |
Keywords: | Cc: | [email protected]… | |
Blocked By: | Blocking: |
Description
- Load http://archive.dojotoolkit.org/nightly/dojotoolkit/dijit/tests/form/test_InlineEditBox.html
- tab down to the second widget that starts with "I'm one big paragraph...."
- press enter
- press esc
- press enter
- press the x key
- stop - do nothing else - look at what was entered. I see x on one line and the original text on the next line. That newline shouldn't be there.
Side effects:
- after doing the above, pressing esc doesn't revert, but closes the box
- the closed box doesn't show the x
- reopen the box, the x and the first line are visible in the box but not the last line
Change History (2)
comment:1 Changed 13 years ago by
Owner: | changed from bill to Douglas Hays |
---|
comment:2 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
(In [10082]) Fixes #4024. For FF, made the TextArea?'s body tag within the iframe editable instead of the div child so that FF doesn't mistake what is being edited.