Skip to content

🍒 KStandardItemListWidget: select by number of unicode chars

Yifan Zhu requested to merge work/cherry-pick-021365dc into release/24.08

Previously during rename, the number of QChar is used for selection, which might be different from number of unicode characters.

Test plan:

  • create the file zz️.txt
  • rename the file
  • verify that the first 4 characters are correctly selected, which didn't work before the patch.

BUG: 466814

(cherry picked from commit 021365dc)

Co-authored-by: Yifan Zhu fanzhuyifan@gmail.com

Merge request reports

Loading