[WASTE-list] EmbeddedObject at end...

Alfred Van Hoek vanhoek at mac.com
Sat Feb 3 22:25:15 EST 2007


When an object is the last glyph of the textfield, and a click is
issued to set the cursor at the end of the text, the embedded object
is selected. This is annoying. In addition, if you call
WEFindNextObject on this embedded object's offset, you will obtain
this embedded object. In Waste 2.1 these things did not occur.

For the latter you can easily work around by testing:

if (offset + 1 == WEGetTextLength(we))

but what can be the workaround of the former?

Alfred


More information about the WASTE-list mailing list