Vincent Petry

Results 138 issues of Vincent Petry

* [ ] Menu opening button does not need `aria-haspopup` because it is not a `role="menu"`, but a hasmenu, and is deprecated. Can be removed because we have `aria-expanded` *...

bug
accessibility

From times to times I'm testing with the orca screen reader from https://app.vagrantup.com/inclusivedesign Instead of keeping local notes I'll use this ticket to dump whatever I've found so far. We...

bug
accessibility
descoped

Run Chrome's Lighthouse tool after creating a simple form with radio buttons and dropdowns: Note: the avatardiv is unrelated as it's in the header. This was observed in forms version...

bug
0. Needs triage

Hit tab a few times until reaching the "Skip to main content" bypass link then hit enter. This should move the focus to the contents.

bug
1. to develop

Some parts overlap and some parts of the interface are cut off by other ones at 200 precent zoom. ![image](https://user-images.githubusercontent.com/277525/179261128-bd4631e2-4caa-47bb-9402-1e28b1e47b2a.png)

bug
1. to develop
design

When adding checkboxes to a form there’s an issue with focus order. When we opened the options for the question focus moved through the options as expected, but after that,...

bug
1. to develop
design

Using the required-attribute to generate error messages means that they might at times be misleading. In the example below the user need to choose one of the four checkboxes, but...

bug
1. to develop
design

In some cases the discovery phase saw files that disappeared at some point before the sync phase reached them. Instead of aborting the whole sync, continue processing. This was requested...

Enhancement
Design & UX
Stale

See https://github.com/owncloud/core/issues/34360 Basically have two users set two different shared locks on the same resource. Then do a `curl` call to overwrite the resource with PUT and pass one of...

Assuming Depth infinity. When setting an exclusive lock on "/parent", we must make sure that there is no exclusive lock on any children "/parent/*". The LockPlugin does not query child...