[jbosstools-issues] [JBoss JIRA] (JBIDE-17226) Application wizard: Quickstart details text is truncated

Andre Dietisheim (JIRA) issues at jboss.org
Wed Jun 11 08:43:38 EDT 2014


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

Andre Dietisheim edited comment on JBIDE-17226 at 6/11/14 8:41 AM:
-------------------------------------------------------------------

the root cause here was using some wrapping text control in the details pane that made the whole layout break once the details pane was updated.
After several hours trying to have a Text control showing/hiding scrollbars and wrapping correctly I found https://bugs.eclipse.org/bugs/show_bug.cgi?id=180027#c11 which pointed me to use a StyledText instead. With StyledText scrollbars & wrapping automagically just works. 


was (Author: adietish):
merged and pushed to upstream/master

> Application wizard: Quickstart details text is truncated
> --------------------------------------------------------
>
>                 Key: JBIDE-17226
>                 URL: https://issues.jboss.org/browse/JBIDE-17226
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: openshift
>    Affects Versions: 4.2.0.Beta2
>            Reporter: Marián Labuda
>            Assignee: Andre Dietisheim
>            Priority: Minor
>              Labels: application_wizard
>             Fix For: 4.2.0.Beta3
>
>         Attachments: truncated_text.png
>
>   Original Estimate: 1 day
>          Time Spent: 6 hours
>  Remaining Estimate: 2 hours
>
> In New application wizard is possible to create application from quickstart. After expanding Quickstart and choose any quickstart there is a Details group with some description about the given quickstart. This text is truncated and there is no horizontal scroll bar to see whole text. !truncated_text.png!
> The following screencast shows how it happens: https://v.usetapes.com/fygyM6HKjB
> Workaround:
> Resize shell horizontal size to see a whole text.



--
This message was sent by Atlassian JIRA
(v6.2.6#6264)



More information about the jbosstools-issues mailing list