[jbosstools-issues] [JBoss JIRA] Commented: (JBIDE-9014) text boxes in server overview for times are too small

Rob Stryker (JIRA) jira-events at lists.jboss.org
Tue May 31 01:56:00 EDT 2011


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

Rob Stryker commented on JBIDE-9014:
------------------------------------

Darin, can you please provide your environment details? The combo boxes seem to have a minimum length of 3. 

I suspected for a moment that this was dependent on what the value is when the editor opens, for example, if the value is 50, it will have initial size of 2, but if the value is 5, it will have an initial length of 1. However this is not true. Using both JBT or WTP standalone, it seems to always initialize with a length of 3 or 4 characters.

The code to initialize the spinners is found at: OverviewEditorPart.java
			data = new GridData(GridData.HORIZONTAL_ALIGN_END);
			data.widthHint = 30;
			startTimeoutSpinner.setLayoutData(data);

In all cases, the data.widthHint is initialized to be 30. This seems to function 100% on my environment. Can you provide any further details as to your environment? Thanks. 


> text boxes in server overview for times are too small
> -----------------------------------------------------
>
>                 Key: JBIDE-9014
>                 URL: https://issues.jboss.org/browse/JBIDE-9014
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: JBossAS, UpStream
>    Affects Versions: 3.2.0.Final
>         Environment: OSX 10.6.7
>            Reporter: Darrin Mison
>            Assignee: Rob Stryker
>             Fix For: 3.2.1.CR2, 3.3.0.M2
>
>         Attachments: screenshot-1.jpg
>
>
> The textboxes that display the "publish interval" and the "start and stop timeouts" are too small.  They only display a single digit even though the value being saved represents seconds and are usually at least 2 digits if not 3.
> Suggest making the boxes 4 digits wide.
> There also doesn't seem to be a tooltip on the Publishing interval box.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list