-
Notifications
You must be signed in to change notification settings - Fork 77
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
[Action] - Active syles are not present on actions with transparent appearance #10982
Comments
Regression related to #10058, refer to Matt's comment for more specifics: #10058 (comment) |
**Related Issue:** #10982 ## Summary Resolves issue where transparent styles are not correctly applied when the action[active] state is set. Adds optional "expectedValue" prop to themed test utility Adds e2e test coverage
@alisonailea It looks like the PR has been merged, is this issue ready for verification? If so, can you add the |
Installed and assigned for verification. |
The above doesn't seem to be mitigated with the original repro case in the latest @alisonailea can you take a peek to explore what might be occurring?: https://codepen.io/geospatialem/pen/azopwzM 👀 |
will make a new pr to use -hover instead of -press for when the "active" prop is manually set |
Installed and assigned for verification. |
@alisonailea To mitigate the regression we should migrate to
|
Installed and assigned for verification. |
Verified on |
Check existing issues
Actual Behavior
Beginning with version
2.12.0-next.31
and currently at2.13.2
there is no visible change to the action when setting the active property on an action element if the appearance is set to transparent. Both actions in this screenshot are identical with the exception of the second action hasappearance="transparent"
Expected Behavior
Visually be able to determine which actions are visible regardless of the
appearance
attribute value as before the regression took place.Reproduction Sample
https://codepen.io/sagewall/pen/JoPGPwJ
Reproduction Steps
Reproduction Version
2.13.2
Relevant Info
Seems independent of hardware
Regression?
2.12.0-next.31
Priority impact
impact - p2 - want for an upcoming milestone
Impact
Impacts users ability to see active actions in several JS SDK widgets and components
Calcite package
Esri team
ArcGIS Maps SDK for JavaScript
The text was updated successfully, but these errors were encountered: