Skip to content

Fix unresponsive "Check Consistency" dialog#13864

Merged
subhramit merged 3 commits into
JabRef:mainfrom
HoussemNasri:fix-unresponsive-consistency-check
Sep 12, 2025
Merged

Fix unresponsive "Check Consistency" dialog#13864
subhramit merged 3 commits into
JabRef:mainfrom
HoussemNasri:fix-unresponsive-consistency-check

Conversation

@HoussemNasri

@HoussemNasri HoussemNasri commented Sep 12, 2025

Copy link
Copy Markdown
Member

Fix #13700

I'm yet to investigate deeply the root cause behind this, it could be a JavaFX bug in ProgressDialog#showAndWait or a bug in our DialogService. The bug happens because for some reason the progress dialog, although it becomes invisible, it does not fully shutdown and keeps being on top of the app preventing interaction with underlying UI.

Steps to test

Mandatory checks

  • I own the copyright of the code submitted and I license it under the MIT license
  • I manually tested my changes in running JabRef (always required)
  • [/] I added JUnit tests for changes (if applicable)
  • [/] I added screenshots in the PR description (if change is visible to the user)
  • I described the change in CHANGELOG.md in a way that is understandable for the average user (if change is visible to the user)
  • I checked the user documentation: Is the information available and up to date? If not, I created an issue at https://github.com/JabRef/user-documentation/issues or, even better, I submitted a pull request updating file(s) in https://github.com/JabRef/user-documentation/tree/main/en.

Siedlerchr
Siedlerchr previously approved these changes Sep 12, 2025
@subhramit subhramit enabled auto-merge September 12, 2025 18:17
@trag-bot

trag-bot Bot commented Sep 12, 2025

Copy link
Copy Markdown

@trag-bot didn't find any issues in the code! ✅✨

@subhramit subhramit added this pull request to the merge queue Sep 12, 2025
Merged via the queue into JabRef:main with commit 6588b23 Sep 12, 2025
35 checks passed
Siedlerchr added a commit that referenced this pull request Sep 13, 2025
* upstream/main:
  New Crowdin updates (#13865)
  Fix unresponsive "Check Consistency" dialog (#13864)
  Fix several aux group issues (#13861)
  Add integrity check to cli (#13848)
  Add sbom file and remove external libraries (#13859)
  Fix Tagsfield in Keyword editor (#13858)
  Chore(deps): Bump jablib/src/main/resources/csl-styles (#13857)
  Chore(deps): Bump jablib/src/main/resources/csl-locales (#13856)
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.

Consistency Check Dialog not updating until resizing the window

3 participants