CodeEditApp / CodeEdit

CodeEdit App for macOS – Elevate your code editing experience. Open source, free forever.
https://codeedit.app
MIT License
20.58k stars 978 forks source link

🐞 Tooltips not working in navigator area, inspector area, or utility area #1669

Open austincondiff opened 2 months ago

austincondiff commented 2 months ago

Description

Tooltips not working in navigator area, inspector area, or utility area. This includes tabs for each area. The .help modifier exists, so in theory these tooltips should be appearing.

To Reproduce

  1. Hover over area icon tab
  2. Notice there are no tooltips

Expected Behavior

There should be a tooltip displayed.

FastestMolasses commented 1 month ago

Currently on main branch, here are the buttons that don't have tooltips.

Screenshot 2024-05-25 at 2 26 15 AM

The one highlighted in yellow on the upper right briefly shows a tooltip and then disappears.

austincondiff commented 1 month ago

@FastestMolasses are you seeing tooltips on navigator icon tabs?

FastestMolasses commented 1 month ago

I went back to double check and discovered that the tooltips are working for the project navigator and inspector area. The problem is that they don't appear anymore while you have a file open with an active cursor somewhere in the file. As soon as you click elsewhere and remove the cursor from the currently opened file, the tooltips will come back.

The bottom 4 buttons in my last screenshot still don't have a tooltip though.