[jbosstools-issues] [JBoss JIRA] (JBIDE-10551) Mark as deployable dialog has bold font on OSX

Rob Stryker (JIRA) jira-events at lists.jboss.org
Fri Mar 9 06:21:39 EST 2012


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

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

        


More information about the jbosstools-issues mailing list