Member
Member
thany   2016-11-18, 10:13
#1

The google map dimensions have to be in pixels. And it's 2016.

If I enter "100%" for the width, it renders as "100%px". If I put "15rem" for the height, it renders as "15rempx". Secondly, it renders the dimensions as inline style, which is impossible to override in CSS without using an UGLY and messy !important suffix.

That's as far as the problem description goes.

As for the solution:

Remove the fields. Done!
These things should be in CSS anyway. They have no place in the HTML, especially not as inline style.

If you absolutely have to have these fields for whatever odd reason, please do no append "px" to them internally. If a different unit is entered, leave it be, and don't render it as invalid CSS.

Administrator
Administrator
acrylian   2016-11-18, 10:55
#2

Best you file a ticket or create a pull request.

Member
Member
thany   2016-11-19, 09:45
#3

Aren't I doing that by posting here?

Administrator
Administrator
acrylian   2016-11-19, 10:11
#4

In this case we are looking into it but generall tickets are on GitHub.

Member
Member
thany   2016-11-22, 16:44
#5

So do I post issues on github now? It might not be productive to have two ways of posting issues... I'll do it next time I find something.

Administrator
Administrator
acrylian   2016-11-22, 18:15
#6

The forum is for general discussions and not for reporting bugs. Although we look into bugs reported here things gets lost here too easily. We don't always have time to look into things right away.

  
Powered By MyBB, © 2002-2026 MyBB Group.
Made with by Curves UI.