Opened 11 years ago
Closed 8 years ago
#10133 closed defect (patchwelcome)
DataGrid - Year is clipped
Reported by: | Roberto Mosqueda | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | future |
Component: | DojoX Grid | Version: | 1.4.0b |
Keywords: | Datagrid | Cc: | David Schwartz, [email protected]…, Nathan Toone, [email protected]… |
Blocked By: | Blocking: |
Description
To Reproduce:
1.- Open a valid browser
2.- Go to http://archive.dojotoolkit.org/nightly/dojotoolkit/dojox/grid/tests/test_edit_dijit.html
3.- Click on one of the cells in the Date column, as you can see on image1.gif the year is clipped.
Browsers affected: IE6, IE7, IE8 Firefox 3.0.14 & 3.5.3 Chrome 3.0.195.25 Safari 4.0.3
Attachments (1)
Change History (8)
Changed 11 years ago by
Attachment: | image1.GIF added |
---|
comment:1 Changed 11 years ago by
Owner: | changed from Nathan Toone to Evan |
---|
comment:2 Changed 11 years ago by
comment:3 Changed 11 years ago by
Owner: | changed from Evan to Nathan Toone |
---|---|
Summary: | Enhanced Grid - Year is clipped → DataGrid - Year is clipped |
Not enhanced grid...just regular DataGrid?
comment:4 Changed 11 years ago by
Milestone: | tbd → 1.5 |
---|
In looking more at this, there is an invalid icon that is chopping off the last part of the text...that is what is causing the "clipping". I can look into a) why the icon is not being displayed, b) why the grid thinks that the date entered is invalid, and c) expanding the width of the column so that this doesn't happen in this test case.
comment:5 Changed 11 years ago by
Milestone: | 1.5 → future |
---|---|
Owner: | Nathan Toone deleted |
Moving my tickets to future, as I am not currently working on them.
comment:6 Changed 8 years ago by
Cc: | drschwartz, [email protected],toonetown, [email protected] → drschwartz, [email protected], toonetown, [email protected] |
---|
comment:7 Changed 8 years ago by
Resolution: | → patchwelcome |
---|---|
Status: | new → closed |
I believe this is just because the column width is too narrow given the date that you are editing. I'm guessing that the year would not be clipped if it were "May 1, 2009".
I'm inclined to believe this is not a bug - rather just a "tweak" that needs to be made to the test case.