Menu

#1981 Autocompletion list box still visible on macOS 10.13

Bug
closed-fixed
5
2018-02-14
2017-11-08
No

On macOS 10.13 High Sierra, the autocompletion list box is emptied but stays visible when pressing delete or escape and there doesn't seem any way to dismiss the list box once this happens. The list box is properly dismissed when selecting a list item. This does not happen on macOS 10.12 or older and only happens on 10.13 if Scintilla is built in Xcode 9 against the 10.13 SDK.

Discussion

  • Chinh Nguyen

    Chinh Nguyen - 2017-11-08

    Evidently, you must close windows now, not just release them. Included is a patch that I believe fixes the problem. Sorry if line endings is screwed up. Xcode 9 now seems to change line endings to Unix whereas earlier versions preserved them but I believed I fixed the line endings prior to making the patch file.

     

    Last edit: Chinh Nguyen 2017-11-08
  • Neil Hodgson

    Neil Hodgson - 2017-11-08

    Reproduced the problem with SciTE.

    Committed fix as [ab409d].

     

    Related

    Commit: [ab409d]

  • Neil Hodgson

    Neil Hodgson - 2017-11-08
    • status: open --> open-fixed
    • assigned_to: Neil Hodgson
     
  • Neil Hodgson

    Neil Hodgson - 2018-02-14
    • status: open-fixed --> closed-fixed
     

Log in to post a comment.