Cuis-Smalltalk / Cuis-Smalltalk-Dev

Active development of Cuis Smalltalk
MIT License
458 stars 72 forks source link

Character codePoint: bug #292

Closed mvolkmann closed 2 months ago

mvolkmann commented 2 months ago

The attached fileOut is the simplest class I could create the demonstrates the issue. I had to add .txt to the file name to make GitHub allow me to attach it. After removing .txt from the end and doing a fileIn on it, enter ArrayKeyBug new openInWorld in a Workspace and "Do it". Then move the mouse over the orange BoxedMorph that appears and press each of the arrow keys. This will demonstrate the issues summarized in the attached screenshot.

ArrowKeyBug.st.txt Screenshot 2024-08-04 at 9 09 54 AM

jvuletich commented 2 months ago

I'd say this is more an inconsistence than a bug. In any case, I just pushed updates to make Character and keyboard code consistent.

mvolkmann commented 2 months ago

@jvuletich Thanks so much for addressing this!