Ticket #236 (closed defect: fixed)

Opened 4 years ago

Last modified 3 years ago

integer field gets formatted with comma in IE

Reported by: sdm Owned by: freya
Priority: critical Milestone: 0.4
Component: modules/kauri-forms Version: trunk
Keywords: Cc:

Description

Integer fields in a form get formatted with a comma in IE:

'id' : {

base: 'integer'

}

Example id '5':

Result in FF: 5
Result in IE: 5,00

Change History

comment:1 in reply to: ↑ description Changed 4 years ago by sdm

This bug is probably also the reason why the dblselect-control with integer values doesn't work in IE.

comment:2 Changed 3 years ago by jgou

  • Priority changed from minor to critical

comment:3 Changed 3 years ago by freya

  • Owner changed from mpo to freya
  • Status changed from new to assigned

comment:4 Changed 3 years ago by freya

  • Status changed from assigned to closed
  • Resolution set to fixed

'integer' fieldtype will remove the ",00" when formatting now, changed in r1586

Note: See TracTickets for help on using tickets.