I have been out of action for couple of months. Here are some issues we are trying to resolve other than the ones reported already, which I am not sure if they are reported. I will check the bug tracker today.
-----------
1. When you upload one legacy skin in host--> skin option it uploads the skin fine in very first time. If you upload the same skin (with few changes) in the next time, it says the upload Successful. But actually it didn't get applied. Only the file that was applied at the first time exist not the latest one.
2. In IE-6 the new DNN menu has horizontal Scroll bar at the bottom. No issue in firefox.
3. Skins which use Telerik skin objects:
When we upload skins zip (which has only htmls and no ascx) in its conversion to ascx it has registered the Telerik skin object but the path is not correct.
<%@ Register TagPrefix="dnn" TagName="RADPANELBAR" Src="~/RadPanelbar.ascx" %>
To work properly it should Register the skin object like below:
<%@ Register TagPrefix="dnn" TagName="RADPANELBAR" Src="~/DesktopModules/radpanelbar/RadPanelbar.ascx" %>
We are not sure either it needs a fix in DNN core or it is a task for Telerik Team.
Salar