I think it's the latest version 4.7.0.378 (maybe 4.7.0.376 if that is possible), I downloaded it somewhere last week.
PS: if I remember correct I did an upgrade from 4.6.1 tot 4.7.0.378. It's hard to keep track of the versions since I'm currently working on about 10 Umbraco sites of different versions :)
Sorry I know this is an old post but I have an Umbraco 4.5.1 website that I cannot upgrade to the latest version. I need to fix this issue so I tried downloading jquery-ui-1.8.16.custom.min.js from the the JQuery website and replacing jqueryui.js in \umbraco_client\ui\ with the file I downloaded but it doesn't seem to have resolved the issue. I tried touching the web.config to rebuild the site but still no joy. Am I missing something?
It's loaded with ClientDependency so you'd have to clear that cache also using these steps:
- Delete files in /App_Data/TEMP/ClientDependency (might be in /data or /App_Data/ClientDependency depending on your install) - Open /config/clientDependency.config and increase the version attribute by 1 - Touch your web.config
IE9 Cannot drag properties (document type) to new position
In IE9 it is not possible to drag and drop properties of document types to a new position.
Regards.
K.
Hi K
What version of Umbraco are you using?
/Jan
I think it's the latest version 4.7.0.378 (maybe 4.7.0.376 if that is possible), I downloaded it somewhere last week.
PS: if I remember correct I did an upgrade from 4.6.1 tot 4.7.0.378. It's hard to keep track of the versions since I'm currently working on about 10 Umbraco sites of different versions :)
Regards.
Kris
There is (was) a bug with sortable jQuery UI and IE9: http://bugs.jqueryui.com/ticket/5370
This has been fixed/resolved in jQuery UI 1.8.6 ... but Umbraco 4.7 ships with v1.7.2 (can be found in "\umbraco_client\ui\jqueryui.js").
Options are: Manually update jQuery UI, or wait until a future Umbraco release that updates it!
(As far as I'm aware, the core team aren't aware of this yet ... so this work-item needs to be voted up: http://umbraco.codeplex.com/workitem/30137 )
Cheers, Lee.
Sorry I know this is an old post but I have an Umbraco 4.5.1 website that I cannot upgrade to the latest version. I need to fix this issue so I tried downloading jquery-ui-1.8.16.custom.min.js from the the JQuery website and replacing jqueryui.js in \umbraco_client\ui\ with the file I downloaded but it doesn't seem to have resolved the issue. I tried touching the web.config to rebuild the site but still no joy. Am I missing something?
Hi,
It's loaded with ClientDependency so you'd have to clear that cache also using these steps:
- Delete files in /App_Data/TEMP/ClientDependency (might be in /data or /App_Data/ClientDependency depending on your install)
- Open /config/clientDependency.config and increase the version attribute by 1
- Touch your web.config
-Tom
Thanks Tom,
That worked perfectly
is working on a reply...