:: Forum >>

Grid Problem?

Hi!

We are evaluating the product in order to use it to build applications that behave as "fat" ones.

The problem that we have is when we are using several containers (DIVs) whith differents controls inside, these containers are styled with "position:absolute". The target idea is to set the container that matches with the tab selection visible. It works fine with mostly all the components but we think that the Grid has a problem with the layering or with the rendering.

When we set a container invisible we have an unexpected result, the grey column bar keeps visible after we set it (unvisible).

Is this a bug?

Thanks and regards.
Mariano
Friday, May 12, 2006
Yes, this is grid bug.

http://www.activewidgets.com/javascript.forum.13241.1/please-headerline-style-visibility-inherited.html

This CSS should fix it -

.aw-hpanel-top, .aw-hpanel-top *,
.aw-gpanel-top, .aw-gpanel-top * {
    visibility:inherit!important;
}
Alex (ActiveWidgets)
Friday, May 12, 2006

This topic is archived.


Back to support forum

Forum search