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

Unnecessary tooltip caused by Find #6157

Open
per1234 opened this issue Apr 6, 2017 · 0 comments
Open

Unnecessary tooltip caused by Find #6157

per1234 opened this issue Apr 6, 2017 · 0 comments
Labels
Component: IDE user interface The Arduino IDE's user interface editor-refactor Related to the refactoring of the Arduino IDE's editor component Type: Bug

Comments

@per1234
Copy link
Collaborator

per1234 commented Apr 6, 2017

Using Arduino IDE 1.8.14 Hourly Build 2021/03/09 09:33 with Windows 10 64 bit

  • In the IDE editor type foo()
  • Hold the Enter key until the above text scrolls off the screen.
  • Edit > Find > Find: > foo > Find
  • The screen scrolls up to foo, after a second a tooltip appears:
    clipboard09
    Apparently Find is causing a malfunction of a new feature added to show a tooltip of off-screen opening parts of the match for the bracket where the cursor is at. It might be an upstream bug in RSyntaxTextArea.

This occurs in all IDE versions from Arduino IDE 1.8.2 on
This does not occur with Arduino IDE 1.8.1


An additional problem I noticed caused by this bug is the Arduino IDE steals focus from the Find window when the unnecessary tooltip appears.

@facchinm facchinm added Component: IDE user interface The Arduino IDE's user interface editor-refactor Related to the refactoring of the Arduino IDE's editor component Type: Bug labels Apr 6, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: IDE user interface The Arduino IDE's user interface editor-refactor Related to the refactoring of the Arduino IDE's editor component Type: Bug
Projects
None yet
Development

No branches or pull requests

2 participants