Andrew Duthie

Results 89 issues of Andrew Duthie

**Why**: The code for this feature is slated for removal (LG-7386). Until that can be prioritized, it'd be useful to remove feature specs since they prolong the runtime of continuous...

**Why**: - Since the React implementation is being discontinued and slated for removal (LG-7386) - To avoid feature drift - To ensure consistency of personal key confirmation feature flag (#6821...

When passing an instance of [`DataView`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/DataView) as the data argument of `encrypt` in Internet Explorer, an error "Error: Invalid argument" is thrown. Example snippet: ```js crypto.subtle.generateKey( { name: 'AES-GCM', length:...

## Description There are a couple changes slated for release ([see CHANGELOG.md](https://github.com/fnando/browser/blob/main/CHANGELOG.md)) which have been merged for multiple years. We particularly have an interest in using the new `chromium_based?` method....

### Describe the bug The theme setting `$theme-alert-padding-x` does not have the expected effect of controlling the rendered padding styles of an alert. ### Steps to reproduce the bug ```...

Type: Bug
Needs: Confirmation
Package: Alert
Role: Dev

# Summary **Update normalize styles to remove outdated normalizations.** Reduces the compiled size of normalization styles. ## Related issue Closes #4701 ## Problem statement As a developer, I expect that...

Type: Enhancement
Role: Dev
From: GSA

# Summary **Improves tooltip positioning.** Fixes issues which can occur in some cases with tooltip button positioning. ## Preview link Preview link (local Storybook): http://localhost:6006/?path=/story/components-tooltip--test ## Problem statement The Tooltip...

Type: Bug
Package: Tooltip

# Summary **Fixes issues when using icons inside a tooltip button.** Resolved errors resulting from moving the cursor over the icon, as well as improve compatibility with icon styling. ##...

Type: Bug
Package: Tooltip

Closes #1822 This pull request proposes to remove the inclusion of the `aria-required` attribute on required fields, since the fields are already assigned the `required` attribute which would be used...

## 🎫 Ticket [LG-12421](https://cm-jira.usa.gov/browse/LG-12421) ## 🛠 Summary of changes Adds new downloader script to download most common passwords from HaveIBeenPwned API. Supercedes #10108 with a different approach, based on @zachmargolis's...