debois / elm-mdl

Elm-port of the Material Design Lite CSS/JS library
Apache License 2.0
965 stars 133 forks source link

Table.numeric is applying non-numeric css #366

Closed xAt0mZ closed 6 years ago

xAt0mZ commented 6 years ago

Hello there,

I did a copy/paste of the static table code from here : https://debois.github.io/elm-mdl/#tables and the generated html and css is the exact opposite of what is expected and displayed in the live code page. All td created as Table.numeric are cell--non-numeric and all the others are considered as numeric.

Here is what is expected : 2018-01-03-170600_1983x337_scrot

Here is the code I used : 2018-01-03-170415_780x382_scrot

Here is the result of my code : 2018-01-03-170502_1905x401_scrot

Using :

xAt0mZ commented 6 years ago

I believe the issue is coming from here : https://github.com/debois/elm-mdl/blob/master/src/Material/Table.elm#L199 https://github.com/debois/elm-mdl/blob/master/src/Material/Table.elm#L278

xAt0mZ commented 6 years ago

Ok. Nevermind, the bug isn't there on the new-v8 branch (commit 78891390c754c6621d8630dd30125f5797291c0b)

Would be a pleasure if you can release the new-v8 branch as 8.2.0 :)

Kurren123 commented 6 years ago

This isn't fixed yet, what can I do to solve this?