-
Notifications
You must be signed in to change notification settings - Fork 409
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Custom popup renderer are broken by long string tooltip #9763
Comments
offtherailz
added
bug
Regression
C105-2023-EMSA-CGD-2.2
C040-COMUNE_GE-2023-CUSTOM-SUPPORT
and removed
C105-2023-EMSA-CGD-2.2
labels
Nov 28, 2023
tdipisa
added
Internal
C040-COMUNE_GE-2023-CUSTOM-SUPPORT
and removed
C040-COMUNE_GE-2023-CUSTOM-SUPPORT
Internal
labels
Nov 30, 2023
offtherailz
added a commit
to offtherailz/MapStore2
that referenced
this issue
Dec 6, 2023
12 tasks
MV88
pushed a commit
that referenced
this issue
Dec 6, 2023
offtherailz
added a commit
that referenced
this issue
Dec 6, 2023
MV88
pushed a commit
that referenced
this issue
Dec 6, 2023
ElenaGallo
added
BackportNeeded
Commits provided for an issue need to be backported to the milestone's stable branch
and removed
BackportNeeded
Commits provided for an issue need to be backported to the milestone's stable branch
labels
Dec 6, 2023
mahmoudadel54
pushed a commit
to mahmoudadel54/MapStore2
that referenced
this issue
Dec 7, 2023
…omponents (geosolutions-it#9793) * Fix geosolutions-it#9763. long string tooltip applied statically to components * Fixed tests
MV88
pushed a commit
that referenced
this issue
Dec 7, 2023
… (#9800) * Fix #9763. long string tooltip applied statically to components * Fixed tests Co-authored-by: Lorenzo Natali <[email protected]>
offtherailz
changed the title
Custom popup renderer are broken by
Custom popup renderer are broken by #9553
Dec 7, 2023
offtherailz
changed the title
Custom popup renderer are broken by #9553
Custom popup renderer are broken by long string visualizer #9553
Dec 7, 2023
offtherailz
changed the title
Custom popup renderer are broken by long string visualizer #9553
Custom popup renderer are broken by long string tooltip
Dec 7, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
After updating a project to obtain latest fixes, I noticed that the custom renderer I defined in the project didn't worked anymore.
This is important to have for the future JSON fields or customizations.
In particular the new feature #9553 , backported, applied these changes :
0716234
Wrapping all formatters breaks the possibility to use popups as custom renderers.
Solution We should apply the wrapper to each of the default rendererers (string, date ...) but not wrap every renderer, that may include also custom ones, with custom popups that may be broken by this change.
How to reproduce
Sample formatter code:
registering:
use (in
fields
of a layer):Expected Result
The renderer is used for the column and working
Current Result
The renderer do not work because of the wrapper blocking any action on it.
Browser info
(use this site: https://www.whatsmybrowser.org/ for non expert users)Other useful information
The text was updated successfully, but these errors were encountered: