Tab title is changed wrongly in some cases

Description

An issue has been found when running long reports or processes and changing to a different window when the process/report is still running and it finishes.

Example:

  • open payment window

  • zoom to allocation

  • delete allocation

  • it takes some time or you can force it to take some time with a breakpoint

  • change to payment window

  • when the allocation is deleted the title of the payment tab is updated wrongly with the "Allocation" information

The root cause of this has been found at
AbstractAdWindowContent:1352

SessionManager.getAppDesktop().setTabTitle(header);

this statement changes the title of the active window, not the window where the change happened

Environment

None

Activity

Show:
Fixed

Details

Assignee

Reporter

Priority

Created November 24, 2014 at 10:19 PM
Updated May 4, 2015 at 5:43 PM
Resolved January 11, 2015 at 8:08 PM