After updating to Lazarus 4.4, I am finding problems in the design mode on my MAC:
a) If a page control is placed on the form, it is not possible to select another tab by mouse. This is only possible by selecting the tab sheet component in the object inspector.
b) If the form has AutoScroll=True and its working area is reduced vertically (so that some placed components get hidden and the vertical scroll bar appears), it is no longer possible to select any component with the mouse and the visual selection indicators are displayed completely out of order, see the screenshot in the attachment.
I am not aware of these problems before the update, so I tried to track down to Lazarus 3.6 using fpcupdeluxe, but these errors still persisted.
Both in Windows and Linux everything is OK after the Lazarus update.
Demo project attached.
FPC: branch fixes-3.2
Lazarus: stable 4.4
MAC: M1 Tahoe 26.2
EDIT: This issue corresponds with
https://forum.lazarus.freepascal.org/index.php/topic,73443.msg576022/topicseen.html#new. So maybe this is another compiler issue and even the fixes-3.2 does not help here. If that is the case, the question is what compiler version to use to get rid of all those bugs...