Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 3.1
-
Fix Version/s: 3.2
-
Component/s: Documentation
-
Labels:None
-
Environment:All
Description
When using the ace:rowEditor/cellEditor in a scrollable ace:dataTable, clicking on the first rows "pencil" icon does not set the row in edit mode. All other rows work fine.
Comment from customer on this issue:
"This is caused by the fact that scrollable table inserts an extra div layer to specify width to the first row. This additional div is not counted for in datatable.js code. We have to override setupCellEditorEvents and doRowEditShowRequest to modify the selectors to make it work."
Comment from customer on this issue:
"This is caused by the fact that scrollable table inserts an extra div layer to specify width to the first row. This additional div is not counted for in datatable.js code. We have to override setupCellEditorEvents and doRowEditShowRequest to modify the selectors to make it work."
Issue Links
- blocks
-
ICE-8443 build ace:dataTable combined scrolling and editing test case
-
- Closed
-
Revision #30408
Committed by nils.lundquist
A minute ago
ICE-8432- Altered DataTable cell editor selectors to work with divs inserted for scrollable table sizing in the first row of the table.