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

Hello, It seems RAP 2024.03 is missing from maven central. I already had this issue once with a previous release. Is it possible to push RAP artifacts in maven central...

The RAP framework's service method `org.eclipse.rap.rwt.client.service.ClientInfo.getTimezoneOffset()` from [Bug 329007](https://bugs.eclipse.org/bugs/show_bug.cgi?id=329007) and [Bug 390435](https://bugs.eclipse.org/bugs/show_bug.cgi?id=390435) returns a wrong value after there was a daylight saving transition with a change of the time zone...

I am getting a null point error in `monitor.beginTask("Beging prograss", IProgressMonitor.UNKNOWN);`. Repeat the NullPointException occurred and worked fine throughout the code that uses Job. The code below has been working...

bug

SWT Version: 3.7.2 RWT Version: 3.14.0 ![fixFocusIssue](https://github.com/eclipse-rap/org.eclipse.rap/assets/30707151/8eda9bed-e386-4033-a739-0ea20b295c1d) We have a UI component that we assemble in an RCP application and in a standalone RAP application. User can type in a...

[Issue 179](https://github.com/eclipse-rap/org.eclipse.rap/issues/179) added a check to AbstractSlider._onThumbMouseMove() whether the main mouse button is still pressed; if that is not the case then the scrolling operation is stopped. for this, the...

Scenario: 1. Pick a slider's thumb with the mouse and start scrolling 2. leave the area of the RAP application (move the mouse cursor out of the the browser tab's...

bug

The Eclipse Nebula RichTextEditor has an 'insertText' method that inserts a text string in the middle of the existing RichTextEditor text. It would be great to add this 'insertText' functionality...

First of all, I would like to clarify that this is not a bug report, but a request to implement a workaround for Chromium based browsers so that browser controls...

enhancement

In a production environment with average to high load we encountered several "Widget disposed" errors thrown by `org.eclipse.rap.rwt.widgets.FileUpload.submit(String)`. Users see the following effect: They select a file using the file...

bug

**Copy of https://github.com/eclipse-rap/org.eclipse.rap.website/issues/3 by @GiantCrocodile.** Hello, when you put in a country and a city, e. g. Germany and Bremen, the application under https://rap.eclipsesource.com/demo/release/rapdemo/#drop-down is breaking/having a server issue: ![image](https://github.com/eclipse-rap/org.eclipse.rap/assets/526000/1b1c0f6b-2651-4bc4-88a6-a683a98335d9)...

bug