Closed (fixed)
Project:
Panels
Version:
6.x-3.3
Component:
Plugins - layouts
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 Mar 2010 at 09:00 UTC
Updated:
27 May 2010 at 00:50 UTC
Jump to comment: Most recent file
Comments
Comment #1
Robbert commentedComment #2
sunPatch is reversed.
Comment #3
Robbert commentedRevised patch.
Comment #4
Robbert commentedI think I have figured out why I am (judging on the activity of this bug) one of the few people for which this issue occurs. Consider the following code
This yields
0.55 0,55. So, clearly the fact that I'm using Dutch localization causes floats to be formated with commas as decimal separator. Hence, such percentages should clearly be formatted usingnumber_formatsince CSS expects periods as decimal separators and we do not want one's localization settings breaking it.Comment #5
sdboyer commentedNice catch there, Robbert. Tested and it works, so committed. Thanks!