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

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

[Octave-bug-tracker] [bug #44552] inputdlg crashes GUI with certain prom


From: Pantxo Diribarne
Subject: [Octave-bug-tracker] [bug #44552] inputdlg crashes GUI with certain prompts
Date: Tue, 17 Mar 2015 11:25:13 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:36.0) Gecko/20100101 Firefox/36.0

Follow-up Comment #9, bug #44552 (project octave):

Do the following test pass (I can't test at the moment)?


aa = {'a','b';'c' 'd'};
assert (size (inputdlg (aa)), [4 1]) %click OK button
assert (size (inputdlg (aa(:))), [4 1]) %click OK button
assert (size (inputdlg (aa(:).')), [4 1]) %click OK button


Also, there should be no space between "prompt" and "(:)" as it is a form of
indexing, not a function call. 

    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message posté via/par Savannah
  http://savannah.gnu.org/




reply via email to

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