Firefox 3
Will the 1.0 version of the grid be compatible with the upcoming Firefox 3?
I downloaded the beta version of this browser, which made quite a mess of the grid...
rekcor
June 3,
I hava FF3 and AW2.5.1 and there is a lot of bugs.
1. Radio - don`t display properly (all at the same place)
2. Combo list don`t drop down.
3. Grid - columns with much data are overlaped to the other one.
Younec
June 5,
I see p1 but I cannot reproduce 2 and 3. Do you see this in FF3rc2 or some earlier version?
FF3-related bugs will be fixed in AW 2.5.2 (soon after official FF3 release).
Alex (ActiveWidgets)
June 5,
Sorry about p2. this works fine in 2.5.1 (i`v checked on aw2.5)
I`m not sure about p.3 witch version is used to display (I will check and write some comments)
Younec
June 6,
"FF3-related bugs will be fixed in AW 2.5.2 (soon after official FF3 release)."
Ok, but my question was about the 1.0 branch...
rekcor
June 6,
I don't see any major problems with AW 1.0.2 and Firefox 3.0rc2. There is a minor issue with column resizer (header separator) but I hope that one could be fixed with some css tweaks. If I have missed something please let me know.
Alex (ActiveWidgets)
June 9,
Thank you!
"There is a minor issue with column resizer (header separator)"
I'm glad you say it is a minor issue - I would not have a clue how to fix it.
rekcor
June 10,
Hi Alex, do you have the column resizer css tweaks yet for AW 1.0.2 and FF3? Much appreciated. Thanks
Justin
June 18,
Hi,
We are experiencing a number of display issues in FF3
@see
http://tinyurl.com/6e2ezm
Do the css tweaks in AW 2.5.2 address these issues ?
If not, can anyone assist ?
Mike
June 18,
Alex, re AW 1.0.2 and Firefox 3.0, you noted a minor issue with column resizer (header separator) that you hoped could be fixed with some css tweaks. Can you suggest where the tweaks need to be made so I can try to fix? Thanks.
Justin
June 23,
Any fix for the radio button issue yet?
Jon
June 23,
Unfortunately, I've been asked to remove screenshots referenced in my post above from the public domain.
Essentially, we're looking at columns overlapping too. Does anyone have any pointers regarding the 'column resizer issue' first mentioned above on June 9?
Mike
June 24,
I have a temporary fix for the radio button issue.
To fix you have to set a "height" for the radio box element.
document.getElementById("objID-box").style.height = "60px";
Jon
June 26,