ParamQuery grid support forum

General Category => Bug Report => Topic started by: MarquisMark9 on February 20, 2017, 11:43:06 pm

Title: Problem Editing Cells Using Firefox (Licensed Version)
Post by: MarquisMark9 on February 20, 2017, 11:43:06 pm
We recently upgraded to the Pro version to take advantage of all of the features of the grid, as well as for the commercial license. We have had a problem with editing cells in the Firefox browser in both the free and licensed version.
When you edit a cell in Firefox, the backspace, right arrow and left arrow keys do not work. It seems like the keystrokes are simply eaten by the grid. Is there a fix or work around for this issue? We do not have these issues in Chrome or IE, but we are required to have the grid work in Firefox as well.
Title: Re: Problem Editing Cells Using Firefox (Licensed Version)
Post by: paramvir on February 21, 2017, 12:03:06 am
Verified an issue while using left, right keys ( backspace works fine ) in FF in numeric fields when filterKeys is on.

I've added this in the bug log, fix would be available in the next version.

Workaround is to turn off filterKeys for numeric fields.

Code: [Select]
editModel: {filterKeys: false},