If in a mathfield comma is marked as decimal marker the display remains empty. That's independent from the decimal markers of that fields used for calculations in mathfield. With decimal point as decimal marker everything works fine.

Comments

degunino created an issue. See original summary.

knalstaaf’s picture

Version: 7.x-1.0 » 7.x-1.x-dev

Confirmation

vtcore’s picture

Priority: Normal » Critical
Status: Active » Needs review
StatusFileSize
new548 bytes

Here is a patch. Applies to both 7.x-1.0 and 7.x-1.x-dev

draenen’s picture

Priority: Critical » Normal
Status: Needs review » Fixed

Committed. Thanks!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.

eL’s picture

Patched, but got this with saving node:

PDOException: SQLSTATE[HY000]: General error: 1366 Incorrect decimal value: '0,65'

So, it is trying to save value with decimal comma, not with decimmal point.

eL’s picture

Status: Closed (fixed) » Active