Opened 7 years ago
Closed 7 years ago
#17761 closed defect (patchwelcome)
DataGrid Bug in IE11
Reported by: | james870805 | Owned by: | Evan |
---|---|---|---|
Priority: | undecided | Milestone: | tbd |
Component: | DojoX Grid | Version: | 1.8.3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Test Env: Win7 + IE11
Step: 1.open the test case of DataGrid? in IE11: Dojo1.8: http://dojotoolkit.org/reference-guide/1.8/dojox/grid/DataGrid.html Dojo1.9: http://dojotoolkit.org/reference-guide/1.9/dojox/grid/DataGrid.html
2.run the test case
3.click the DataGrid? widget
Actual result: the widget move upward automaticlly, http://blog.csdn.net/mini_sheep/article/details/20052727
Expected result: the widget do notmove upward automaticlly.
comment: this bug also exists in some other version: such as version 1.9
Attachments (2)
Change History (5)
Changed 7 years ago by
Attachment: | beforeClick.jpg added |
---|
Changed 7 years ago by
Attachment: | afterClick.jpg added |
---|
comment:1 Changed 7 years ago by
Component: | General → DojoX Grid |
---|---|
Owner: | set to Evan |
comment:2 Changed 7 years ago by
Summary: | [IBM CCLA] DataGrid Bug in IE11 → DataGrid Bug in IE11 |
---|
comment:3 Changed 7 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.
Why is this marked as [IBM CCLA]? You don't need a CLA to submit bug reports, just to submit patches. This is just a bug report. Did you mean to attach a patch file? FYI, patches are actually processed as github pull requests nowadays.