ui
ui copied to clipboard
[TRACKER] Regressions with sokol backend
Collection of remaining problems with the new sokol backend.
-
[ ] Textbox problems (https://github.com/vlang/ui/issues/203)
-
[ ] Password text input display extra trailing chars and have cursor flickering (
users.v) -
[ ] message box ok button does not work (
message.v) -
[ ] Closing a message box closes all windows (
users.v) -
[ ] Checkboxes do not work (
users.v) -
[ ] Sliders cannot be dragged by mouse (https://github.com/vlang/ui/issues/207)
-
[ ] Resizing is always enabled and
resizablehas no effect (https://github.com/vlang/ui/issues/231) (https://github.com/floooh/sokol/issues/380)
Done
- [x] set_title is not implemented (missing in sokol) (
change_title.v) - [x] Images are flipped over (
users.vcounter.v) - [x] Images are not rendered (
users.vcounter.v) - [x] Textboxes do not accept input
- [x] Wrong alignment of text in buttons
- [x] Missing text width calculation