Fixed
Details
Assignee
Carlos RuizCarlos RuizReporter
Carlos RuizCarlos RuizPriority
Minor
Details
Details
Assignee
Carlos Ruiz
Carlos RuizReporter
Carlos Ruiz
Carlos RuizPriority
Created November 24, 2014 at 10:19 PM
Updated May 4, 2015 at 5:43 PM
Resolved January 11, 2015 at 8:08 PM
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