torleif

Results 7 issues of torleif

Version: current master OS: OS X 10.14

Crash

**Test case:** https://codepen.io/desandro/pen/mEinp Reproduction steps: 1. set up a minimal npm build using webpack. In my case I'm using larvel-mix ```webpack --progress --mode=development --config=node_modules/laravel-mix/setup/webpack.config.js``` 2. ```import "./isotope.pkgd.min.js";``` inside your main.js...

I still occasionally get complaints from users that SilverStripe 2.x is faster than 3.x, though profiling reveals a different story. On a modest site; the initial rendering, json, and load...

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

Our CMS users were complaining that some page segments were not working, and they were being amended with -2. For example "study/" became "study-2/", "about-us/" became "about-us-2" etc in the...

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

if someone leaves our organisation, someone else will pick up their responsibilities for looking after content. This becomes tedious if multiple pages are assigned to a person. Ideally an admin...

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

A ListboxField should appear as a multi value dropdown field: ``` ListboxField::create('Test', 'Test', ['0' => 'test1', '1' => 'test2']) ``` ![image](https://user-images.githubusercontent.com/67215/205787365-b8410989-9ad2-473b-9ba4-9ce8efa17e43.png) However if the elemental item is inline, it appears...

type/enhancement
complexity/medium
impact/medium

when scrolling, you can only scroll two or three pages before it stops working