:: Forum >>
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 {
left: auto;
width: 20px;
right: 0px;
}
.aw-gecko .aw-scrollbars-horizontal .aw-bars-box {
top: auto;
height: 20px;
bottom: 0px;
}
Alex (ActiveWidgets)
Monday, February 4, 2008
Alex (ActiveWidgets)
Thursday, July 3, 2008
This topic is archived.
Back to support forum
Forum search