Ticket #2532244 (assigned defect)
Reporter Luke Smith |
Opened: 05/2/12 Last modified: 03/25/13 Status: assigned Type: defect |
Owner Anthony Pipkin |
Target Release: BACKLOG Priority: P3 (normal) |
|---|---|---|---|
| Summary: | this.after('*:change', ...) subscribers from datatable-sort throws error | ||
| Description: | datatable-sort and datatable-scroll are subscribing to bubbled change events from the DataTable instance, relying on custom event bubbling from the Model -> ModelList -> DataTable instance. When the The DT shouldn't be a target of the ML or Views. Instead, it should subscribe to their events directly. |
||
| Type: | defect | Observed in Version: | 3.5.0 |
| Component: | DataTable | Severity: | S3 (normal) |
| Assigned To: | Anthony Pipkin | Target Release: | BACKLOG |
| Location: | Library Code | Priority: | P3 (normal) |
| Tags: | Relates To: | ||
| Browsers: | N/A | ||
| URL: | |||
| Test Information: | |||
Change History
|
Posted: 05/2/12
|
|
Posted: 07/24/12
Moving from 3.6.0 backlog to 3.NEXT. |
|
Posted: 09/19/12
Moving from 3.NEXT to BACKLOG. |
|
Posted: 03/25/13
|
If the individual records aren't going to change, then a workaround is
table.detach('*:change');