[
https://issues.jboss.org/browse/JBIDE-16156?page=com.atlassian.jira.plugi...
]
Andre Dietisheim edited comment on JBIDE-16156 at 12/5/13 4:55 AM:
-------------------------------------------------------------------
After a quick check I see that the application name can easily get to a length that makes
it not being displayed but cut off.
As mentioned above there's no easy way to have the title wrapping. Verifying the code
in (Eclipse) TitleAreaDialog I see that the layout may not be overriden, the method is
private (TitleAreaDialog#setLayoutsForNormalMessage).So the only way to avoid this is to
either
1) move the application name to the description text (non-bold text right below the title)
since this one's wrapping.
2) widen the dialog programmatically to have it displaying the full application name
I suggest I go for the simpler 1)
was (Author: adietish):
After a quick check I see that the application name can easily get to a length that
makes it not being displayed but cut off.
As mentioned above there's no easy way to have the title wrapping. Verifying the code
in (Eclipse) TitleAreaDialog I see that the layout may not be overriden, the method is
private (TitleAreaDialog#setLayoutsForNormalMessage).So the only way to avoid this is to
either
1) not show the application name in the title
2) widen the dialog programmatically to have it displaying the full application name
OpenShift: New OpenShift App wizard text is hidden
--------------------------------------------------
Key: JBIDE-16156
URL:
https://issues.jboss.org/browse/JBIDE-16156
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: openshift
Affects Versions: 4.1.1.CR1
Reporter: Michelle Murray
Priority: Minor
Fix For: 4.2.0.Alpha1
Attachments: OpenShift_projpage.png
New OpenShift Application wizard, page 2.
Bold line of text is too long for the default window size and doesn't wrap.
!OpenShift_projpage.png!
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira