View Issue Details

IDProjectCategoryView StatusLast Update
0003609Composrcataloguespublic2018-05-21 18:48
ReporterAdam EdingtonAssigned ToChris Graham 
SeverityFeature-request 
Status resolvedResolutionfixed 
Product Version 
Fixed in Version 
Summary0003609: A paragraph of text issue
DescriptionI assume and recall that a paragraph of text should allow me to add a fair bit of text, but it seems to be reducing any input to around 4 lines of text. I also think some of the other text options do the same so maybe this issue isn't limited to "A paragraph of text (No Comcode support).
TagsNo tags attached.
Time estimation (hours)
Sponsorship open

Activities

Chris Graham

2018-05-11 23:29

administrator   ~0005702

More information needed...

A screenshot of inputting the text initially
A screenshot of the text as displayed
A screenshot of how the field looks on the edit form

Chris Graham

2018-05-21 18:48

administrator   ~0005716

Actually I was able to reproduce easily.

I think this broke recently, due to another bug fix to an issue on MySQL.

I'm in a bit of chaos right now as I just got back from 3 weeks on site with clients. So here's the raw patch...

diff --git a/sources/database/shared/mysql.php b/sources/database/shared/mysql.php
index b428440f5..a17c1fcf8 100755
--- a/sources/database/shared/mysql.php
+++ b/sources/database/shared/mysql.php
@@ -398,7 +398,7 @@ class Database_super_mysql
     {
         switch ($type) {
             case 'CHAR':
- $_type = $type . '(255)';
+ $_type = $type . '(65535)';
                 break;
 
             case 'INT':

Issue History

Date Modified Username Field Change
2018-05-11 23:28 Adam Edington New Issue
2018-05-11 23:29 Chris Graham Note Added: 0005702
2018-05-21 18:48 Chris Graham Note Added: 0005716
2018-05-21 18:48 Chris Graham Status non-assigned => resolved
2018-05-21 18:48 Chris Graham Resolution open => fixed
2018-05-21 18:48 Chris Graham Assigned To => Chris Graham