3.2.0

Safari on PC

It just came with my itunes update. I have never used it before.

There seems to be a width issue on all my grids. The headers are the proper width but every column in the grid seems to be about 2 pixels wider than the header so by the 10th column there is a 20 pixel shift.

Is this a supported browser for 2.5.1.

If it is supported I will post example code
Michael
March 19,
The home page here states that Safari 3.0 is supported.
Anthony
March 19,
The version I have is 3.1 for windows. 3.1 is considered the first stable release of Safari 3.X for Windows. As it was released yesterday I am now assuming that it is not supported.

Hope we see a patch soon.
Michael
March 20,
Safari always renders the page in 'standards-compliant' mode, so you should make adjustments to the cell padding/border -

#myGrid .aw-grid-cell {border-right: 1px solid threedlightshadow;}
#myGrid .aw-grid-row {border-bottom: 1px solid threedlightshadow;}

/* box model fix for strict doctypes, safari */
.aw-strict #myGrid .aw-grid-cell {padding-right: 3px;}
.aw-strict #myGrid .aw-grid-row {padding-bottom: 3px;}


More details at the end of this thread -

http://www.activewidgets.com/javascript.forum.20939.5/how-to-insert-grid-lines.html
Alex (ActiveWidgets)
March 25,

This topic is archived.

See also:


Back to support forum