#2951 closed defect (wontfix)
FilteringTable + store.updateData(object) == not working
Reported by: | joose | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Widgets | Version: | 0.4.2 |
Keywords: | FilteringTable updateData | Cc: | |
Blocked By: | Blocking: |
Description
// this.result == FilteringTable widget var foo = this.result.getSelectedData(); foo.name = "foobar"; this.result.store.updateData(foo);
Result:
DEBUG: [Exception... "Component returned failure code: 0x80004003 (NS_ERROR_INVALID_POINTER) [nsIDOMHTMLTableSectionElement.replaceChild]" nsresult: "0x80004003 (NS_ERROR_INVALID_POINTER)" location: "JS frame :: https://XXXX/dojo/src/bootstrap1.js :: anonymous :: line 1186" data: no] when calling __157$joinpoint$method on [object Window] with arguments [object Object] FATAL exception raised: Component returned failure code: 0x80004003 (NS_ERROR_INVALID_POINTER) [nsIDOMHTMLTableSectionElement.replaceChild] DEBUG: [Error: Component returned failure code: 0x80004003 (NS_ERROR_INVALID_POINTER) [nsIDOMHTMLTableSectionElement.replaceChild], file: https://XXX/dojo/src/bootstrap1.js, line: 236] when calling saveProduct$joinpoint$method on [object Object] with arguments [object Object] FATAL exception raised: Component returned failure code: 0x80004003 (NS_ERROR_INVALID_POINTER) [nsIDOMHTMLTableSectionElement.replaceChild]
Note: See
TracTickets for help on using
tickets.
FilteringTable? is being replaced by a new Table widget that connects to dojo.data.