-
-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
Expected Behavior
Control + arrow keysshould move cursor word by wordControl + ashould select all textControl + cshould copy to the clip boardControl + vshould paste from the clip board
Current Behavior
Control + arrow keysmove cursor by single characterControl + adoes nothingControl + cdoes nothing on HTML5 and segfaults on linux (though I believe the segfault is Kha and not HaxeUI)Control + vdoes nothing
Steps to Reproduce (for bugs)
- Use a HaxeUI app with a TextField
- Try keyboard combos shown in 'expected behaviour'
Test app / minimal test case
Kha HaxeUI skeleton with <textfield placeholder="Test" width="100%">
should be sufficient.
Context
Search box for searching assets in application does not behave as expected.
Your Environment
- Version used: git
- Environment name and version (e.g. Chrome 39, node.js 5.4): hxcpp / Kha git
- Operating System and version (desktop or mobile): Arch Linux
- Link to your project: Closed Source
Reactions are currently unavailable