3.2.0

Maintenance release 1.0.2 available for Firefox 1.5.

The fixes for Firefox 1.5 now available as 1.0.2 maintenance release. If your application is written for IE only - you may skip this release.

Download:

http://www.activewidgets.com/download/activewidgets-grid-1.0.2-gpl.zip

Changes since version 1.0.1 (2 May 2005) -

- Fixed column resizing issue in Firefox 1.0.6 - 1.5.
- Fixed column headers appearance in Firefox 1.5.
- Fixed missing scrollbars in Firefox 1.5.
- Fixed keyboard navigation in Firefox 1.5.
- Fixed parameter and header name bug in Active.HTTP.Request.
- Allow setting header size in em and other units (not only px).
Alex (ActiveWidgets)
December 12,
One issue which is NOT fixed (I could not find the solution) -

- previously it was possible to hide the column using width:0 css

.active-column-1 {width:0}


This code will not work with Firefox 1.5 - instead you should use

.active-column-1 {display:none!important}


or

obj.setColumnValues([0, 2, 3, 4]);



Alex (ActiveWidgets)
December 12,
Just want to give a feedback:

Scrollbar visibility bug, key navigation bug, columnheader with scrollbars bug: all are solved!

Thank you very much!

Best Regards...
Dietrich
December 13,
I agree, it solves all the important grid problems introduced by Firefox 1.5.

One tiny problem remains: Firefox 1.5 complains about an unknown property text-overflow, in active-row-cell in grid.css.

Earlier firefox versions quietly ignore text-overflow, which only IE seems to support.
CK
December 13,
I downloaded the fixed library, and it is indeed much better in FF 1.5. A couple of remaining problems remain, however:

1) The bottom few (2?) pixels of the heading buttons are being cut off by the top of the first row of data, so the buttons work but they still look wrong.

2) The mouse wheel doesn't seem to scroll the grid vertically any more.

IE does not show either of these problems. We too are looking at a commercial license to use with IE and FF, and it's surprising how much this two pixel difference makes--the grid goes from great to unacceptable!

The demo's look okay on my machine, so there should be something in some style somewhere that I can make to fix this, but I have no idea what it is.

JFE.
February 6,
Alex,
I found that this release still have problems with FireFox 1.5, namely column width resizing and style text-overflow:ellipsis.
I don't know how to fix the last one, but column width resizing issues can be fixed by replacing
<object>.style.<something>width=NNN or <object>.style.<something>width=<variable> with
<object>.style.<something>width="NNNpx" and
<object>.style.<something>width=<variable>+"px", correspondingly. If you are interested, I can send you the exact places where I implemented these changes.
a.peshansky@umdnj.edu
Alexandre Peshansky
September 21,

This topic is archived.

See also:


Back to support forum