Sitecore / Sitecore.Rocks

Sitecore Rocks is a plugin for Visual Studio for Sitecore developers.
Other
75 stars 27 forks source link

Rocks doesn't apply invariant culture to the number field #129

Open nickwesselman opened 4 years ago

nickwesselman commented 4 years ago

Steps to reproduce

  1. Change windows locale to Sweden (so that decimal separator is comma , )
  2. Open rocks
  3. Add a number field to the Sample Item template.
  4. Set the Number field to 3,3 on the Home item.
  5. Look at the raw values.

Result: 3,3

Expected result: Raw values should store the invariant number: 3.3