Announcement

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

    ComboBoxItem design problem

    We updated to smartGWT 4.0 and now we have problems with the design of the ComboBoxItem.
    The Data Area is displaced (see Attachment).
    I checked the CSS with an example from the showcase. I couldn't find something different.

    Our CSS looks like this:
    Code:
    element.style {
        -moz-box-sizing: border-box;
        background-color: white;
        cursor: default;
        display: inline-block;
        height: 302px;
        left: 0;
        overflow: hidden;
        position: absolute;
        top: 0;
        width: 210px;
        z-index: 203258;
    }
    .pickListMenuBody {
        background-color: white;
        border: 1px solid #8FA7C7;
    }
    element.style {
        cursor: default;
        visibility: inherit;
    }
    element.style {
        visibility: inherit;
    }
    Has someone the same problem? Or a solution?

    SmartGWT 4.0
    SmartClient Version: v9.0_2013-07-03/LGPL Development Only (built 2013-07-03)
    Browser: IE, FF, Chrome
    Attached Files
    Last edited by cyr; 25 Jul 2013, 23:22. Reason: add SmartClient Version
Working...
X