Ticket #1335 (closed defect: fixed)

Opened 12 months ago

Last modified 10 months ago

Single item not removed from Table immediately on client-side

Reported by: Marko Gronroos Owned by: Jani Laakso
Priority: undefined Milestone: Testing Tools Backlog
Component: Testing Tools 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

This problem occurs at least in Testing Tools. If I have a single test case in the table of test cases and delete it, it is not removed immediately from the table in the client-side, but only after refreshing the table somehow, for example after visiting some other view.

Change History

Changed 11 months ago by Joonas Lehtinen

  • priority changed from minor to undefined

Changed 11 months ago by Matti Tahvonen

  • component changed from Server-side framework to Testing Tools
  • milestone changed from User Interface Library 5.1.2 to Testing Tools 1.1

This is a bug in TT's TestCaseContainer?

refresh method clears all and then adds all rows back from db. contentsChanged is fired when new rows are added so on empty DB table don't get contentschanged event and does not update its visible cell cache.

Changed 10 months ago by Jouni Koivuviita

  • status changed from new to closed
  • resolution set to fixed
Note: See TracTickets for help on using tickets.