Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Width of list in SelectItem

    Hi,

    SmartGwt Version:
    SNAPSHOT_v8.3d_2012-07-18/LGPL Development Only (built 2012-07-18)

    Browser: FF15.0.1

    Sample Code:
    Code:
    DynamicForm form = new DynamicForm();
    		form.setID(formName);
    		form.setIsGroup(true);
    		form.setGroupTitle(groupTitle);
    		form.setHeight(150);
    		form.setNumCols(4);
    		form.setCellPadding(CELL_PADDING);
    		form.setWrapItemTitles(false);
    		form.setValuesManager(valuesManager);
    
    countryItem = new SelectItem(countryField, CONSTANTS.countryRegiom_title());
    		countryItem.setShowDisabled(true);
    		countryItem.setValueMap(generateCountriesValueMap());
    The width of the list of the SelectItem is wider than the width of the SelectItem itself, I know since there is a large constant inside the list, is there is a way to reduce the width of the list to be the same width of the SelectItem, or vice versa.

    Please see the screen-shot.
    Attached Files

    #2
    Same case here, but on the contrary is narrower for me. It does not display long names, they're cut.

    Comment


      #3
      Could you submit your code please?

      Comment


        #4
        I hope to have an Isomorphic response on this issue.

        Comment

        Working...
        X