Author Topic: korea character input problem in cell directly in chrome  (Read 2264 times)

cpakim

  • Pro Ultimate
  • Newbie
  • *
  • Posts: 2
    • View Profile
korea character input problem in cell directly in chrome
« on: June 28, 2018, 06:52:12 am »
hello

Here is Korea.

We are using version 3.3.5 of paramquery pro.

When entering Korean into the cell of the grid, the first letter is not normally combined and is broken in chrome.

For example, if you input Korean '가', 'r ㅏ' is input.

It seems to be a problem that does not reflect the Asian IME composition.

also In microsoft edge, even when inputting English characters, the cell will not be in edit mode immediately, and one character will disappear.


So we are fixing the problem by extending the prototype like the file with the 3.3.5 version attached.
Our solution is to use the prepareEditor() function to prepare the editor when the focus is on the cell, and to modify the grid input to be handled by <input type = 'text'> directly.
In this way, Hangul IME composition can be handled properly and the problem of not inputting the first letter on the microsoft edge can be solved.


We want to use the your treegrid function, but we do not have the treeModel function in 3.3.5, so we want to upgrade to version 5.0.

After downloading version 5.0 and checking the source code, it is difficult to extend the prototype because the variables and parameters of source code are abbreviated.





So I ask you the following questions.

1. In the next version, I would like to ask if there is a plan to improve the editing function, such as the problem of inputting multilingual characters such as Korean and the problem of not entering the first letter on the edge.

2. If there is no improvement plan, we can get the source code with normal variable and parameter names when we purchase a new 5.1 version.

thank you

from kim in korea

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6263
    • View Profile
Re: korea character input problem in cell directly in chrome
« Reply #1 on: April 08, 2022, 01:13:18 pm »
This has been fixed in v8.3.0

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6263
    • View Profile
Re: korea character input problem in cell directly in chrome
« Reply #2 on: July 21, 2023, 01:40:36 pm »
Character input problem for Asian languages has been resolved in v9.0.1