3.2.0

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
February 2,
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 {
    left: auto;
    width: 20px;
    right: 0px;
}

.aw-gecko .aw-scrollbars-horizontal .aw-bars-box {
    top: auto;
    height: 20px;
    bottom: 0px;
}
Alex (ActiveWidgets)
February 4,
Fixed in AW 2.5.2.

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

This topic is archived.

See also:


Back to support forum