[jbosstools-issues] [JBoss JIRA] (JBIDE-21747) Wrong properties view layout when selecting the "Properties" menu

Viacheslav Kabanovich (JIRA) issues at jboss.org
Tue Feb 23 23:15:00 EST 2016


    [ https://issues.jboss.org/browse/JBIDE-21747?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13167355#comment-13167355 ] 

Viacheslav Kabanovich edited comment on JBIDE-21747 at 2/23/16 11:14 PM:
-------------------------------------------------------------------------

Properties view requests the property sheet implementation and input from the active part. If an action opens Properties view as active, it does not have a chance to load data from the previous active view. The only known to me way to let Properties view get properly updated is to bounce focus back to the previous view and then again to Properties view.


was (Author: scabanovich):
Properties view gets property sheet implementation and input from active part. If action requests to open Properties view as active, it does not have a chance to load data from the previous active view. The solution is to activate Properties view in two steps - first, make it visible; second, give it focus. After the first step, it will obtain data from the current active view.

> Wrong properties view layout when selecting the "Properties" menu
> -----------------------------------------------------------------
>
>                 Key: JBIDE-21747
>                 URL: https://issues.jboss.org/browse/JBIDE-21747
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: openshift
>    Affects Versions: 4.3.1.Beta2
>            Reporter: Xavier Coulon
>
> If the properties view is closed and the user clicks on the "Properties" context menu from the OpenShift Explorer view, then the Properties view is opened but with the classic layout, not the tabbed layout.



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the jbosstools-issues mailing list