Fix for inconsistent "hide tab bar" behavior#15409
Merged
Merged
Conversation
Contributor
Review Summary by QodoFix tab bar visibility toggle behavior
WalkthroughsDescription• Added listener to "hide tab bar" setting for dynamic UI updates • Changed CSS from visibility collapse to height-based hiding • Ensures tab bar properly shows/hides when preference toggled • Updated CHANGELOG with fix description Diagramflowchart LR
A["hideTabBarProperty listener"] -->|triggers| B["updateTabBarVisible()"]
B -->|updates| C["tab-header-area CSS"]
C -->|applies| D["Dynamic height changes"]
E["CSS visibility:collapse"] -->|replaced by| F["height-based hiding"]
File Changes1. jabgui/src/main/java/org/jabref/gui/frame/JabRefFrame.java
|
Contributor
Code Review by Qodo
1.
|
This comment has been minimized.
This comment has been minimized.
2 tasks
✅ All tests passed ✅🏷️ Commit: a23510a Learn more about TestLens at testlens.app. |
calixtus
approved these changes
Mar 25, 2026
Siedlerchr
added a commit
to geovani-rocha/jabref
that referenced
this pull request
Mar 28, 2026
…o fix-group-icons * 'fix-group-icons' of github.com:geovani-rocha/jabref: (26 commits) chore(deps): update dependency org.apache.logging.log4j:log4j-to-slf4j to v2.25.4 (JabRef#15436) chore(deps): update jackson monorepo to v3.1.1 (JabRef#15435) Fix PushToPreferences reset and import (JabRef#15395) Add fulltext fetcher for Wiley via their TDM API (JabRef#15388) Embed in-text nature in reference marks for CSL citations (JabRef#15381) Chore(deps): Bump com.gradleup.shadow:shadow-gradle-plugin (JabRef#15430) Fix not on fx thread exceptions for cleanup and cite key generator (JabRef#15424) Revert "Update gradle to nightly of 2026-03-23 (JabRef#15372)" feat: add benchmarks for Lucene fulltext search and linked file indexing, including setup and teardown of the index. (JabRef#15385) Chore(deps): Bump org.openrewrite.recipe:rewrite-recipe-bom (JabRef#15418) Add claude gitignore (JabRef#15413) Fix group filter icon in side pane (JabRef#15408) Add new prs_link feature Chore(deps): Bump org.glassfish.hk2:hk2-api in /versions (JabRef#15422) Chore(deps): Bump org.openrewrite.rewrite from 7.28.2 to 7.29.0 (JabRef#15419) Chore(deps): Bump jablib/src/main/resources/csl-styles (JabRef#15417) Fix for inconsistent "hide tab bar" behavior (JabRef#15409) Update dependency org.glassfish.hk2:hk2-utils to v4 (JabRef#15407) Persist file notifications (JabRef#15403) Update dependency org.glassfish.hk2:hk2-locator to v4 (JabRef#15405) ...
Ranjeet2702
pushed a commit
to Ranjeet2702/jabref
that referenced
this pull request
Apr 14, 2026
* Fix tab bar update when toggling "Hide tab bar when a single library is present" * Add CHANGELOG message * Fix malformed CSS declaration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Related issues and pull requests
Closes #12680
PR Description
Before:
Screencast.From.2026-03-24.22-56-30.mp4
After:
Screencast.From.2026-03-25.01-29-50.mp4
Screenshot with my name and issue number:

Steps to test
Go through steps of the related issue:
Checklist
CHANGELOG.mdin a way that can be understood by the average user (if change is visible to the user)