Fixed a bug in TextMorph, now what?

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

Fixed a bug in TextMorph, now what?

Simon Guest-2
Hi all,

With regard to my previous problem, viz TextMorph not resizing itself
to fit the text after an edit, with a helpful hint from Karl, I found
the problem.

TextMorph>>keyboardFocusChange: should be calling releaseParagraph,
rather than releaseEditor directly.

I have updated the bug report on Mantis (no. 000517), attaching a
change set with my proposed fix.

What next?  Who reviews my proposed change?  How does this get
incorporated into Squeak?

cheers,
Simon