Announcement

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

    Shadow bug in TabSet ?

    Hi,

    When you add a TabSet with shadow, the tab zone gets the shadow color (the *full* tab zone including the empty spaces without tabs) in what seems to be a bug. Is it ?

    You get a similar problem with DynamicForm: the whole form is grayed.

    Regards,
    Juan
    Last edited by juan.medin; 11 Feb 2009, 01:39.

    #2
    On TabSet, you can do either; if you wanted to shadow just the pane area you'd skin the PaneContainer via paneContainerDefaults (SmartClient API).

    On the form, you have not set a backgroundColor, so you're seeing the shadow directly.

    Comment

    Working...
    X