2021r3.1
Released on December 14th, 2021.
This release has important improvements to Xojo 2021r3.
Bug fixes (19 cases)
Case |
Area |
Description |
---|---|---|
Crashes & Assertions » IDE Unhandled Exception |
Converting controls that have an unknown baseclass (typically when that baseclass doesn't exist in the project, for example when an external item isn't located), no longer throws an exception. |
|
Framework » Desktop |
A DesktopCanvas, that's embedded on a Container, now fires the DoublePressed event correctly. |
|
Framework » Desktop |
DesktopListBox now fires CellFocusReceived and CellFocusLost events. |
|
Framework » Desktop |
Built apps with Workers no longer raise an IllegalCastException on Windows/Linux when running projects that use DesktopApplication. |
|
Framework » Desktop |
The last parameter for DesktopUIControl.Refresh with x,y,width,height,immediately is now optional as documented. |
|
Framework » Web |
Weblistbox sorts properly again. |
|
Framework » Web |
Web applications should no longer disconnect after 140 seconds. |
|
Framework » Web |
Fix an issue with our EventSource implementation which caused the app to disconnect prematurely. |
|
Framework » Web |
WebImageViewer pressed event fires again when placed on a TabPanel or PagePanel. |
|
Framework » Web |
Fixed a bug in the retrieval of data from a Weblistbox datasource. |
|
Framework » Web |
WebImageViewer again fires its Pressed event on touch enabled devices that also accept mouse input. |
|
Framework » Windows |
HTMLViewer.ExecuteJavaScriptSync can now return booleans, integers and doubles correctly, instead of returning back Nil. |
|
Framework » macOS |
DesktopPopupMenu.SelectionChanged event no longer fires needlessly when the SelectedRowIndex doesn't change. |
|
IDE » Layout Editor |
Locked position badge no longer bleeds through TabPanels/PagePanels. |
|
IDE » Layout Editor |
Assigning a ColorGroup to plugin controls (DesktopBevelButton for example) now reflects the change in the layout editor. |
|
IDE » Layout Editor |
IDE now picks up initial ColorGroup property values that are defined for plugin controls. |
|
IDE » Menu Editor |
Removing all items from a menubar and then adding a new item now chooses the right super based on the super of the App class. |
|
IDE » Miscellaneous |
Fixed Desktop control conversion of Color properties (most likely seen when loading up XML projects). |
|
IDE » Rendering |
Running iOS projects on M1 Macs with Extensions Visible now works. |
Docs and examples (1 case)
Case |
Area |
Description |
---|---|---|
Examples |
PDF-TOC-Example project version fixed. |