[BUG] 3.1Alpha Adding IV to Morph

Ned Konz ned at bike-nomad.com
Wed Feb 28 17:29:14 UTC 2001


On Wednesday 28 February 2001 07:12, Mark Guzdial wrote:

> The bug I'm currently working on is in the Play Writing Workbench.
> Besides the HeadMorphs being too large (which is annoying, but just
> cosmetic), I'm having a problem with the script entry area.  I'm just
> using a PluggableTextMorph, but I'm finding that the cursor gets lost
> after every keystroke.
> - Click at the end of the text area, and the cursor appears.
> - Type one character
> - The cursor disappears
> - Type a second character and it appears at the TOP of the text morph
>
> To get text into the script area, I currently have to do
> click-type-click-type-etc.  It did work fine under 2.8 -- can anyone
> suggest where I might look to how PluggableTextMorphs changed under
> 3.0?  Thanks!

I've had the same problem with regular TextMorphs, which mostly ended up 
going away when I put the TextMorphs into tables.

For instance, you can do this as a test:

Make a RectangleMorph, set to table layout, hResizing=shrinkwrap, 
vResizing=shrinkWrap.

Embed a PluggableTextMorph, hResizing=spacefill, vResizing=spacefill

This should work OK. Perhaps you need to use table layout in your example.

-- 
Ned Konz
currently: Stanwood, WA
email:     ned at bike-nomad.com
homepage:  http://bike-nomad.com





More information about the Squeak-dev mailing list