Dylan Wagstaff

Results 17 issues of Dylan Wagstaff

Given I am signed in as an administrator And I have let my session expire (returned from lunch) When I try to publish the page I was editing (before lunch)...

complexity/low
impact/medium
affects/v4
type/bug
type/UX

When editing the `SiteConfig` in the CMS for a site with Content Review enabled, there are options to assign both individual users (plural) and groups of users to content review....

type/bug
affects/v4
complexity/medium
impact/low
type/UX

https://github.com/silverstripe/silverstripe-admin/blob/be31300d49ec28520e9ff3aed2ccf4b35efae759/client/src/components/Button/Button.js#L10 > Warning: Failed prop type: Invalid prop `aria-label` of type `array` supplied to `Button`, expected `string`. checkPropTypes.js:20 The `children` prop is an array of all children. The [button element](https://html.spec.whatwg.org/multipage/form-elements.html#the-button-element)'s...

type/bug
impact/low

``` silverstripe/admin 1.1.x-dev cb9c61b silverstripe/asset-admin 1.1.x-dev 40778c4 silverstripe/assets 1.1.x-dev b030495 silverstripe/campaign-admin 1.1.x-dev ce283d1 silverstripe/cms 4.1.x-dev 319a460 silverstripe/config 1.0.x-dev 65cc33e silverstripe/errorpage 1.1.x-dev a670e41 silverstripe/framework 4.1.x-dev b0c742b ``` When there are a...

type/bug
affects/v4
complexity/low
impact/medium
type/UX

in regards to ARIA and the `role` of the associated Overlay component. This stems from the use of a component designed as a tool-tip as a menu. https://github.com/silverstripe/silverstripe-admin/blob/1.0/client/src/components/PopoverField/PopoverField.js#L41 To fix...

type/bug
affects/v4
complexity/high
impact/low

I have previously had cause to use `GridFieldActionMenu` and friends (specifically `GridField_ActionMenuItem`, but this issue should also relate to all subclasses) - and found it both good (eventually), however extremely...

affects/v4
complexity/low
impact/low
type/docs

The below screenshot is taken from the `kitchen-sink` testing recipe (versions of all things shown below). I am attempting to test a feature refactor for the comments module (shifting the...

type/bug
affects/v4
complexity/low
impact/medium

At current the React component takes and displays the literal (database) value (`1` or `0`) in a read-only text ``, which is not very user friendly. This differs from the...

affects/v4
complexity/low
impact/low
type/UX

This allows developers to decorate the component proper as opposed to the higher order component (fieldHolder). As an example: Recently trying to change `FieldGroup` via `Injector.transform` with another higher order...

type/enhancement
affects/v4
complexity/low
impact/medium

Like Schrödinger's cat, default admin is both a user, and not a user - in that the account exists always, but only while being observed. Editing this magically inserted default...

type/bug
affects/v4
complexity/medium
impact/low