IE8 Developer Toolbar CSS tracking

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.

This forum is for discussing mojoPortal development

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.

Before posting questions here you might want to review the developer documentation.

Do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
This thread is closed to new posts. You must sign in to post in the forums.
1/14/2010 12:56:04 AM
Gravatar
Total Posts 12

IE8 Developer Toolbar CSS tracking

Hello, dear All!

 

IE 8 Developer Toolbar doesn't trace CSS for any of MojoPortal web sites.

 

I thought it is so only for me locally, but today noticed it is same for sites listed in "Sites Running on mojoPortal".

 

It tracks inline styling (if you provide any) but for CSS it just shows nothing. 

 

Don't you know what's the matter ?

 

Kind regards, 

newbie-Alex

1/15/2010 4:16:39 AM
Gravatar
Total Posts 12

Re: IE8 Developer Toolbar CSS tracking

May that be cause by the way how IESpecific.css and IE7Specific.css  override regular css files ?

1/15/2010 8:55:14 AM
Gravatar
Total Posts 18439

Re: IE8 Developer Toolbar CSS tracking

It seems like a bug in the IE 8 Developer Tools. There is something it does not like about the jQuery UI CSS loaded from the google CDN.

When I disable jQueryUI like this: <add key="DisablejQueryUI" value="true" />, then it works and I can see the CSS in the developer tools.

I thought maybe it just does not like loading the CSS from a different domain, but that does not seem to be the problem. If I use a page with a Twitter widget on it it includes an external CSS file from Twitter and it works fine. So it seems something specific about the CSS for jQueryUI that it does not like.

I generally use Firebug plugin in Firefox.

Best,

Joe

1/15/2010 11:40:17 AM
Gravatar
Total Posts 12

Re: IE8 Developer Toolbar CSS tracking

many thanks for your research, Joe!

 

I've created a question on MS forums and will post your results there with your permission.

http://social.msdn.microsoft.com/Forums/ru-RU/iewebdevelopment/thread/b325d8f0-d2a6-4905-a207-668b07beebfc 

 

1/15/2010 2:44:53 PM
Gravatar
Total Posts 18439

Re: IE8 Developer Toolbar CSS tracking

Hi,

Sure, of course would like to know the result if you get any help from MS to solve this.

Best,

Joe

2/23/2010 4:37:24 PM
Gravatar
Total Posts 2239

Re: IE8 Developer Toolbar CSS tracking

Hi,

I just noticed that this issue seems to be resolved. I have tested it against mojoPortal 2.3.3.6 and 2.3.3.9 and all is well. My current IE version is 8.0.7600.16385.

HTH,
Joe D.

2/24/2010 6:58:11 PM
Gravatar
Total Posts 12

Re: IE8 Developer Toolbar CSS tracking

I've got 8.0.6001.18702 while I've just downloaded latest from MS site. (my guess 6 is because of XP ?)

 

Still not working for me.

 

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