GerryDazoo / Slinger

Reuse SlingBox hardware without SlingBox Servers
170 stars 34 forks source link

Regression: v4.0: Rounded corners on remote buttons no longer render properly #625

Open knoppix1337 opened 9 months ago

knoppix1337 commented 9 months ago

Tivo.Series2-3.Remote.txt (based on Tivo.Premiere.Remote.txt) has rounded buttons. They render properly on V3.0f, but on v4.0+ they show up as square buttons. I can get them to render only on a very old "browser" from an Android 4.x tablet. Anything else renders the square buttons.

Screenshot from 2023-09-21 17-12-09 Screenshot from 2023-09-21 17-15-40

GerryDazoo commented 9 months ago

The rendering is done by your browser not slinger. DO a "view source" to verify the HTML being sent to your browser is what you expect.

knoppix1337 commented 9 months ago

I did a wget on both versions and a diff (fldiff), The v4.0 code seems add an extra "%" sign, turning "%" into "%%"
Screenshot from 2023-09-21 18-35-21