Opened 12 years ago
Closed 8 years ago
#8361 closed defect (patchwelcome)
dijit validation in grid error state doesn't blur
Reported by: | Adam Peller | Owned by: | Bryan Forbes |
---|---|---|---|
Priority: | high | Milestone: | future |
Component: | DojoX Grid | Version: | 1.2.3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
in test_edit_dijit.html enter something invalid in a currency field, like a letter. You'll get the yellow background and warning icon. Now click on another field. The dotted focus changes, but the error state remains and the dijit remains at the old location. You can't edit anything else.
I guess we could either have the focus stay on the invalid field (might have some problems of its own) but then the selection shouldn't change? Alternatively, maybe we should just let the selection change and have the old cell go back to plain text? I'm not sure we could leave a warning icon without having multiple dijits on the screen, and that breaks the model of having a single editor per grid, right?
Change History (3)
comment:1 Changed 12 years ago by
Milestone: | tbd → future |
---|
comment:2 Changed 8 years ago by
comment:3 Changed 8 years ago by
Resolution: | → patchwelcome |
---|---|
Status: | new → closed |
DojoX Grid and EnhancedGrid are deprecated in favor of dgrid and gridx.
You should upgrade your code to use one of those two grids.
We will consider patches to the old DojoX Grid code though.