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

Search box is transparent on uncuaght exception #32093

Closed
nonameolsson opened this issue Aug 7, 2017 · 3 comments
Closed

Search box is transparent on uncuaght exception #32093

nonameolsson opened this issue Aug 7, 2017 · 3 comments
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug ux User experience issues verified Verification succeeded

Comments

@nonameolsson
Copy link

Search box is transparent, makes it hard to see.
screen shot 2017-08-07 at 11 03 37

  • VSCode Version: 1.15.0 Insiders
  • OS Version: MacOS 10.12.5

Steps to Reproduce:

  1. Start debugging
  2. Provoke a uncaught exceptions
  3. Open search box

Reproduces without extensions: Yes

@vscodebot vscodebot bot added the insiders label Aug 7, 2017
@vscodebot vscodebot bot added the search Search widget and operation issues label Aug 7, 2017
@roblourens roblourens assigned rebornix and unassigned roblourens Aug 7, 2017
@roblourens roblourens added editor-find Editor find operations ux User experience issues and removed search Search widget and operation issues labels Aug 7, 2017
@rebornix rebornix added bug Issue identified by VS Code Team member as probable bug under-discussion Issue is under discussion for relevance, priority, approach and removed bug Issue identified by VS Code Team member as probable bug labels Aug 11, 2017
@rebornix
Copy link
Member

This happens when we have two overlays and they cover each other, we don't have any logic to avoid that, same reason as content widget https://github.com/Microsoft/monaco-editor/issues/524#issuecomment-321543392 . It looks like the red exception window is transparent, this is by design right ? @isidorn

@isidorn
Copy link
Contributor

isidorn commented Aug 28, 2017

@rebornix yes it is transparent by design, but I can look in September into changing that.

@isidorn isidorn assigned isidorn and unassigned isidorn and rebornix Aug 28, 2017
@isidorn isidorn added bug Issue identified by VS Code Team member as probable bug and removed under-discussion Issue is under discussion for relevance, priority, approach labels Aug 28, 2017
@isidorn isidorn added this to the September 2017 milestone Aug 28, 2017
@isidorn isidorn removed editor-find Editor find operations insiders labels Sep 13, 2017
@mjbvz mjbvz added the verified Verification succeeded label Sep 27, 2017
@mjbvz
Copy link
Contributor

mjbvz commented Sep 27, 2017

Verified that the error background is no longer transparent. However if a theme changes debugExceptionWidget.background to transparent, you can still run into this problem

@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 17, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug ux User experience issues verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

5 participants