Bug 131925 - It changed method of modal dialogs appearance in macOS
Summary: It changed method of modal dialogs appearance in macOS
Status: RESOLVED DUPLICATE of bug 131549
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: UI (show other bugs)
Version:
(earliest affected)
7.0.0.0.alpha0+
Hardware: All macOS (All)
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-04-06 09:10 UTC by Roman Kuznetsov
Modified: 2020-04-23 11:46 UTC (History)
1 user (show)

See Also:
Crash report or crash signature:


Attachments
Video with illustration of effect (6.08 MB, video/quicktime)
2020-04-06 09:10 UTC, Roman Kuznetsov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Roman Kuznetsov 2020-04-06 09:10:13 UTC
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
Comment 1 Roman Kuznetsov 2020-04-06 09:10:50 UTC
Created attachment 159357 [details]
Video with illustration of effect
Comment 2 Roman Kuznetsov 2020-04-06 09:11:35 UTC
Tor, possibly you know anything about it?
Comment 3 How can I remove my account? 2020-04-06 09:22:55 UTC
Sorry, the video does not open for me. But I haven't touched any macOS code in a while anyway..
Comment 4 Alex Thurgood 2020-04-18 16:46:34 UTC
@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.
Comment 5 Thorsten Wagner 2020-04-18 21:58:10 UTC
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
Comment 6 Heiko Tietze 2020-04-23 11:46:05 UTC

*** This bug has been marked as a duplicate of bug 131549 ***