Westbrook Johnson

Results 145 issues of Westbrook Johnson

### Code of conduct - [X] I agree to follow this project's code of conduct. ### Impacted component(s) Picker ### Expected behavior `pointerup` in mobile should not automatically make a...

bug
Component: Picker
Component: Menu
Mobile

### Code of conduct - [X] I agree to follow this project's code of conduct. ### Description of issue Spectrum CSS does so [here](https://opensource.adobe.com/spectrum-css/#:~:text=support%20evergreen%20browsers%20(-,minus%20one%20version,-)%20for%20scalability%20and). We should do so in a...

Documentation
Spectrum Engineering

### Code of conduct - [X] I agree to follow this project's code of conduct. ### Description of issue Tests have been added to the project in a fairly ad...

Testing

### Code of conduct - [X] I agree to follow this project's code of conduct. ### Impacted component(s) All ### Description of the requested feature Look into delivering components with...

enhancement
Discovery
jira ticket created

When attempting to add `@spectrum-web-components/[email protected]` via https://catalog.open-wc.org/add.html the following error message is returned: ``` {"errorMessage":"Could not index file","errorType":"Error","stackTrace":["a (/var/task/check-package-with-version.js:1:44023)","","process._tickDomainCallback (internal/process/next_tick.js:228:7)"]} ``` This is likely due to not handling the scoped...

When adding storybook to an existing project the workflow fails to ask which of `npm` or `yarn` you'd like to use leaving a variable unassigned causing the workflow to fail.

When working with `LitElement` based web components I am accustomed to being able to rely on [`await el.updateComplete`](https://lit-element.polymer-project.org/guide/lifecycle#updatecomplete) in order to know when the render process of said element has...

Focus Area: Core Libraries

I'm interested in having the polyfill apply itself conditionally, possibly by leveraging something like the following to decide not to do this work in browsers like Chrome and Edge: ```...

I'd be very interested in seeing a CSS variable that supported the maintenance of an image's display ration before it was loaded. The goal there being to keep the content...

## Description This had been bopping around in a branch for a _long_ while thanks to the work of @bengfarrell and I wanted to get it into a PR in...