[
https://issues.jboss.org/browse/JBIDE-10551?page=com.atlassian.jira.plugi...
]
Rob Stryker edited comment on JBIDE-10551 at 3/9/12 6:21 AM:
-------------------------------------------------------------
The code here is nothing at all strange. I can find no reason this may be true. Attempts
to tweak it a little here and there haven't shown any result.
{code:java}
int style = SWT.OK | SWT.CANCEL;
MessageBox messageBox = new MessageBox(Display.getCurrent().getActiveShell(), style);
messageBox.setText(ServerActionMessages.DeployActionMessageBoxTitle);
messageBox.setMessage(ServerActionMessages.DeployActionMessageBoxMsg);
if (messageBox.open() == SWT.OK) {
return true;
}
{code}
was (Author: rob.stryker):
The code here is nothing at all strange. I can find no reason this may be true.
Attempts to tweak it a little here and there haven't shown any result.
{code:snippet}
int style = SWT.OK | SWT.CANCEL;
MessageBox messageBox = new MessageBox(Display.getCurrent().getActiveShell(), style);
messageBox.setText(ServerActionMessages.DeployActionMessageBoxTitle);
messageBox.setMessage(ServerActionMessages.DeployActionMessageBoxMsg);
if (messageBox.open() == SWT.OK) {
return true;
}
{code}
Mark as deployable dialog has bold font on OSX
----------------------------------------------
Key: JBIDE-10551
URL:
https://issues.jboss.org/browse/JBIDE-10551
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: JBossAS/Servers
Reporter: Max Rydahl Andersen
Assignee: Rob Stryker
Fix For: 3.3.0.Beta2
Attachments: screenshot0.png
the warning dialog for mark as deployable looks weird - as if <bold> is used.
--
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