Ticket #1461 (closed defect: fixed)
Table does not refresh as expected in some instances (?)
| Reported by: | Marc Englund | Owned by: | Joonas Lehtinen |
|---|---|---|---|
| Priority: | minor | Milestone: | User Interface Library 5.2.5 |
| Component: | Server-side framework | Version: | |
| Keywords: | Cc: | ||
| Known Issue description: | |||
| Hours estimate: | Deadline (dd.mm.yyyy): | ||
| Known Issue version (since): | Known Issue title: | ||
| Hours done: | Depends to: | ||
| Affects documentation: | no | ||
| Known Issue workaround: | |||
| Affects release notes: | yes | Contract: | |
Description
Table currently relies on the container to send events (e.g PropertySetChange?) and refreshes after receiving these events. But Table should check if the container implements the appropriate notified interface (e.g PropertySetChangeNotifier?), and refresh itself as appropriate if not.
Example: addContainerProperty() should call resetPageBuffer() and refreshRenderedCells() if the current container is not a PropertySetChangeNotifier?.
Change History
Note: See
TracTickets for help on using
tickets.
