Fixed.

Yen-Ju Chen wrote:
Hi,

 In NSTableView, the selecting row is triggered by NSLeftMouseUp.
 But when user try to drag rows, because there is no NSLeftMouseUp,
 the clicked row won't be selected.
 Therefore, other rows (if any) will be dragged except the row
 which the user click.

 In order to drag a row, user has to be
 1. select a row (MouseDown and MouseUp).
 2. click a row (MouseDown) and drag.

 If there is only a row selected,
 it will be funny because user always drag the previous selected row,
 not the clicked (only MouseDown) row he expected.

 Sorry not offering a patch because the source code is very complicated.

--
Adam Fedor, Digital Optics Corp.      | I'm glad I hate spinach, because
http://www.doc.com                    | if I didn't, I'd eat it, and you
                                      | know how I hate the stuff.



_______________________________________________
Bug-gnustep mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-gnustep

Reply via email to