pinittome / pinitto.me

Main repo for pinitto.me open source corkboard
https://pinitto.me
Apache License 2.0
64 stars 14 forks source link

Applying Grid Settings Creates Boundaries within Cards #81

Open scholary-tim opened 10 years ago

scholary-tim commented 10 years ago

After creating a board with various sized cards (first screenshot), I applied the Large grid settings to the board...

For some reason (not sure if this is chrome specific), I'm finding that on some cards, there is a sort of boundary applied, which causes text within the cards to be wrapped inside this 'boundary' (as if the card were much smaller). Hoping the second screenshot helps show what I mean...

start

after

scholary-tim commented 10 years ago

Worth noting that refreshing the browser window (shift + refresh), seems to correct things.

lloydwatkin commented 10 years ago

Seems that the inner text box is being resized but not the main box itself. Haven't come across that issue myself. When I get time on this I plan on switching to <div>'s with contenteditable="true" instead.

lloydwatkin commented 10 years ago

From the images it looks like this happened only in the case where your card got bigger?

scholary-tim commented 10 years ago

Yep. Having set the grid to Large, if I then change the grid size to Small or Medium nothing seems to happen.

lloydwatkin commented 10 years ago

This will probably be fixed by #80