Missing blog comments fckeditor box with IE 7

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.
6/9/2009 7:03:13 PM
Gravatar
Total Posts 73

Missing blog comments fckeditor box with IE 7

Got a weird one. The comments box has disappeared on blogs when viewed with IE7. You can see the results here http://www.12thstreetsportsbar.com/rice-says-shsu-is-neato.aspx I dug around for quite a while into the css and also searched the forums here, but nothing looked like the likely culprit. Any ideas?

6/10/2009 4:54:03 AM
Gravatar
Total Posts 18439

Re: Missing blog comments fckeditor box with IE 7

Hi Tim,

It could possibly be a CSS issue but my best guess its its caused by invalid markup. When I check that url against the w3c validator, it shows a lot of errors, some of which can probably be ignored but I would fix the ones about missing or incorrectly formated closing tags. Some browsers are more graceful than others in dealing with missing closing tags and it seems in this case the most likely problem. Its either an image with a closing > that should be /> or a missing /> somewhere.

btw, noticed the meta tags for fixing the IE page flash problem when viewing the source of the page, nice trick, had not seen that.

Hope it helps,

Joe

6/10/2009 9:27:31 AM
Gravatar
Total Posts 73

Re: Missing blog comments fckeditor box with IE 7

I wonder if it is that old copy from word issue :| Thanks I will check the blogs html.

6/10/2009 1:40:30 PM
Gravatar
Total Posts 73

Re: Missing blog comments fckeditor box with IE 7

K, worked on the xhtml, and even commented out the IE7specific.css, yet http://www.12thstreetsportsbar.com/and-the-verdict-is-.aspx (chose a dif page that has just pure html in the post) the comment box is still missing. I then added the IE7specific.css back.

The w3c validation link: http://validator.w3.org/check?verbose=1&uri=http%3a%2f%2fwww.12thstreetsportsbar.com%2fand-the-verdict-is-.aspx

/scratching head

 

6/10/2009 1:55:50 PM
Gravatar
Total Posts 73

Re: Missing blog comments fckeditor box with IE 7

Just figured it out, I had a max-width applied to the .blogcenter-rightnav class, but no width.  Evidently IE7 did not like that, adding width:70%; worked.

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