Hi, I did a little test on the cvs-version. The corrections seem to work fine, thanks for that.
Unfortunately i encountered an error in the SelectionListener:
When i click the mouse on a textnode and start dragging the textnode gets highlighted. When i release the mousebutton
and the cursor is inside the textnode a SelectionEvent is fired (selectionDone). When i release the mousebutton outside
the textnodes box (there is something like a box for a textnode, am i right?) the node is highlighted correctly but no event is fired. When i call getSelection() on the
TextSelectionManager it returns null. Is that another bug?



Thomas DeWeese <[EMAIL PROTECTED]> schrieb am 05.03.2005 20:38:27:

> [EMAIL PROTECTED] wrote:
> > I did not encounter any problems, except the
> > "Double-Click"-Problem.
>
>     This is now fixed in CVS, double click properly reports the
> complete selection.
>
> >  >     Thanks for considering contributing.
> >
> > I attached some files to the bug, what do you think of them?
>
>    I went a different route with this.  I pushed the copy to
> clipboard up to the JGVTComponent and this can be controlled
> by a getter/setter, it simply leverages the SelectionListener API.
>
>    I did expose the TextSelectionManager on the Canvas.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>

Reply via email to