[
https://issues.jboss.org/browse/JBIDE-10460?page=com.atlassian.jira.plugi...
]
Daniel Azarov resolved JBIDE-10460.
-----------------------------------
Resolution: Done
The problem was:
{code}
GridDataFactory.fillDefaults().align(SWT.FILL, SWT.FILL).grab(true,
false).applyTo(logText);
{code}
It should have been:
{code}
GridDataFactory.fillDefaults().align(SWT.FILL, SWT.FILL).grab(true,
true).applyTo(logText);
{code}
Committed in trunk and branch
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: Daniel Azarov
Fix For: 3.3.0.Beta3
Attachments: 2011-12-13-Embedded_cartridge_output.png,
EmbeddedCartridgesAfter.png, fedora.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