amiga-mui / texteditor

A well-known and used MUI custom class (TextEditor.mcc) which provides application programmers a textedit gadget. It supports features like word wrapping, soft styles (bold, italic, underline), a spell checking interface as well as an AREXX interface for scripting.
GNU Lesser General Public License v2.1
19 stars 4 forks source link

Wrong mouse pointer when context menu is open #30

Closed afalkenhahn closed 4 years ago

afalkenhahn commented 4 years ago

When opening a context menu attached to a TextEditor gadget, the TextEditor gadget will still show its custom mouse pointer. This looks a little awkward. It should better show the system mouse pointer when opening a context menu because otherwise you have to select a context menu item using the custom TextEditor pointer which feels a little weird.

tboeckel commented 4 years ago

This is in fact an issue of MUI itself. The next nightly build of MUI5 will set a normal pointer before opening a popup menu.