John Kreitlow

Results 52 issues of John Kreitlow

Redesign

# Pull Request ## πŸ“– Description Converts the test suite in `fast-foundation` from Karma to Playwright. ### 🎫 Issues Resolves #5805 ## πŸ‘©β€πŸ’» Reviewer Notes ## πŸ“‘ Test Plan ##...

# πŸ› Bug Report When navigating between tabs in the `` component with the keyboard, the `Home` and `End` keys direct focus to the first and last items regardless of...

bug
status:under-consideration
status:in-progress
area:fast-foundation

# Pull Request ## πŸ“– Description Resolves and deduplicates the yarn lockfile. ## βœ… Checklist ### General - [ ] I have included a change request file using `$ yarn...

area:dev-ops
area:cloud
area:environment

# πŸ› Bug Report The `` element allows for the `e` character to be entered. ## πŸ’» Repro or Code Sample 1. Go to https://explore.fast.design/components/fast-number-field 2. Click the number field...

bug
community:good-first-issue
status:needs-investigation
area:fast-foundation

# πŸ› Bug Report When a menu item's `hidden` state changes after its parent menu is connected, it remains in the parent menu's navigation order. ## πŸ’» Repro or Code...

bug
status:under-consideration
area:fast-foundation

# πŸ™‹ Feature Request For the `calendar` component, some minor restructuring around types is needed so we can avoid hard-coding values in the story `argTypes`. Some of the template partials...

chore
status:planned
area:fast-foundation

# πŸ™‹ Feature Request Migrate relevant component tests from Karma to Playwright in `@microsoft/fast-foundation`. ## πŸ’ Possible Solution Playwright testing requires a web server of some kind to be running...

improvement
status:needs-investigation
area:dev-ops

# πŸ› Bug Report It seems that Rollup doesn't support the use of the `exports` field in package.json. Probably related: * https://github.com/rollup/rollup/issues/3514 * https://github.com/rollup/plugins/issues/1192 * https://github.com/rollup/plugins/issues/1058 * https://github.com/rollup/plugins/issues/208 ## πŸ€”...

improvement
status:planned
area:fast-element

As mentioned in #3452, a Webpack-specific version of the template literals transformers would allow compressing `css` and `html` tagged template literals in bundles. This would be a good addition for...

docs:investigation