tobydragon / metafora-project

Automatically exported from code.google.com/p/metafora-project
1 stars 0 forks source link

Moving a card resets its width, hight to wrap the text #157

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Write something long in a card and then change it to wrap the text 
differently (e.g. in two rows)
2. Move the card

What is the expected output? What do you see instead?

The same width/height as before dragging the object. Instead, the size changes 
to wrap the text in one row.  

Original issue reported on code.google.com by mavrikis@gmail.com on 16 Jul 2012 at 3:27

GoogleCodeExporter commented 9 years ago
The cards now handle their size on their own, wrapping the text automatically 
like this:

The default size of the text area in the Planning Tool cards is 2 lines with a 
width of 10 characters, the maximum size is 5 lines with a width of 30 
characters, afterwards you get a scrollbar.

So this shouldn't be an issue

Original comment by norbert....@gmail.com on 28 May 2013 at 1:39