[
https://issues.apache.org/jira/browse/XAP-303?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
David Gennaco updated XAP-303:
------------------------------
Attachment: TreeTable.js
I addressed this problem locally by adding:
if (this.isSelected(row)){
xap.util.ArrayHelper.removeElement(this._selectedItems,
row);
}
to remove a row from the selected item list if it is removed from the table.
Cheers!
-Dave
> Widgets: Table: Removing all rows when one is selected makes seleecting a new
> row impossible.
> ---------------------------------------------------------------------------------------------
>
> Key: XAP-303
> URL: https://issues.apache.org/jira/browse/XAP-303
> Project: XAP
> Issue Type: Bug
> Components: Widgets
> Reporter: Trevor Oldak
> Assigned To: James Margaris
> Priority: Blocker
> Attachments: TreeTable.js
>
>
> 1) Open the table widget component test
> 2) Select a row
> 3) Click 'remove all rows'
> 4) Click 'add basic row'
> 5) Try to reselect a row.
> A javascript error will be thrown:
> Error: _112b has no properties
> Source File: http://localhost:81/XAP_testing44/.dist/samples/xap/xapcore.js
> Line: 20799
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.