[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.platform] activeFocusControlId with detached view
|
- From: Marco Lehmann <marco.lehmann@xxxxxx>
- Date: Tue, 26 Feb 2008 16:13:56 +0100
- Newsgroups: eclipse.platform
- Organization: EclipseCorner
- User-agent: Thunderbird 2.0.0.9 (Windows/20071031)
Hi all,
there seems to be no activeFocusControlId when a view has been detached.
The <activeWhen> expression for my handler looks like
<activeWhen>
<and>
<with variable="activeFocusControlId">
<equals value="graphicalViewer">
</equals>
</with>
<with variable="selection">
<count value="1">
</count>
<iterate>
<adapt type="MyType">
</adapt>
</iterate>
</with>
</and>
</activeWhen>
If the view is attached it works like expected.
This might be related to
https://bugs.eclipse.org/bugs/show_bug.cgi?id=212292
TIA,
Marco