[jbosstools-issues] [JBoss JIRA] (JBIDE-10460) Openshift Express: Vertical scroll bar dose not work in embedded cartridge result output page

Daniel Azarov (JIRA) jira-events at lists.jboss.org
Fri Mar 23 14:40:47 EDT 2012


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

Daniel Azarov commented on JBIDE-10460:
---------------------------------------

I did it.

The solution is:
{code}
Label separator = new Label(container, SWT.HORIZONTAL | SWT.SEPARATOR);
GridDataFactory.fillDefaults().align(SWT.FILL, SWT.BEGINNING).grab(true, false).applyTo(separator);

StyledText logText = new StyledText(container, SWT.BORDER | SWT.V_SCROLL);
GridDataFactory.fillDefaults().align(SWT.FILL, SWT.FILL).grab(true, true).applyTo(logText);
{code}

It works:

!EmbeddedCartridgesAfter.png!

patch attached
                
> Openshift Express: Vertical scroll bar dose not work in embedded cartridge result output page
> ---------------------------------------------------------------------------------------------
>
>                 Key: JBIDE-10460
>                 URL: https://issues.jboss.org/browse/JBIDE-10460
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: openshift
>    Affects Versions: 3.3.0.M5
>         Environment: Fedora15_i686 with screen resolution : 1680x1050
>            Reporter: meng bo
>            Assignee: Andre Dietisheim
>             Fix For: 3.3.0.Beta3
>
>         Attachments: 2011-12-13-Embedded_cartridge_output.png, EmbeddedCartridgesAfter.png, JBIDE-10460.patch
>
>
> Steps:
> 1. Create an Openshift application.
> 2. Edit this application and embedded more than four cartridge at one time.
> 3. Wait the result output page comes.
> Actual result:
> The vertical scroll bar doesn't work, and the cartridges information will show incomplete.
> (In my case, there are 6 cartridges embedded and only showed about 4 of them.)
> !2011-12-13-Embedded_cartridge_output.png!
> Expect result:
> The vertical scroll bar should work as usual.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list