octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #52840] GUI hangs on use of uigetfile/uiputfil


From: Torsten
Subject: [Octave-bug-tracker] [bug #52840] GUI hangs on use of uigetfile/uiputfile
Date: Tue, 9 Jan 2018 14:35:43 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:57.0) Gecko/20100101 Firefox/57.0

Follow-up Comment #7, bug #52840 (project octave):

The issue in KDE (see comment #6) with the edit-file-prompt seems to be caused
by the well knwon "&" that is inserted by KDE into the button text. The
clicked button text is compared to "Create", which returns false since the new
button string is "&Create" or something similar (but unknown). Most probably,
this will affect other dialogs, too.

I see two general approaches here:
0 We can manually insert a "&" in the button texts when calling a dialog
resulting in exactly known strings for comparing the dialog's results after a
button was clicked.
0 Any "&" is removed from the clicked button text before it is returned by the
dialog. 



    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?52840>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]