#12195 closed defect (fixed)
[regression]Date picker cell with Datagrid
Reported by: | Eric Pasquier | Owned by: | evan |
---|---|---|---|
Priority: | high | Milestone: | 1.6 |
Component: | DojoX Grid | Version: | 1.6.0b1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
A simple double click doesn't open the Date picker in a Datagrid cell anymore. Instead, you get an empty combo box, and you have to click one more time to open the Date picker.
Attachments (1)
Change History (5)
Changed 10 years ago by
Attachment: | testdate3.htm added |
---|
comment:1 Changed 10 years ago by
Component: | General → DojoX Grid |
---|---|
Owner: | changed from anonymous to evan |
comment:2 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 Changed 10 years ago by
Milestone: | tbd → 1.6 |
---|
Caused by soria theme, when row over the Date Text Box, the font color is changed to white and this make the widget look like empty.
With the fix now the behavior of testdate3.htm is the same as test_edit_dijit.html
comment:4 Changed 10 years ago by
Thanks for the fix ! It is easier to understand the use of the new dropdown button. To be complete, I also tested claro and nihilo themes, as test_edit_dijit.html is using tundra, and they are working correctly (but you may have done the same tests).
Note: See
TracTickets for help on using
tickets.
(In [23651]) Fixes #12195, font color shouldn't be #fff which makes text box or other editable widgets look like empty.