ozwaldorf / iron-grid

Iron Grid - A Responsive Grid System for Polymer
MIT License
67 stars 24 forks source link

Some polymer update broke the element #10

Closed vinerz closed 8 years ago

vinerz commented 8 years ago

Hello! Some Polymer recent update broke the element. The column gets the right size, but they get all wrapped. Even the demo is broken right now, as the screenshot shows:

image

ozwaldorf commented 8 years ago

Is this with polymer 1.2.0?

vinerz commented 8 years ago

I am using the newest version, 1.2.3

ozwaldorf commented 8 years ago

I have switched the px10 resizer to the original, which has 1.2.0 compatibility.

vinerz commented 8 years ago

Awesome! Thank you very much. But the bower.json got broken, it is missing a quote there

ozwaldorf commented 8 years ago

Fixed!

vinerz commented 8 years ago

Thank you, I think we're almost there. I got this error issuing a bower update

image

ozwaldorf commented 8 years ago

It looks like the latest px10 version isn't on bower. I'll try switching over to iron-resizable-behavior.

ozwaldorf commented 8 years ago

Try it now.

vinerz commented 8 years ago

Hi, sorry for the delay. There are some methods mistyping I guess. Also, the path to iron-resizable-behavior seems to be incorrect, it should be ../iron-resizable-behavior/iron-resizable-behavior.html

image

ozwaldorf commented 8 years ago

Ok, everything lines up now.

vinerz commented 8 years ago

Those errors went away, but the alignment is still broken. :( I am even using the demo.html too to isolate it from my app styling and it is also broken.

ozwaldorf commented 8 years ago

Try now

vinerz commented 8 years ago

Just tried a clean install, no luck.

faridelnasire commented 8 years ago

Just installed/used it for the first time about 30 minutes ago, having the same issue. Using Polymer 1.2.0.

screen shot 2016-01-20 at 1 01 28 am screen shot 2016-01-20 at 1 04 18 am
vinerz commented 8 years ago

@faridelnasire, I am currently working on a temporary fix for this. I might make a pull request in five minutes.

vinerz commented 8 years ago

@faridelnasire, please check https://github.com/The5heepDev/iron-grid/pull/11

ozwaldorf commented 8 years ago

Thank you @vinerz !

vinerz commented 8 years ago

You are very welcome, @The5heepDev :)

maxiplay commented 8 years ago

I did not use the iron-resizable-behavior.html because it does not work well with nested element.

faridelnasire commented 8 years ago

That fixed it for me, you both rule! :+1: @vinerz @The5heepDev