Fix entry getting deselected after entering in the bibTex source#15441
Conversation
Review Summary by QodoFix entry deselection after BibTeX source edit
WalkthroughsDescription• Reselect entry after BibTeX source edit completes • Prevents entry deselection when clicking elsewhere • Restores keyboard shortcuts functionality after source update • Updated CHANGELOG with fix documentation Diagramflowchart LR
A["User edits BibTeX source"] --> B["storeSource method executes"]
B --> C["Entry type changes processed"]
C --> D["clearAndSelect reselects entry"]
D --> E["Entry remains selected for shortcuts"]
File Changes1. jabgui/src/main/java/org/jabref/gui/entryeditor/SourceTab.java
|
Code Review by Qodo
1. Unconditional entry reselection
|
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
✅ All tests passed ✅🏷️ Commit: 8ed3328 Learn more about TestLens at testlens.app. |
Related issues and pull requests
Closes #15412
PR Description
Entries were getting deselected after entering a bibTex source and clicking elsewhere. So the shortcuts were not working. Fixed it so that it gets reselected.
Steps to test
Screencast_20260329_191405.webm
Checklist
CHANGELOG.mdin a way that can be understood by the average user (if change is visible to the user)