Minor Bug in multiline FillInTheBlankMorph

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Minor Bug in multiline FillInTheBlankMorph

Christoph Thiede

Steps to reproduce:

  1. Print it:
    UIManager default
    multiLineRequest: 'Please enter'
    centerAt: Sensor cursorPoint
    initialAnswer: 'foo'
    answerHeight: 42.
  2. Focus input field
  3. Press enter
  4. Press <cmd>z
  5. Press Accept

Expected behavior:
The dialog is closed and the return value is 'foo'.

Actual behavior:
The dialog flashes and does not accept the input.

Infection not yet investigated.

Best,
Christoph



Carpe Squeak!