org.eclipse.rap icon indicating copy to clipboard operation
org.eclipse.rap copied to clipboard

Eclipse RAP Runtime (Remote Application Platform)

Results 58 org.eclipse.rap issues
Sort by recently updated
recently updated
newest added

Moved from Bug [580712](https://bugs.eclipse.org/bugs/show_bug.cgi?id=580712). Content Proposal Dialog Reopens if `ENTER` is used for `ContentProposalAdapter`'s KeyStroke in RWT ## Summary In our solution, we're using a text field paired with a...

bug

In our RAP Application we make heavy use of client scripting to enhance the behavior of specific wigets. Especially we use the SWT.MouseMove event to implement move or drag like...

enhancement

The selection event that is processed in _GridViewerColumn#setEditingSupport_ has a field _index,_ which contains the value of attribute _data-cell-index_ of the selected element. When the grid is rendered, this index...

I am encountering https://bugs.eclipse.org/bugs/show_bug.cgi?id=460945 with View/Editor tabs: ![image](https://github.com/user-attachments/assets/c5a59ab0-c0f7-49fd-992d-67f25c86d8c5) 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...

Hi, i have a problem programatically updating a part name. Depending on the active editor we update the part name of a view. We do that by calling setPartName on...

RAP Version: 3.29 Java 21 Since we updated from RAP 3.26 to RAP 3.29 we see sometimes (about 1 out of 5 attempts) a deadlock within the JobManager on startup...

Setting the same content twice to any Browser widget instance causes an error when the content is > 16KB. This seems not to be RAP, but environment specific, I can...

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...

enhancement

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...

bug

Closing all Shells results in dispose events, and allows for cleaning stuff up. Also-by: Ralf Schlesinger