Author Topic: Problem Editing Cells Using Firefox (Licensed Version)  (Read 2037 times)

MarquisMark9

  • Pro Enterprise
  • Newbie
  • *
  • Posts: 4
    • View Profile
Problem Editing Cells Using Firefox (Licensed Version)
« 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.

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6263
    • View Profile
Re: Problem Editing Cells Using Firefox (Licensed Version)
« Reply #1 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},