spectrum-web-components icon indicating copy to clipboard operation
spectrum-web-components copied to clipboard

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

Open vinhpt2 opened this issue 10 months ago • 3 comments

Code of conduct

  • [X] 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 avatar Apr 05 '24 02:04 vinhpt2

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.

Westbrook avatar Apr 05 '24 03:04 Westbrook

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>

vinhpt2 avatar Apr 06 '24 06:04 vinhpt2

Can you make a reproduction in webcomponents.dev, please? @vinhpt2

najikahalsema avatar May 22 '24 17:05 najikahalsema