Andy Hook

Results 19 issues of Andy Hook

Attempting to make a deposit before connecting an account sticks the state which is not reset after connecting. Only tested on Rinkeby: ![image](https://user-images.githubusercontent.com/11708259/87163392-2eec4680-c2bf-11ea-862b-8047ca31c17f.png) Repro: reload app -> go to finance...

app: finance
bug
component: frontend

When a popper trigger/reference is rendered inside a scaled animated parent the resulting position does not account for this. https://codesandbox.io/s/spring-bash-4wzz3o?file=/App.js

Type: Bug
Package: react/popper

## Feature request ### Overview Provide `delayDuration` and `skipDelayDuration` for managing trigger interactions. Mirroring the behaviour from [Tooltip](delayDuration) would be ideal. ### Who does this impact? Who is this for?...

Type: Enhancement
Difficulty: Medium
Package: react/navigation-menu

This manifests itself in `Dialog` and `AlertDialog` when using `Portal` with `DefaultOpen` in SSR env. https://codesandbox.io/s/friendly-morning-3ny0r5?file=/pages/index.tsx

Type: Bug
Topic: SSR
Package: react/portal

It might be nice to add this functionality rather than using timers, also an opportunity to generalise the logic and improve some aspects of it it in submenus.

Type: Enhancement
Package: react/hover-card
Package: react/navigation-menu

Internally, the `checkForDefaultPrevented` api makes event composition difficult to follow. The suggested path is to split this out into two utils: `composeEvent` `composePreventableEvent` (naming tbd) In rare occurrences where we...

Difficulty: Medium
Difficulty: Easy

> There’s an interesting issue with our navigation menu component when using a wacom tablet as a mouse device. After lifting the pen off the tablet and reintroducing it again...

Resolution: Needs Investigation
Package: react/navigation-menu

![ezgif-2-a912c64fce8f](https://user-images.githubusercontent.com/11708259/101930040-86c10d80-3bcf-11eb-8444-8ecd0c0592a3.gif) https://codesandbox.io/s/modal-premature-close-9mhf7?file=/src/App.js Highly likely to be escapeOutside triggering because the dropdown popover portal is outside the modal dom tree.

bug

`` currently overrides its own padding in certain contexts e.g. when used within the `primary` slot of a ``. While this is nice to quickly lay out a view it...

enhancement

In Safari the Modal doesn't seem to center correctly, it's likely due to a rendering inconsistency with the css grid technique and Safari. Related: https://github.com/aragon/court-dashboard/issues/349 ![image](https://user-images.githubusercontent.com/11708259/85691923-d9b01280-b6cc-11ea-9199-643eb541644d.png)

bug