Skip to content

Fix #11489 Number editor no use standard editor superclass#11490

Merged
offtherailz merged 2 commits intogeosolutions-it:masterfrom
offtherailz:fix_11489
Sep 17, 2025
Merged

Fix #11489 Number editor no use standard editor superclass#11490
offtherailz merged 2 commits intogeosolutions-it:masterfrom
offtherailz:fix_11489

Conversation

@offtherailz
Copy link
Copy Markdown
Member

Description

The problem was caused by the fact that NumberEditor overridden the getInputNode method with a ref. This anyway does not work properly and causes the issue.

The fix consists in taking the methods and features from superclass, incuding handling of other methods like blur and keydown.

Please check if the PR fulfills these requirements

What kind of change does this PR introduce? (check one with "x", remove the others)

  • Bugfix
  • Feature
  • Code style update (formatting, local variables)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • CI related changes
  • Other... Please describe:

Issue

What is the current behavior?
#11489

What is the new behavior?
Fix #11489

Breaking change

Does this PR introduce a breaking change? (check one with "x", remove the other)

  • Yes, and I documented them in migration notes
  • No

Other useful information

@offtherailz offtherailz self-assigned this Sep 17, 2025
@offtherailz offtherailz added this to the 2025.01.02 milestone Sep 17, 2025
@offtherailz offtherailz added the BackportNeeded Commits provided for an issue need to be backported to the milestone's stable branch label Sep 17, 2025
@offtherailz offtherailz enabled auto-merge (squash) September 17, 2025 10:19
@offtherailz offtherailz merged commit 631e3b4 into geosolutions-it:master Sep 17, 2025
8 of 9 checks passed
@offtherailz
Copy link
Copy Markdown
Member Author

@ElenaGallo, could you please test this on DEV ? Thank you
I'd like to test also feature grid tests if possible with this.

@ElenaGallo
Copy link
Copy Markdown
Contributor

Test passed, @offtherailz please backport

@ElenaGallo ElenaGallo removed the BackportNeeded Commits provided for an issue need to be backported to the milestone's stable branch label Sep 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants