airstruck / luigi

Lovely User Interfaces for Game Inventors
MIT License
113 stars 23 forks source link

LÖVE 0.9.2 only: pressing space bar with mouse on edit box causes cursor position change #39

Closed ghost closed 8 years ago

ghost commented 8 years ago

This problem happens exclusively with LÖVE 0.9.2. When hovering the mouse over the edit box, and inserting a space, the cursor jumps to the position where the mouse is.

It works fine both with LÖVE 0.10.0 and with luajit/SDL. I suspect it may have to do with the remapping of "space" to " " in the 0.9.0 -> 0.10.0 transition.