org.eclipse.rap
org.eclipse.rap copied to clipboard
Eclipse RAP Runtime (Remote Application Platform)
There is a textarea (Text widget with SWT.MULTI), which contains a lot of text (vertical scrollbar is visible). The sequence of events to cause the error is as follows: 1....
I've observed this issue for a few years now back when I started to work with RAP-3.1 and it still is present in RAP-3.22. From time to time and for...
After previously upgrading to RAP 3.20, we occasionally see this exception in production. Unfortunately we haven't found a way to deterministically reproduce it. Any Suggestions? Thanks! ``` 2022-11-21T22:28:10.383146347Z java.util.ConcurrentModificationException 2022-11-21T22:28:10.383157823Z...
I suppose that not all exceptions are handled when using 'Request_sendWithFetch' , I found problems when 'ServerPush' is active, sometimes retry is working and sometimes no. I have modified "Request_sendWithFetch"...
As far as I understand, the deployment process of the release artefacts to Maven Central [is still a separate (internal) process](https://www.eclipse.org/forums/index.php?t=msg&th=1111779&goto=1855673&#msg_1855673). It seems that nowadays it's possible to [deploy directly...
State written through MPart.getPersistedState().putIfAbsent() is not present in the saved model file. This happens because invoction of the @PersistState annotated methods happens **after** the model file has been written. This...
When using autoHeight / varialbe height grid rows, GridEditor Widgets are not properly positioned - but instead are positioned where they would belong with standard row height. My guess is,...
Is it possible to instruct a DateTime Calendar control in RAP to NOT show the week numbers down the left side? In many cases these just clutter the display so...
In the [Apache Hop](hop.apache.org) project we're using Eclipse SWT to render our Hop GUI application. It's essentially a data integration IDE. We also have a version of that runs on...
We have a (`SWT.VIRTUAL`) `TableViewer` and in certain constellations the second and all subsequent `setSelection`s select the wrong entry. 1. Create a (SWT.VIRTUAL) TableViewer (new LabelProvider(), ArrayContentProvider.getInstance()) 2. Add 100...