Menu

#3694 (ok 4.0) Grid editing shows the value before silent trunc.

3.5.3
fixed
AJAX (99)
1
2013-06-11
2012-10-12
Benjam
No

I have a field in my table that is of SMALLINT type. If I edit in place that column and enter a decimal value, the data gets truncated when it gets inserted into the table (as expected), but the field shows the original decimal value.

e.g. - I have my SMALLINT field, I enter 500.987 and hit enter. It runs for a second, then shows "500.987" as being the field value when the actual field value (on refresh), shows "501" (as expected).

Discussion

  • Marc Delisle

    Marc Delisle - 2012-10-21

    Bug exists also in 3.5.3.

     
  • Marc Delisle

    Marc Delisle - 2012-10-21
    • milestone: 415859 --> 3.5.3
     
  • Marc Delisle

    Marc Delisle - 2012-10-21
    • summary: Edit in place returns wrong value --> Grid editing shows the value before silent truncation
     
  • Chanaka Indrajith Dharmarathna

    • assigned_to: nobody --> chanaka777
     
  • Marc Delisle

    Marc Delisle - 2012-12-28
    • priority: 5 --> 1
    • summary: Grid editing shows the value before silent truncation --> (ok 4.0) Grid editing shows the value before silent trunc.
    • status: open --> open-fixed
     
  • Marc Delisle

    Marc Delisle - 2012-12-28

    This bug was fixed in repository and will be part of a future release; thanks for reporting.

     
  • Marc Delisle

    Marc Delisle - 2013-05-03
    • Status: open-fixed --> closed-fixed
     
  • Michal Čihař

    Michal Čihař - 2013-06-11
    • Status: closed-fixed --> fixed