Community
Participate
Working Groups
1. Start your inner Eclipse. 2. Close the 'Javadoc' and 'Declaration' view without activating them. 3. Close the 'Problems' view. 4. The 'Javadoc' view has returned! Caused by changes to support bug 309248. The close listener used to use the renderer's context to request a part service. This is no good because that's the application's context, we should use the part's context instead. That is no good because a part doesn't have a context until it's rendered (per step 2). As a workaround, I'll fall back to the renderer's context for now if the part doesn't have a context until we have API to retrieve the proper context parent (with consideration of placeholders).
(In reply to comment #0) > As > a workaround, I'll fall back to the renderer's context for now if the part > doesn't have a context until we have API to retrieve the proper context parent > (with consideration of placeholders). Workaround released to HEAD. Leaving bug open until we can swap it out for the API.
Remy, is this still an issue? Will we be getting to it before release ?
(In reply to comment #2) > Remy, is this still an issue? The workaround hasn't been removed yet. So technically, yes. > Will we be getting to it before release ? Probably not. It would depend on how difficult it is to get the proper context.
(In reply to comment #3) > The workaround hasn't been removed yet. So technically, yes. The workaround has been swapped out.