ozwaldorf/iron-grid

Some polymer update broke the element

Closed this issue · 20 comments

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

Is this with polymer 1.2.0?

I am using the newest version, 1.2.3

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

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

Fixed!

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

image

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

Try it now.

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

Ok, everything lines up now.

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.

Try now

Just tried a clean install, no luck.

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

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

@faridelnasire, please check #11

Thank you @vinerz !

You are very welcome, @The5heepDev :)

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

That fixed it for me, you both rule! 👍 @vinerz @The5heepDev