What is now happening is when an item loads that has togglebox fields, the togglebox is not defaulting to the correct value. For example, if an item has a field set to 'true', when the editing form is loading and the checkbox briefly appears, it is checked. Once the togglebox appears instead of the checkbox, it is set to false, which is causing confusion with our content authors.
I'm on Umbraco 4.7 and uComponents 2.2. Has anyone else seen this? Before I revert those fields back to true/false fields I wanted to see if there was a fix.
Yes, we found this bug in Umbraco v4.7.1 ... like you say, was due to a change in jQuery. I've fixed the bug already. Will be in the next release, (no scheduled date yet - apart from "soon").
Actually, it appears to be tied to the version of jQuery in the umbraco_client/ui folder. With jQuery 1.4.4 it works correctly but when I upgrade to 1.6.2, I get the following behavior: http://screencast.com/t/ZQscj2ak
Togglebox not displaying correct value
I'm not sure if it's 100% related but I started noticing this issue after updating jQuery UI per this issue: http://ucomponents.codeplex.com/workitem/14031
What is now happening is when an item loads that has togglebox fields, the togglebox is not defaulting to the correct value. For example, if an item has a field set to 'true', when the editing form is loading and the checkbox briefly appears, it is checked. Once the togglebox appears instead of the checkbox, it is set to false, which is causing confusion with our content authors.
I'm on Umbraco 4.7 and uComponents 2.2. Has anyone else seen this? Before I revert those fields back to true/false fields I wanted to see if there was a fix.
Hi Matt,
Yes, we found this bug in Umbraco v4.7.1 ... like you say, was due to a change in jQuery. I've fixed the bug already. Will be in the next release, (no scheduled date yet - apart from "soon").
Cheers, Lee.
Actually, it appears to be tied to the version of jQuery in the umbraco_client/ui folder. With jQuery 1.4.4 it works correctly but when I upgrade to 1.6.2, I get the following behavior: http://screencast.com/t/ZQscj2ak
Got it. Thanks, Lee!
is working on a reply...