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

Shift-Escape malfunction #8350

Open
PCore-D opened this issue Mar 18, 2025 · 4 comments
Open

Shift-Escape malfunction #8350

PCore-D opened this issue Mar 18, 2025 · 4 comments
Labels
kind:bug Bug report or fix

Comments

@PCore-D
Copy link

PCore-D commented Mar 18, 2025

Apache NetBeans version

Apache NetBeans 24

What happened

at the press of the keys "shift-esc" to maximize window unpredictable things happen:

  • sometimes when focus is on source code editor nothing happen
  • if focus is on source code editor
Netbeans_shift_esc.mp4

and press "shift-esc", at the second pression of "shift-esc" the left panel and the bottom panel both show the last tab

  • sometimes the search results panel is all wrong

Language / Project Type / NetBeans Component

java

How to reproduce

  • open a new search from left panel
  • search for something, and the bottom panel opens
  • focus on another tab in the bottom panel, near the search result
  • focus on the source code editor
  • press shift-esc twice
  • focus on the search results panel
  • the search results panel is all wrong

Did this work correctly in an earlier version?

No / Don't know

Operating System

debian

JDK

17

Apache NetBeans packaging

Apache NetBeans provided installer

Anything else

No response

Are you willing to submit a pull request?

No

@PCore-D PCore-D added kind:bug Bug report or fix needs:triage Requires attention from one of the committers labels Mar 18, 2025
@neilcsmith-net
Copy link
Member

I can replicate this, although at first I thought I couldn't. It doesn't seem to happen if the Search Results tab is the first in the area. Also doesn't seem to affect Find Usages.

Linking up #8326

@mbien
Copy link
Member

mbien commented Mar 18, 2025

the clip shows NB 24 which had a few problems with the splitters, the issue says NB 25, will update that.

@neilcsmith-net
Copy link
Member

neilcsmith-net commented Mar 18, 2025

@mbien well I just confirmed and replicated in NB25.

@matthiasblaesing
Copy link
Contributor

Reproducible on Linux with NB24, NB25 + #8326 on Ubuntu Linux with these steps:

  1. Start NetBeans with a clean user dir
  2. Activate Java SE Feature
  3. Open "Output" component (Window -> Output)
  4. Load nbbuild project
  5. Run project search with keyword "test"
  6. Move "Search Results" pane to second position (after Output)
  7. Resize result list so that it becomes usable
  8. Double click on first entry
  9. Press "Shift + Escape" twice => width of left pane is unmodified
  10. Bring "Output" to front
  11. Move focus into editor again and press "Shift + Escape" twice
  12. Switch to "Search Results" => left pane is collapsed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind:bug Bug report or fix
Projects
None yet
Development

No branches or pull requests

4 participants