Menu

#21 Save As dialog does not commit on pressing Return

1.0
closed
nobody
None
2022-06-23
2022-06-21
No

When pressing the Return key in a "Save As" dialog, the button "Save" triggers but nothing further happens. The file is not saved and the dialog keeps open. You need to click on the button with the mouse.
Besides this bug it would be useful if the initial focus of the dialog is in the "New File Name" input.
Both issues refer to the non-Motif dialog only.

Discussion

  • Peter Mühlenpfordt

    Maybe the Code in util/filedialog.c, line 2010 should read

    ... cb->event->xkey.keycode != 36
    

    instead of

    ... cb->event->xkey.keycode == 36
    
     
  • Pyrphoros

    Pyrphoros - 2022-06-23

    Thanks for the bug report. I fixed the return key and also changed the default focus to the file name textfield.

     
  • Pyrphoros

    Pyrphoros - 2022-06-23
    • status: open --> closed
     

Log in to post a comment.

MongoDB Logo MongoDB