Skip to content

New Release v1.55.3 - #patch#1347

Merged
pakb merged 4 commits intomasterfrom
develop
May 20, 2025
Merged

New Release v1.55.3 - #patch#1347
pakb merged 4 commits intomasterfrom
develop

Conversation

@pakb
Copy link
Contributor

@pakb pakb commented May 20, 2025

Bringing the fix for COG compare, as we are kind of in a situation where it's heavily used (with Blatten and this kind of use case)

Test link

ltkum and others added 4 commits May 19, 2025 08:23
- Issue : When starting the application with the compare slider active, sometimes the rendering event would not be instantiated, meaning the compare slider would not work.
- Reason: When instantiating the compare slider, we used to add a once trigger on precompose if there were no layers ready on the map, but there were layers in the store. precompose is only fired with vector layers (webGL context). This means that, in this case where we had WMS layers which used the canvas context, the event was never fired.
- Fix: We use a rendercomplete event instead and ask for a new render.
…vents

Mouse events have been removed in favour of pointer events for better
compatibility with mobile devices and touch screens.
PB-1054 : Remove mouse events from useMovableElement and replace with pointer events
@github-actions github-actions bot changed the title #patch New Release v1.55.3 - #patch May 20, 2025
@pakb pakb requested review from ltkum, schtibe and sommerfe May 20, 2025 14:50
@cypress
Copy link

cypress bot commented May 20, 2025

web-mapviewer    Run #5361

Run Properties:  status check passed Passed #5361  •  git commit 79e1aedc79: Merge pull request #1345 from geoadmin/bug-PB-1054-tooltip-touch-events
Project web-mapviewer
Branch Review develop
Run status status check passed Passed #5361
Run duration 05m 21s
Commit git commit 79e1aedc79: Merge pull request #1345 from geoadmin/bug-PB-1054-tooltip-touch-events
Committer Sami Nouidri
View all properties for this run ↗︎

Test results
Tests that failed  Failures 0
Tests that were flaky  Flaky 0
Tests that did not run due to a developer annotating a test with .skip  Pending 20
Tests that did not run due to a failure in a mocha hook  Skipped 0
Tests that passed  Passing 251
View all changes introduced in this branch ↗︎

@pakb pakb merged commit 03e236a into master May 20, 2025
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants