ghbolivar / cropplanning

Automatically exported from code.google.com/p/cropplanning
0 stars 0 forks source link

entering text in "Description" in CropDB causes Crop Name, Variety, Family, and Description fields to collapse #58

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Go to CropDB
2. Click "New"
3. Enter "Test Crop" into the Crop Name field
4. Enter "test"<return><return>"test"<return><return>"test" into the 
Description field (no quotation marks)
5. Click "Save"

What is the expected output? What do you see instead?
What I see is the input fields for Crop Name, Variety, Family and Description 
collapsing. I would expect this not to happen.

What version of Crop Planning Software are you using and on what operating 
system?
Crop Planning 0.5.5 and Mac OS 10.6.8

Please provide any additional information below.

It seems to have something to do with how many carriage returns are included in 
the Description field. I had been copying and pasting crop information from 
Johnny's website, so I ran into this problem with pretty much every crop.

Original issue reported on code.google.com by sarah.a....@gmail.com on 16 Feb 2013 at 8:02

Attachments:

GoogleCodeExporter commented 8 years ago
Thanks Sarah.  I'll take a look at it.

Original comment by cropplan...@gmail.com on 17 Feb 2013 at 1:50

GoogleCodeExporter commented 8 years ago
I see what's going on; when a record is displayed it sometimes needs to add 
scrollbars to that field and it can't with the current way that part of the 
program is setup.  This causes it to collapse.  My guess is that it will happen 
with the keywords and groups fields, too, if they get longer than the 3 lines 
provided.

For the time being, the information is secure in the database and it won't 
affect your data, just make it annoying to use.  I'll work on a fix for the 
next version.

Original comment by cropplan...@gmail.com on 17 Feb 2013 at 2:39

GoogleCodeExporter commented 8 years ago
This is fixed in my latest working copy.  Expect to see things resize in a 
kinder, gentler manner in the next version.

Original comment by cropplan...@gmail.com on 19 Feb 2013 at 4:41