wxWidgets / Phoenix

wxPython's Project Phoenix. A new implementation of wxPython, better, stronger, faster than he was before.
http://wxpython.org/
2.33k stars 516 forks source link

Bug Report for wx.stc and wx.richtextctrl #2606

Open Joonhyun-Kim opened 2 months ago

Joonhyun-Kim commented 2 months ago

Operating system: wxPython version & source: Python version & source:

Description of the problem:

Code Example (click to expand) ```python # Put code sample here ```

Updated Bug Report (English)

Title:

Korean Characters Disappear When Entering Punctuation with Shift Key in wx.stc.StyledTextCtrl and wx.RichTextCtrl (Windows 11)

Description:

swt2c commented 2 months ago

I have a hunch this might be the same problem as: https://github.com/wxWidgets/Phoenix/issues/2446

Can you please try one of the latest snapshot builds and see if the problem is resolved there: https://wxpython.org/Phoenix/snapshot-builds/

swt2c commented 2 months ago

Please also try v4.2.2 (just released) and let us know if the problem has been fixed.