Community
Participate
Working Groups
Build Identifier: Cell tooltips for TableViewer work only if you set the header of the table visible. The label provider are attached, but there is no reaction if you stay a while over a cell with tooltip. I tested it on 1.3 (Release) and on HEAD. Reproducible: Always
Reproducable by adapting the TableViewerExample of the RAP demo (org.eclipse.rap.examples.pages.TableViewerExample).
Yes... I can confirm this. The problem is in Table.js#_onClientAreaMouseMove method. When the column header is not visible qx.bom.element.Location.getLeft() always returns 0.
Fixed in CVS HEAD.