https://bugs.documentfoundation.org/show_bug.cgi?id=142935
--- Comment #4 from [email protected] --- Still present in 7.2.0.3 and will then likely be in 7.2.0 final. Maybe related to the following output that you get on the terminal: QObject::setParent: Cannot set parent, new parent is in a different thread QObject::setParent: Cannot set parent, new parent is in a different thread QObject::startTimer: Timers cannot be started from another thread QObject::setParent: Cannot set parent, new parent is in a different thread QObject::killTimer: Timers cannot be stopped from another thread QObject::startTimer: Timers cannot be started from another thread QObject::installEventFilter(): Cannot filter events for objects in a different thread. The issue with this is that on certain actions you get the impression that some LibO task is frozen. For UI having visual elements indicating that processing is happening that to not work is unfortunately worse than not having them at all. -- You are receiving this mail because: You are the assignee for the bug.
