mu-editor / mu

A small, simple editor for beginner Python programmers. Written in Python and Qt5.
http://codewith.mu
GNU General Public License v3.0
1.41k stars 435 forks source link

Autocomplete window is always on top #1485

Open ajs256 opened 3 years ago

ajs256 commented 3 years ago

The auto-complete suggestions are always on top, even when another app is focused. (notice that the "traffic-light" in the terminal window is colored rather than gray)

image

This screenshot was taken on macOS 11.1 with Mu 1.1.0-beta.3.

This is annoying because it can obstruct the view of other apps, as seen in the screenshot above.

carlosperate commented 3 years ago

Thanks for the report @ajs256!

I can confirm I can replicate this in macOS 11 Big Sur with beta.3.

As this is directly controlled by QScintilla we should first check if this is still a problem with the latest version before opening an issue in their project.