greybox css not excluded from script handler

This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.

Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.

This is the place to report bugs and get support

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum.
This thread is closed to new posts. You must sign in to post in the forums.
3/5/2010 2:43:08 PM
Gravatar
Total Posts 190

greybox css not excluded from script handler

Hi Joe,

This is not a major issue, but I notice that I set IncludeGreyBoxCss="false" on the stylesheet combiner in the layout.master of my site, but the css tag still appears in the header when I view source on a page. I copied the greybox css to my skin folder and made lots of modifications and inlclude it in my style.config. So mine overrides the other and everything looks fine, but it seems like an unnecessary extra download. (On a side note, I notice that the style sheet returned by the combiner isn't 'minified'. Is there a recent layout or web.config setting I've missed?)

Many thanks,

John

3/6/2010 7:01:59 AM
Gravatar
Total Posts 18439

Re: greybox css not excluded from script handler

Hi John,

I agree with you we probably should change to adding that css the same as others so it can be combined and minified, I will look into it.

Setting that to false won't work because if there are any controls on the page that use GreyBoxHyperlink like our help links do, then the control will change that back to true to make it load the css because it knows it needs it.

Best,

Joe

You must sign in to post in the forums. This thread is closed to new posts.