Hi Hugh

(I have tryed to send this several times, but the list didn't accept this
message... someone knows why?)


> Firefox:
> If you scroll the browser (not the table widget), the selected row 
> is not the row where the mouse pointer is. Instad a row is selected,
> which is [scrolled pixel] below mouse pointer.
> This works well in IE - at least in IE6. (Please could someone give
> feedback, if the application runs in IE7?)

I found, this FF bug has something to do with calculating of row position in
ui/table/pane/Scroller.js in function _getRowForPagePos.
There is used the paneClipperTopY variable to calculate variable tableY

var tableY = scrollY + pageY - paneClipperTopY;
var row = Math.floor(tableY / rowHeight);

But paneClipperTopY becomes negative if the top of the table scrolls out of
visible browser, so the result is incorrect.
May be this could help to fix the bug?


-- 
View this message in context: 
http://www.nabble.com/table-row-select-bug-%28FF%29-and-other-%28smaller%29-probs-with-online-app-tf4391216.html#a12557383
Sent from the qooxdoo-devel mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to