Problems with Grids with Mozilla Firefox

Here is the layout (I shortened it a little but did not skip important stuff).
We use two grid, depending on our multiselect-settings. If we use multiselect we display the second grid, otherwise we display the first grid.

Thank you for your help.

…could you tell me the exact version (stored in webapps/cis/cis/config/cisversion.xml. Thanks!

Bjoern

Just add a height setting to rowdynavis container…

    <rowdynavis valueprop="listVisible" [b]height="100%"[/b]>

…and the grid is fine shows up within Mozilla.

The golden rule for Mozilla development:
do not forget the width/ height settings at the surrounding container when using relative sizes on control level. Same is true for nested containers…

<== The Missing Link!

IE accepts it - Mozilla does not…

Thank you very much. That seems to solve our problems.

Hi!
My Layout looks like this and does not work!
Not even if I use everywhere the height attribute!

<?xml version="1.0" encoding="UTF-8"?>

Did you set the attribute takefullheight in pagebody to true?

I just tried, did not work either…
Now my Layout looks like this and does not work.

<?xml version="1.0" encoding="UTF-8"?>

Here is another Layout that does not work:

<?xml version="1.0" encoding="UTF-8"?>

hi Konstantin
in the ITR containing the textgridsss2, make takefullwidth to true. When I tried, it worked for me.
regards
Javier