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

Console 'Find' Doesn't Populate Correctly When the First Character is Selected #7942

Closed
IanKrL opened this issue Nov 7, 2024 · 1 comment · Fixed by #7951
Closed

Console 'Find' Doesn't Populate Correctly When the First Character is Selected #7942

IanKrL opened this issue Nov 7, 2024 · 1 comment · Fixed by #7951
Labels
kind:bug Bug report or fix UI User Interface

Comments

@IanKrL
Copy link

IanKrL commented Nov 7, 2024

Apache NetBeans version

Apache NetBeans 23

What happened

With text in the console, select a portion of text and "CTRL+F" to open the Find dialog. The text box is pre-populated with the selected text, unless the first character is selected. If the first character in the Output window is included in the selection, the Find is populated with the previous value just as if nothing were selected.
Screenshot from 2024-11-07 14-22-45
Screenshot from 2024-11-07 14-22-56

Language / Project Type / NetBeans Component

No response

How to reproduce

Create a javascript project
CTRL+SHIFT+F5 to Debug File
Select Output->Debugger Console
Select the first word "Listening"
CTRL+F
The 'Find' Dialog is displayed, but not populated with "Listening" as it should be.

Did this work correctly in an earlier version?

No / Don't know

Operating System

Alma Linux

JDK

17.0.8; OpenJDK 64-Bit Server VM 17.0.8+7

Apache NetBeans packaging

Apache NetBeans binary zip

Anything else

No response

Are you willing to submit a pull request?

No

@IanKrL IanKrL added kind:bug Bug report or fix needs:triage Requires attention from one of the committers labels Nov 7, 2024
@mbien
Copy link
Member

mbien commented Nov 10, 2024

can reproduce and I think I found the issue, will open a PR soon

@mbien mbien added UI User Interface and removed needs:triage Requires attention from one of the committers labels Nov 10, 2024
@mbien mbien linked a pull request Nov 10, 2024 that will close this issue
@mbien mbien closed this as completed Nov 13, 2024
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 UI User Interface
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants