Philipp Fischbeck

Results 7 issues of Philipp Fischbeck

When visiting the releases page for some app, .e.g,, the [calendar app](https://apps.nextcloud.com/apps/calendar/releases?platform=17#17), the button to download that version is phrased incorrectly in German: ![German download button](https://user-images.githubusercontent.com/2820802/72545980-40addd80-388a-11ea-993c-633dde506e85.png) It reads "Herunterladen Calendar...

I noticed that some of the routes in `app_routes.py` were out of date, and the `dev/scripts/app_routes_gen.py` script was broken. I fixed it and noticed that some tests were using non-existent...

When converting this image ![hpicgs](https://cloud.githubusercontent.com/assets/2820802/4101379/550fcade-30e5-11e4-9940-5858119b08e1.png) with `glraw-cmd -f GL_RGB -t GL_UNSIGNED_BYTE hpicgs.png`, the program `glraw-cmd` crashes. The glraw file is generated, but it has a strip in the top row:...

Links (`a` tag) should support the `_self` and `_blank` target attributes. - [x] _self - [ ] _blank

gui
parsing

> Scamper should support the `border` css properties. This includes support and tests for: - [ ] border-style (probably only `solid`) - [ ] border-width - [ ] border-color -...

rendering
parsing

> Text elements should support the `line-height` attribute. Has to cooperate with font-size rendering, see #99

rendering

When opening http://hpi.de/, Scamper has an error when parsing the `background-position` attribute, which has the value `left top`. Our code currently only supports absolute values. ![lefttop](https://cloud.githubusercontent.com/assets/2820802/3395921/f0fadca4-fd05-11e3-814e-48f459704dd9.png)

enhancement
parsing