-
-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Description
Pass a window with no title as the second argument of a call to TEDIT, like this:
(SETQ W (TEDIT NIL (CREATEW)))
and swipe out a small window like this:
Most of the prompt area is blocked by the title bar of the TEdit window. Next, print something into the prompt area:
(TEDIT.PROMPTPRINT W "Hi there" T)
Now the prompt area blocks most of the TEdit title bar:
If you make the TEdit window large enough both the prompt area and the title bar will show up at full size:
This interaction between the prompt area and the title bar may lead to more issues when attaching a menu window to TEdit called with a title-less window. An example is documented here, where the fix was to set the window title before calling TEDIT.
This happens on both Linux Mint and Medley Online.
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
No status