Re: Anchor placeholder for js file and SmartEdit/SmartTree behavior

2013-12-11 Thread Jian Huang
Hi Pierre, There is a way that is 7.x - 11.x compatible, but it has its drawback, as you will see in a bit. When switching from SmartEdit to SmartTree, CMS will load the last requested CMS page. When you load a page in CMS, first the page loads, then due to

Re: Anchor placeholder for js file and SmartEdit/SmartTree behavior

2013-12-11 Thread Tim D
Another work around publishing CSS & JS to file system can actually bump your page load significantly (dramatically cuts concurrent requests) and address this. On Wednesday, December 11, 2013 6:54:24 AM UTC-5, Pierre Kruppik wrote: > > Hi, > > in version 10 we added "&script=1" behind anchors fo

Re: Render IE8 as IE8 in smartedit

2013-12-11 Thread RustyLogic
Very true but works fine in 11.1 :) On Wednesday, December 11, 2013 3:05:45 PM UTC, Chad Killingsworth wrote: > > In version 10, the side effect of removing that header is that SmartTree > didn't display properly. > > Chad Killingsworth > > On Wednesday, December 11, 2013 6:00:18 AM UTC-6, RustyL

Re: Render IE8 as IE8 in smartedit

2013-12-11 Thread Chad Killingsworth
In version 10, the side effect of removing that header is that SmartTree didn't display properly. Chad Killingsworth On Wednesday, December 11, 2013 6:00:18 AM UTC-6, RustyLogic wrote: > > Been there... > In IIS: > >1. go to /Sites/Default Web Site/CMS/WebClient >2. Open the HTTP Respo

Re: Render IE8 as IE8 in smartedit

2013-12-11 Thread RustyLogic
Been there... In IIS: 1. go to /Sites/Default Web Site/CMS/WebClient 2. Open the HTTP ResponseHeaders 3. Delete the header:X-UA-Compatible: IE=EmulateIE7 4. You can now set it to whatever you like within your projects in the page headers (or do it globally but some of your older

Anchor placeholder for js file and SmartEdit/SmartTree behavior

2013-12-11 Thread Pierre Kruppik
Hi, in version 10 we added "&script=1" behind anchors for js files. The result was that you jump to the last opened page when switching from SmartEdit to SmartTree, instead to the js files. In version 11 this no longer works. Are there any other workarounds (except using containers or media ele