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

[Bug]: Button pending not work at latest version! Please check. #4244

Open
1 task done
vinhpt2 opened this issue Apr 5, 2024 · 2 comments
Open
1 task done

[Bug]: Button pending not work at latest version! Please check. #4244

vinhpt2 opened this issue Apr 5, 2024 · 2 comments
Labels
bug Something isn't working triage An issue needing triage

Comments

@vinhpt2
Copy link

vinhpt2 commented Apr 5, 2024

Code of conduct

  • I agree to follow this project's code of conduct.

Impacted component(s)

Button

Expected behavior

Not show pending indicator

Actual behavior

Button pending not work at latest version! Please check.

Screenshots

No response

What browsers are you seeing the problem in?

No response

How can we reproduce this issue?

No response

Sample code that illustrates the problem

No response

Logs taken while reproducing problem

No response

@vinhpt2 vinhpt2 added bug Something isn't working triage An issue needing triage labels Apr 5, 2024
@Westbrook
Copy link
Collaborator

This seems to work fine here: https://opensource.adobe.com/spectrum-web-components/components/button/#pending We won’t be able to investigate this any further without a reproduction.

@vinhpt2
Copy link
Author

vinhpt2 commented Apr 6, 2024

Please test with a.html with content below

<!DOCTYPE HTML>
<html>
<head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, user-scalable=no" />
    <script src="https://jspm.dev/@spectrum-web-components/bundle/elements.js" type="module"></script>
</head>
<body>
    <sp-theme theme="spectrum" color="light" scale="medium">
        <sp-button pending>Hello</sp-button>
    </sp-theme>
</body>
</html>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working triage An issue needing triage
Projects
None yet
Development

No branches or pull requests

2 participants