Overflow-menu: v11 audit
See original GitHub issueAudit
A designer and developer will pair on this audit, some tasks may be discipline focused. Follow the checklist below for the features and items to review. If there are no issues with the item then check the item as complete. If any problems or bugs come up when auditing add a comment to this issue with the problem and how to correct it (if you know how). Bugs do not need to be fixed while auditing.
Resources
Checklist
Visual (in React code) Design and dev check
- Component is using the correct design tokens (color and type), see design spec and scss code.
- Component is rendering correctly across themes and layers, see design spec and storybook.
- White theme
- Gray 10 theme
- Gray 90 theme
- Gray 100 theme
- Component is rendering correctly across browsers (check themes across browsers as well), see storybook.
- Firefox
- Safari
- Chrome
- Component sizes are rendering and named correctly (if applicable)
Website (v11) Design checks
- Style tab has correct design tokens listed
- Style and usage tabs are using the correct size props names (if applicable)
- Usage tab is up-to-date for with any v11 behavioral changes (if any)
- Live Demo has applied v11 changes
- Themes are rendering correctly
- Size props are named correctly
- No
light
props included
Design Kits (Sketch only) Design checks
- Correct design tokens (type and color) are used
- Component using the correct size prop names
- Any additional v11 behaviors have been added
Storybook Dev checks
- Confirm that prop table is populating
- Take note of missing examples/stories (if any)
React package Dev checks
- Go to https://codesandbox.io/s/github/carbon-design-system/carbon/tree/main/packages/react/examples/codesandbox and confirm that you can use the component as expected from
@carbon/react
Accessibility Dev checks
- Confirm that there are no violations in Accessibility checker
- Confirm that component works as expected with VoiceOver
Migration docs Design and dev check
- Any breaking changes to this component are present in the v11 migration guide.
- Design
- Develop
Issue Analytics
- State:
- Created 2 years ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
Separate the "Menu" part of the overflow menu into its own ...
A Design Library component comprised of the menu component without the overflow icon. Keep all the existing capability of the existing menu -...
Read more >Managing Auditing in Oracle® Solaris 11.4
Preventing Audit Trail Overflow · Set a minimum free size on the audit_binfile plugin by using the p_minfree attribute. · Set up a...
Read more >audit.log events - Product documentation
This message occurs when an internal queue overflow causes the audit logging mechanism to drop messages destined for a particular log ...
Read more >Auditing - Octopus Deploy
Octopus Deploy captures audit information whenever significant events happen ... are archived and can be accessed via the overflow menu ( .
Read more >Entity Framework 6 - Audit Log - Stack Overflow
Your biggest performance problem appears to be that the calls to ChangeTracker.Entries() and DbSet.Add() both internally trigger the DetectChanges() method, ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
The following story examples are not up bc the playground stories are still being added/tracked in a different issue, but reviewed our
example
directory with the latest@carbon/react
OverflowMenu
and everything is working as expected. A11y test are passing and Voice Over is also working as expected.flipped
direction top
sm
md
lg
Note about “playground” stories that show the:
These are being covered in this epic https://github.com/carbon-design-system/carbon/issues/10751 which works on adding the playground stories to all the components that need them.