Opened 11 years ago
Closed 11 years ago
#7758 closed defect (worksforme)
InlineEditBox: problem with dragging text
Reported by: | toa | Owned by: | Douglas Hays |
---|---|---|---|
Priority: | high | Milestone: | 1.3 |
Component: | Dijit | Version: | 1.2beta |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
I'm not sure if this is a bug, but I've noticed one strange thing: when I select all text in the box and try to drag it in the range of this InlineEditBox?, then it copies all this text and pastes again. But when I select only part of the text and drag it to another part of the InlineEditBox?, all works correct (text only displaces, not copies). Sorry for my bad English, I hope you'll understand my post.
Change History (4)
comment:1 Changed 11 years ago by
Milestone: | 1.2 → tbd |
---|
comment:2 Changed 11 years ago by
I'd like to add that this problem appears only in Firefox3 and causes many problems, in IE all works fine. Thank you for quick reply.
comment:3 Changed 11 years ago by
Component: | General → Dijit |
---|---|
Owner: | changed from anonymous to Douglas Hays |
comment:4 Changed 11 years ago by
Milestone: | tbd → 1.3 |
---|---|
Resolution: | → worksforme |
Status: | new → closed |
I tested dijit/tests/test_InlineEditBox.html on Firefox 3.0.5 on WinXPpro using Dojo trunk revision [16457]. In the second section of the test file (with predefined values), I was able to drag and drop text amongst the various textboxes and textareas in that section. The text pasted correctly in the target box and the source box was unaffected. If this is still a problem, please describe the recreate steps preferrably using this test file.
I don't believe this is an actual bug but we'll take a look into it after the 1.2 release.