Oliver Tacke

Results 47 issues of Oliver Tacke

FILTER_SANITIZE_STRING is deprecated since PHP 8.0

When merged in, will allow widgets building on top of the list widget (e. g. Vertical Tabs) to determine the configuration of the list widget, e.g. settings for min/max.

When the add file dialog opens, it covers the next field that's below the file field (or audio field/video field). If that field below has a metadata button, that button...

There's an oddity for groups that has been bugging me quite a while, but I never asked whether the current behavior was intended. The [`findSummary` function](https://github.com/h5p/h5p-editor-php-library/blob/67a3c62dc65754405241d7b931d4e424f0e38d0b/scripts/h5peditor-group.js#L131) is nice, as it...

When using the `alter_semantics` hook, overriding field labels does only work when the platform is set to English. ## cause When loading the editor, the `getLibraryData` function https://github.com/h5p/h5p-editor-php-library/blob/050a6845bc61f66aecaf3ed4616ca4596ae17481/h5peditor.class.php#L376-L475 is used...

**Problem:** The CKEditor basepath is built with an extra slash resulting in something like `https:////ckeditor/`. It seems that most of the servers around the world ignore the two consecutive slashes,...

Current solution breaks if step is not an integer although HTML5 input fields of type number accept floating numbers. Requires https://github.com/h5p/h5p-php-library/pull/86

When setting up libraries and fetching dependencies, the H5P CLI tool may cause confusion. For instance, `H5P.Column` currently references `H5P.Agamotto 1.5` as a soft dependency in `semantics.json`. The H5P CLI...

When merged in, will - replace a GoToSlide's HTML element `title` attribute with an `aria-label` - prevent the content type from crashing when GoToSlide is configured to go to a...

When merged in, will also properly track the answered state of compound content type children (and set the navigation bar completed indicator correctly).