Safari Extjs grid rendering issue

Posted by Natkeeran on Stack Overflow See other posts from Stack Overflow or by Natkeeran
Published on 2010-03-16T17:04:46Z Indexed on 2010/03/19 0:51 UTC
Read the original article Hit count: 1117

Filed under:
|
|
|
|

Hello:

Here is a simple illustration of what I mean. It works in IE, and FF, but not in Safari.

I have four panels which are dynamically added to a tabpanel item. Three are grid panels, and one is a form panel. I need to preserve the grids proportions or sizes. I tried several layout methods (table, column, absolute etc), and nothing seems work so far. For table layout, all sizes end up being the same width. It seems my best bet is column layout, and they seem to render properly in FF, IE, but not in Safari as shown in the image. (Here it seems that column goes to second row, when the item does not fit into the current row). Initially, the title bar, and several of the column headings does not show.

Any suggestions.

Thank you.

alt text

© Stack Overflow or respective owner

Related posts about safari

Related posts about extjs