Kyle Smith
Kyle Smith
Hello, I think this must be new as a result of the latest cursor updates, but the custom gef cursors are huge now on high-resolution displays (at least for Macs)....
I am encountering https://bugs.eclipse.org/bugs/show_bug.cgi?id=460945 with View/Editor tabs:  Related bugs: https://bugs.eclipse.org/bugs/show_bug.cgi?id=531450 https://bugs.eclipse.org/bugs/show_bug.cgi?id=533504 https://bugs.eclipse.org/bugs/show_bug.cgi?id=366151 You can see the text is cut off in the tab even though there should be plenty...
Makes sure all packages (for now, just a single internal one) is exported from `org.eclipse.rap.nebula.jface.gridviewer`. Marked as `x-internal` so clients receive warnings when importing them. See upstream Nebula here: https://github.com/eclipse/nebula/blob/master/widgets/grid/org.eclipse.nebula.widgets.grid/META-INF/MANIFEST.MF#L10...
For the Nebula Grid, when the row header is visible, the `getColumn` calculation didn't account for the additional width, and so the incorrect column was returned. The width is now...
The current JavaScriptExecutor only contains a single method, `execute`, which does not allow the return value of the given JavaScript code to be captured. This change adds a new method,...
This seems to be the same as https://bugs.eclipse.org/bugs/show_bug.cgi?id=360630 which is a very old bug, but we are encountering it again. We are running a RAP UI in a Jetty server....