Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 383566

Summary: setPartName has no reaction on inactive tabs
Product: [RT] RAP Reporter: Michael Fritscher <eclipse>
Component: WorkbenchAssignee: Project Inbox <rap-inbox>
Status: RESOLVED INVALID QA Contact:
Severity: normal    
Priority: P3    
Version: 1.5   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:

Description Michael Fritscher CLA 2012-06-26 11:28:19 EDT
I create several tabs during start, but don't let them get the focus.
I need to use setPartName, because I open a view several times, distinguished by the secondaryid. The problem is that setPartName() doesn't update the title of inactive tabs at once, I need to activate the tab e.g. by clicking on the title to update the shown title.
Is there a fix or a workaroung? I'm using the latest version of the 1.5 branch.
Comment 1 Ivan Furnadjiev CLA 2012-07-05 05:21:17 EDT
Michael, did you check your code against RCP? Does it work there?
Comment 2 Michael Fritscher CLA 2012-07-13 06:57:22 EDT
Just ported it to RCP - yes, I got this problem there, too...
So it seems that RAP isn't the culprit, is it?
Comment 3 Ivan Furnadjiev CLA 2012-07-13 07:37:14 EDT
(In reply to comment #2)
> Just ported it to RCP - yes, I got this problem there, too...
> So it seems that RAP isn't the culprit, is it?
As RAP and RCP behave the same as I expected, I will close this bug as invalid.