Skip to content
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

redraw problem in pom.xml editor when upgrading to latest patch version #1055

Open
martinlippert opened this issue Jun 12, 2023 · 0 comments

Comments

@martinlippert
Copy link
Member

Steps:

  • create Rest Service sample project
  • open pom.xml editor
  • change version to 3.0.1
  • wait for validation to show up newer versions markers
  • go to problems view, select new patch version marker, apply quick fix from the problems view to upgrade to latest patch version
  • pom.xml editor is dirty now, but the version hasn't changed

Interestingly this seems to be a redraw problem only. When I set the cursor to the line of the parent pom version, it redraws the line and the version displays now as 3.0.7. Even when I press save (before moving the cursor), the project gets updated correctly to 3.0.7, so the file content seems to be correctly changed, but the editor redraw is lagging behind somehow.

Anbohre interesting (slightly weird) point is that I haven't seen the same redraw problem when upgrading via the quick fix to 3.1.0 for unknown reasons...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant