Combobox selection truncated
Description: Combobox truncates selected text on Windows Server 2022
Status : not fixed
Application crash when clicking on status bar
Description: Clicking on a Window status bar will crash the program
Status : fixed
Runtime error when clicking submenu item
Description: Clicking on a submenu item without an onClick event function set will throw a runtime error
Status : fixed
Icon in button always left aligned
Description: Icon in button always left aligned even if Button.text property is ""
Status : fixed
edit.color and edit.bgcolor property
Description: edit.color and edit.bgcolor property are using BGR value and not RGB value as expected
Status : fixed
Widgets not redrawing once their position has changed
Description: Widgets don't redraw correctly when changing position
Status : fixed
Groupbox childs widget don't receive events
Description: Groupbox childs widget don't receive events (ie, Radiobutton:onClick() in a Groupbox)
Status : fixed
Widget navigation with TAB keys and ARROWS keys
Description: Keyboard navigation on a Window is not possible with the TAB/ARROWS keys.
Status : fixed
Silent crash at program exit when compiled with rtc
Description: A silent crash occurs at program exit when compiled with rtc
Status : fixed
Window.parent property crash
Description: Getting the Window.parent property crashes the LuaRT interpreter
Status : fixed
ZIP file corruption with Zip:write()
Description: ZIP file corruption occurs when writing directories to Zip file.
Status : fixed
Http:get() may return wrong value
Description: Http:get() may return wrong value if using a filename based on the given URI
Status : fixed