Hi Team,
In version 8.x of PQ Grid, the string which contains "<" character does not display normally in some cases.
When we double click the cell, characters in the right side of "<" (included "<" character) are disappeared.
This issue just happened in version 8.x.
You can confirm by the demo as steps below.
<https://paramquery.com/pro/demos>
1. At "Demos" menu -> select "Demos 8.x" -> At the left Menu, select a demo link, "Auto Fill" for example.
2. At cell A3, type the below cases of string. Case 2.1 and 2.6 are NG.
2.1. Type "H<W-10" and press Enter key. Then double click the cell A3, only "H" is remaining, "<W-10" are disappeared. It's NG.
2.2. Type "H< W-10" and press Enter key. Then double click the cell A3, whole string "H< W-10" is remaining. This is OK.
2.3. Type "H<100-W" and press Enter key. Then double click the cell A3, whole string "H<100-W" is remaining. This is OK.
2.4. Type "H<テスト" and press Enter key. Then double click the cell A3, whole string "H<テスト" is remaining. This is OK.
2.5. Type "H<_W+10" and press Enter key. Then double click the cell A3, whole string "H<_W+10" is remaining. This is OK.
2.6. Type "H<W-10>20" and press Enter key. Then double click the cell A3, only "H20" is remaining. Characters between "<>" are disappeared. It's NG.
It seems that string start with "<" + alphabet character (it means, not space, number, Japanese or special character) will be disappeared.
Please confirm and give us some solutions! Thank you very much!