#11171 closed defect (fixed)
InlineEdit FilteringSelect marks existing text as invalid
Reported by: | haysmark | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | 1.5 |
Component: | Dijit - Form | Version: | 1.5.0b2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description (last modified by )
See:
http://archive.dojotoolkit.org/nightly/checkout/dijit/themes/themeTester.html
Go to the InlineEditBox tab and scroll to the bottom one. Open it, close it, then open it again. The same text that was there is now marked as invalid.
Change History (3)
comment:1 Changed 11 years ago by
Description: | modified (diff) |
---|---|
Milestone: | tbd → 1.5 |
Status: | new → assigned |
comment:2 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:3 Changed 10 years ago by
Component: | Dijit → Dijit - Form |
---|
Note: See
TracTickets for help on using
tickets.
Good catch, I'll fix.
FYI, InlineEditBox branches on either reusing or recreating the InlineEditor internal widget... this bug you are talking about only happens in the case where InlineEditor is reused, because there was no blur event on the InlineEditBox.