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

fix the debug stop button remains opaque #5933

Merged
merged 1 commit into from
Aug 13, 2019

Conversation

tom-shan
Copy link
Contributor

@tom-shan tom-shan commented Aug 13, 2019

Fix #5930

What it does

When the debug button is clicked, it remains opaque and will be
transparent only after another click event occurred in the same page.
This commit is going to override opacity style of :focus css class.

How to test

Please follow the Reproduction Steps in the original issue and check if it is fixed.

Review checklist

Reminder for reviewers

Fix eclipse-theia#5930

When the debug button is clicked, the debug button remains opaque and will be
transparent only after another click event occurred in the same page.
This commit is going to override opacity style of :focus css class.

Signed-off-by: tom-shan <swt0008411@163.com>
Copy link
Member

@vince-fugnitto vince-fugnitto left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I tested the changes and the debug buttons are correctly displayed (transparent and opaque) when it is necessary.

Test Case

  1. start a debug session ('run mocha test')
  2. debug widget stop button is opaque
  3. click the stop button
  4. stop button becomes transparent

This test case fails on master as the button remains opaque.

@akosyakov akosyakov added the debug issues that related to debug functionality label Aug 13, 2019
@akosyakov
Copy link
Member

@vince-fugnitto don't forget to help with merging

@vince-fugnitto
Copy link
Member

@vince-fugnitto don't forget to help with merging

Yes of course, just waited to see if anyone else had additional comments (although the change is in fact minimal and can be merged without objections)

@vince-fugnitto vince-fugnitto merged commit b7d7023 into eclipse-theia:master Aug 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
debug issues that related to debug functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Debug button remains opaque
3 participants