| Strange Resize-Event in a Sash [message #1790535] |
Tue, 12 June 2018 09:18  |
Eclipse User |
|
|
|
Hi,
i'm using a Sash where i'm noticing the following behaviour:
On one of the first ~10 attempts when dragging the outline i'm getting a Resize-Event which resets the Sash to its initial layout.
E.g. the first 3 dragattempts work as expected, on the fourth attempt the Sash resets and on every following attempt it is working again. (the reset never occured twice)
The reset seems to be triggered by the call to
MeasurementOperator.MeasurementOperatorHandler.handleCall(String, JsonObject) with method being "storeMeasurements".
In MeasurementOperator.MeasurementOperatorHandler.handleMeasuredTextSizes(JsonObject) the JsonObject contains sizes for some (not all) of my Controls on the Sash, which leads to TextSizeRecalculation.execute() being called.
Does anybody know this behaviour?
Why is MeasurementOperator.MeasurementOperatorHandler.handleCall(String, JsonObject) called only once, but not reliably on the first draggingattempt?
Can i call "storeMeasurements" myself after opening the Sash? (hoping it never gets called again...)
|
|
|
|
Powered by
FUDForum. Page generated in 0.03707 seconds