Description: It changed method of modal dialogs appearance in macOS. Now it moved from top of screen and its don't have any window controls (see video in attach) I don't think it's a new feature for desktop version... Steps to Reproduce: 1. Open LibreOffice Calc 2. Try open About or Cell properties dialogs 3. Look at strange effect 4. Then try open Find&Replace dialog 5. Look at normal standard behavior Actual Results: there is a new strange effect Expected Results: there is no a new strange effect Reproducible: Always User Profile Reset: No Additional Info: Version: 7.0.0.0.alpha0+ Build ID: 6c59c9d2b8818674640a50656ffba90f9cd3900e CPU threads: 4; OS: Mac OS X 10.15.4; UI render: default; VCL: osx; Locale: ru-RU (ru_RU.UTF-8); UI-Language: en-US Calc: threaded
Created attachment 159357 [details] Video with illustration of effect
Tor, possibly you know anything about it?
Sorry, the video does not open for me. But I haven't touched any macOS code in a while anyway..
@Roman : that video looks like the fixed dimension StartCenter window is being drawn briefly before being repainted with the content and dimension of the actual selected dialog.
Seems to be same issue as tdf#131549. Issue seems to be caused by calling modal dialogs as Cocoa drop down dialogs now. These kind of dialogs have to be attached to window frame. Either implementation of these modal dialogs is intended and buggy or it is not intended and a regression. Confirming with Version: 7.0.0.0.alpha0+Build ID: 5063669a17538ea353e34ab0990363399d34f4f4 CPU threads: 8; OS: Mac OS X 10.14.6; UI render: default; VCL: osx; Locale: de-DE (en_US.UTF-8); UI-Language: en-USCalc: threaded
*** This bug has been marked as a duplicate of bug 131549 ***