Embedded custom jquery UI files breaks other datatypes in Umbraco
Hi Lennart,
We've stumbled upon a small conflict with the custom jquery UI JS & CSS files used in this package overriding the functionality of some of the standard Umbraco datatypes.
The one that is most noticeable is the the "Date picker with time" control no longer shows the sliders to set the time, and the headers are now orange instead of the default grey. You can see this when trying to set the "Publish at" and "Remove at" settings on the Properties tab on a page using Opening Hours.
I've temporarily got round this on our installation by commenting out those two files in the source code and recompiling a new DLL - will this cause any other errors for us down the road?
We've narrowed it down to the rules declared in the CSS file & are working on circumventing the issue by making the custom CSS more specific to this control. We'll send over the file if we get it sorted out!
Embedded custom jquery UI files breaks other datatypes in Umbraco
Hi Lennart,
We've stumbled upon a small conflict with the custom jquery UI JS & CSS files used in this package overriding the functionality of some of the standard Umbraco datatypes.
The one that is most noticeable is the the "Date picker with time" control no longer shows the sliders to set the time, and the headers are now orange instead of the default grey. You can see this when trying to set the "Publish at" and "Remove at" settings on the Properties tab on a page using Opening Hours.
I've temporarily got round this on our installation by commenting out those two files in the source code and recompiling a new DLL - will this cause any other errors for us down the road?
Dale
Quick update:
We've narrowed it down to the rules declared in the CSS file & are working on circumventing the issue by making the custom CSS more specific to this control. We'll send over the file if we get it sorted out!
is working on a reply...