Mario Guggenberger

Results 25 issues of Mario Guggenberger

There seems to be an issue somewhere in the decompression and/or compression algorithms, because unmodified recompressed firmware data is different from the original firmware data. As long as this issue...

bug
help wanted

- [X] I have checked [issues with enhancement label](https://github.com/TypeStrong/typedoc/labels/enhancement) and found no duplicates ## Problem Typedoc does not support computed property names. For example the following code ```ts export const...

enhancement

Please consider the following basic example: 1. Create base plate / additive box (Part Design) 10x10x1mm 2. Select any box edge 3. Use [`AddWall`](https://wiki.freecadweb.org/SheetMetal_AddWall) command 4. Set `gap1` and `extend1`...

The `VolumeSlider` is currently only designed for the default horizonal use. When setting the config property `vertical: true`, it is incorrectly rendered because the styles for vertical rendering have not...

For reasons that are unfortunately undocumented, playback is paused during seeking (20e9220118991d4f3bf3248baefdf1c217f471a4). This influences analytics reporting where pauses are reported although the user is not pausing but just seeking. Investigate...

A click onto the end of an interval marker (where the mouse pointer snaps) results in a seek to the start of the marker. It should seek exactly to the...

Currently you need to click exactly onto the thin seekbar line to trigger a seek (bad UX), although the whole height of the seekbar is used for other things like...

Currently the `ControlBar` is always used with a `controlbar-top` and optionally a `controlbar-bottom` sub-`Container`, which contains the actual control components, e.g. https://github.com/bitmovin/bitmovin-player-ui/blob/778ca37d7018cac0852cc8f8fa02cc1101094930/src/ts/uifactory.ts#L286-L297 If controls are added as direct children, the...

A list of thoughts and ideas for improvements in upcoming major UI releases. ### Features - Multilanguage support - Keep hidden elements out of DOM tree instead of just hiding...

Since #180 is merged, the watermark in IE11 is too small: ![image](https://user-images.githubusercontent.com/189372/46402063-06edad80-c6ff-11e8-89cd-5b2d04439a52.png) Seems like `background-size: initial` does not work as intended there.