-
Notifications
You must be signed in to change notification settings - Fork 76
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 Bar] "Stray" clicks on Action Bar focus bottom action / toggle / first action #6462
Labels
4 - verified
Issues that have been released and confirmed resolved.
bug
Bug reports for broken functionality. Issues should include a reproduction of the bug.
Calcite (design)
Issues logged by Calcite designers.
estimate - 2
Small fix or update, may require updates to tests.
p - low
Issue is non core or affecting less that 10% of people using the library
Milestone
Comments
macandcheese
added
bug
Bug reports for broken functionality. Issues should include a reproduction of the bug.
0 - new
New issues that need assignment.
needs triage
Planning workflow - pending design/dev review.
labels
Feb 13, 2023
github-actions
bot
added
the
Calcite (design)
Issues logged by Calcite designers.
label
Feb 13, 2023
macandcheese
changed the title
[Action Bar] Clicks on Action Bar focus bottom action / collapse toggle
[Action Bar] "Stray" clicks on Action Bar focus bottom action / toggle / first action
Feb 13, 2023
geospatialem
added
research
Issues that require more in-depth research or multiple team members to resolve or make decision.
p - low
Issue is non core or affecting less that 10% of people using the library
labels
Apr 18, 2023
geospatialem
added
1 - assigned
Issues that are assigned to a sprint and a team member.
and removed
0 - new
New issues that need assignment.
needs triage
Planning workflow - pending design/dev review.
labels
Apr 18, 2023
Research to be conducted to determine a time estimate for an upcoming milestone. |
Potential css-only fix: Adjust flex / margin on the bottom action group elements to not fill available space. |
geospatialem
added
estimate - 2
Small fix or update, may require updates to tests.
and removed
research
Issues that require more in-depth research or multiple team members to resolve or make decision.
labels
Apr 18, 2023
geospatialem
added
0 - new
New issues that need assignment.
and removed
1 - assigned
Issues that are assigned to a sprint and a team member.
labels
Jun 26, 2023
anveshmekala
added
1 - assigned
Issues that are assigned to a sprint and a team member.
and removed
0 - new
New issues that need assignment.
labels
Jul 10, 2023
anveshmekala
added
2 - in development
Issues that are actively being worked on.
and removed
1 - assigned
Issues that are assigned to a sprint and a team member.
labels
Jul 11, 2023
anveshmekala
added
3 - installed
Issues that have been merged to master branch and are ready for final confirmation.
and removed
2 - in development
Issues that are actively being worked on.
labels
Jul 12, 2023
Installed and assigned for verification. |
geospatialem
added
4 - verified
Issues that have been released and confirmed resolved.
and removed
3 - installed
Issues that have been merged to master branch and are ready for final confirmation.
labels
Jul 24, 2023
Verified in |
This was referenced Oct 9, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
4 - verified
Issues that have been released and confirmed resolved.
bug
Bug reports for broken functionality. Issues should include a reproduction of the bug.
Calcite (design)
Issues logged by Calcite designers.
estimate - 2
Small fix or update, may require updates to tests.
p - low
Issue is non core or affecting less that 10% of people using the library
Actual Behavior
I noticed this in the documentation site app, but it seems to happen in our plain component setup as well.
If there are no bottom-actions, the toggle button gains focus.
If there are no bottom-actions and
expandDisabled
(so no expand toggle), the first item in the action bar is focused.This video shows the issue both in the app itself and the action bar sample:
Screen.Recording.2023-02-13.at.11.29.35.AM.mov
Expected Behavior
I would not expect a "stray" click on the Action Bar to focus the first bottom-actions action, the expand toggle, or the first action.
Reproduction Sample
https://codepen.io/mac_and_cheese/pen/dyqbrOz?editors=100
Reproduction Steps
Reproduction Version
1.0.5
Relevant Info
No response
Regression?
No response
Impact
No response
Esri team
Calcite (design)
The text was updated successfully, but these errors were encountered: