:: Forum >> Version 2 >>

Firefox cursor problem when no vertical scrollbar

Hi Alex,

I know there are a few solutions for the Firefox missing cursor problem, but none of them seem to work in this case.
I took the "grid behavior - editing" example and changes the row count to 8 so that the vertical scrollbar is not shown.
In this case, on editing a cell in Firefox, no flashing cursor is shown.
It works fine when the number of rows is large enough to show a vertical scrollbar.
Any ideas ?

Regards,
Ankur
Ankur Motreja
Saturday, February 2, 2008
Yes, this is a bug in AW 2.5.1 - happens in Firefox when the grid has either only vertical or only horizontal scrollbar. Can be fixed with -

.aw-gecko .aw-scrollbars-vertical .aw-bars-box {
    
leftauto;
    
width20px;
    
right0px;
}

.
aw-gecko .aw-scrollbars-horizontal .aw-bars-box {
    
topauto;
    
height20px;
    
bottom0px;
}
 
Alex (ActiveWidgets)
Monday, February 4, 2008
Fixed in AW 2.5.2.

http://www.activewidgets.com/general.bugs/2-5-2.html
Alex (ActiveWidgets)
Thursday, July 3, 2008

Post a reply:

Text:
Name:

Back to support forum

Forum search