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

Unit Test: The Alarm set / clear button has a random black border in Chrome browser #40

Open
simonjvardy opened this issue Dec 3, 2020 · 1 comment
Assignees
Labels
bug Something isn't working wontfix This will not be worked on

Comments

@simonjvardy
Copy link
Owner

Describe the bug
The Alarm set / clear button has a random black border in Chrome browser that isn't evident in other browsers

To Reproduce
Steps to reproduce the behavior:

  1. Go to simonjvardy.github.io/world-clock
  2. Click on Alam clock accordion
  3. Click on the Set Alarm button
  4. See error

Expected behavior
The button should have the defined css styling without this additional solid black border

Screenshots
Button clicked:
image

Mouse clicked elsewhere on the browser window:
image

Button clicked again:
image

Desktop (please complete the following information):

  • OS: Windows 10
  • Browser Chrome
  • Version Version 86.0.4240.198 (Official Build) (64-bit)

Additional context
The border disappears if the mouse pointer is clicked anywhere on the screen but reappears if the button is clicked again.
Dev tools seems to indicate that there is a Bootstrap .button css class that may be behind this as this is affecting an HTML <button> element

@simonjvardy simonjvardy self-assigned this Dec 3, 2020
@simonjvardy simonjvardy added the bug Something isn't working label Dec 3, 2020
@simonjvardy simonjvardy added the wontfix This will not be worked on label Dec 5, 2020
@simonjvardy
Copy link
Owner Author

This happens in Edge as well. Using Dev tools shows no clues so far as the the nature of the black border generated on button click - suspect this is a rendering style of the <button> element in Chrome and Edge that isn't present in Firefox.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

1 participant