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

Quick access bar items are not highlighted on hover #13449

Closed
Tracked by #13192
sgraband opened this issue Mar 4, 2024 · 1 comment
Closed
Tracked by #13192

Quick access bar items are not highlighted on hover #13449

sgraband opened this issue Mar 4, 2024 · 1 comment
Assignees
Milestone

Comments

@sgraband
Copy link
Contributor

sgraband commented Mar 4, 2024

Bug Description:

With the current Theia IDE preview (1.47.0) items in the quick access bar are no longer highlighted, when hovering over them with the mouse. The can however still be clicked and the commands will be executed. So this seems to be a UI issue only.

Steps to Reproduce:

  1. Open the quick access bar (F1)
  2. Hover with the mouse over some entries
  3. Observe that the elements being hovered are not highlighted.

Additional Information

  • Operating System: Ubuntu 22.04
  • Theia Version: Theia IDE 1.47.0 (preview)
@msujew
Copy link
Member

msujew commented Mar 4, 2024

I assume this is a regression from #13217? We probably override some CSS rules for highlighting that have changed with the newest monaco editor version.

@tsmaeder tsmaeder self-assigned this Mar 4, 2024
tsmaeder added a commit to tsmaeder/theia that referenced this issue Mar 4, 2024
Fixes eclipse-theia#13450, eclipse-theia#13449

contributed on behalf of STMicroelectronics

Signed-off-by: Thomas Mäder <[email protected]>
@JonasHelming JonasHelming mentioned this issue Mar 5, 2024
61 tasks
tsmaeder added a commit that referenced this issue Mar 5, 2024
Fixes #13450, #13449

contributed on behalf of STMicroelectronics

Signed-off-by: Thomas Mäder <[email protected]>
@tsmaeder tsmaeder closed this as completed Mar 5, 2024
jfaltermeier pushed a commit that referenced this issue Mar 6, 2024
Fixes #13450, #13449

contributed on behalf of STMicroelectronics

Signed-off-by: Thomas Mäder <[email protected]>
jonah-iden pushed a commit that referenced this issue Mar 15, 2024
Fixes #13450, #13449

contributed on behalf of STMicroelectronics

Signed-off-by: Thomas Mäder <[email protected]>
jonah-iden added a commit that referenced this issue Mar 22, 2024
* basics for dev-container support

Signed-off-by: Jonah Iden <[email protected]>

* basic creating and connecting to container working

Signed-off-by: Jonah Iden <[email protected]>

* open workspace when opening container

Signed-off-by: Jonah Iden <[email protected]>

* save and reuse last USed container per workspace

Signed-off-by: Jonah Iden <[email protected]>

* restart container if running

Signed-off-by: Jonah Iden <[email protected]>

* better container creation extension features

Signed-off-by: Jonah Iden <[email protected]>

* added dockerfile support

Signed-off-by: Jonah Iden <[email protected]>

* rebuild container if devcontainer.json has been changed since last use

Signed-off-by: Jonah Iden <[email protected]>

* fix build

Signed-off-by: Jonah Iden <[email protected]>

* fixed checking if container needs rebuild

Signed-off-by: Jonah Iden <[email protected]>

* working port forwarding via exec instance

Signed-off-by: Jonah Iden <[email protected]>

* review changes

Signed-off-by: Jonah Iden <[email protected]>

* fix import

Signed-off-by: Jonah Iden <[email protected]>

* smaller fixes and added support for multiple devcontainer configuration files

Signed-off-by: Jonah Iden <[email protected]>

* basic output window for devcontainer build

Signed-off-by: Jonah Iden <[email protected]>

* smaller review changes and nicer dockerfile.json detection code

Signed-off-by: Jonah Iden <[email protected]>

* fixed build and docuemented implemented devcontainer.json properties

Signed-off-by: Jonah Iden <[email protected]>

* Fix unneeded URI conversion (#13415)

* Fix quickpick problems found in IDE testing (#13451)

Fixes #13450, #13449

contributed on behalf of STMicroelectronics

Signed-off-by: Thomas Mäder <[email protected]>

* Fix rending of quickpick buttons (#13342)

Ensure that  the Theia specific wrapper for the MonacoQuickPickItem properly forwards assignments of the "buttons" property to the wrapped item.

Fixes #13076

Contributed on behalf of STMicroelectronics

* electron: allow accessing the metrics endpoint for performance analysis (#13380)

By default, when running Theia in Electron, all endpoints are protected
by the ElectronTokenValidator.
This patch allows accessing the '/metrics' endpoint without a token,
which enables us to collect metrics for performance analysis.

For this, ElectronTokenValidator is extended to allow access to the
metrics endpoint. All other endpoints are still protected.

Contributed on behalf of STMicroelectronics

Signed-off-by: Olaf Lessenich <[email protected]>

* fixed renaming and moving of open notebooks (#13467)

* fixed renameing of open notebooks

Signed-off-by: Jonah Iden <[email protected]>

* fixed moving of notebook editors to other areas

Signed-off-by: Jonah Iden <[email protected]>

---------

Signed-off-by: Jonah Iden <[email protected]>

* [playwright] Update documentation

Since a recent enhancement/refactoring of @theia/playwright, to permit using it in Theia
Electron applications, the way to load an application has changed. This commit is an
attempt to update the examples that are part of the documentation. I validated the changes
in the "theia-playwright-template" repository, and so I have adapted the sample code to
that repo's linting rules (using single quotes instead of double).

It's possible that other things have changed, that I have not yet encountered, but this
should be a good step forward, at least for those just getting started integrating
playwright to test their Theia-based app.

Signed-off-by: Marc Dumais <[email protected]>

* basics for dev-container support

Signed-off-by: Jonah Iden <[email protected]>

* basic creating and connecting to container working

Signed-off-by: Jonah Iden <[email protected]>

* added dockerfile support

Signed-off-by: Jonah Iden <[email protected]>

* added port forwarding inlcuding ui

Signed-off-by: Jonah Iden <[email protected]>

* basic port/address validation

Signed-off-by: Jonah Iden <[email protected]>

* fixed allready forwarded port checking

Signed-off-by: Jonah Iden <[email protected]>

* rebase  fixes

Signed-off-by: Jonah Iden <[email protected]>

* removed unused file

Signed-off-by: Jonah Iden <[email protected]>

* review changes

Signed-off-by: Jonah Iden <[email protected]>

* fixed widget focus and message margin

Signed-off-by: Jonah Iden <[email protected]>

* default port binding now shows as 0.0.0.0

Signed-off-by: Jonah Iden <[email protected]>

---------

Signed-off-by: Jonah Iden <[email protected]>
Signed-off-by: Thomas Mäder <[email protected]>
Signed-off-by: Olaf Lessenich <[email protected]>
Signed-off-by: Marc Dumais <[email protected]>
Co-authored-by: Alexander Taran <[email protected]>
Co-authored-by: Thomas Mäder <[email protected]>
Co-authored-by: Tobias Ortmayr <[email protected]>
Co-authored-by: Olaf Lessenich <[email protected]>
Co-authored-by: Marc Dumais <[email protected]>
@jfaltermeier jfaltermeier added this to the 1.48.0 milestone Mar 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants