text missing with internet explorer

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.
4/17/2009 6:52:03 AM
Gravatar
Total Posts 251

text missing with internet explorer

this is a bug that i dont understand, when using internet explorer 6 or 7

i am using mojoportal with jsavard skin; edits: i added lighterbox2 to layout.master

when an ie user reads an individual post of the blog, the content is invisible, if he does a "select all", it appears

it is difficult to explain, i did many experiments:

  1. windows 2000 + ie6 (no java) = content visible
  2. winxp + ie7 = content not visible
  3. winxp + ie6 not logged in = content not visible
  4. winxp + ie6 user logged in = content visible
  5. win2003 + ie7 = content visible

really i can't understand this problem 

4/17/2009 7:03:21 AM
Gravatar
Total Posts 18439

Re: text missing with internet explorer

It sounds like css issues. Your lighterbox is probably adding css that is affecting things. If you add a css file for it, add it at the top above the main css and that may help. You can also override stlyes for IE 6 or IE 7 using the  IESpecific.css for IE 6 and IE7Specific.css for IE 7 to override the main styles to solve the problem.

Hope it helps,

Joe

4/17/2009 8:16:14 AM
Gravatar
Total Posts 251

Re: text missing with internet explorer

so weird, i cannot replicate this problem in any computer 

i also tried browsershots on all ie versions and it works...

i will try removing lighterbox (but is just a few lines of code, is not invasive)

4/17/2009 9:48:22 AM
Gravatar
Total Posts 251

Re: text missing with internet explorer

i got it!

for some weird reason, in ie 6 an 7, if the window is bigger than 1100 pixel wide, the content is invisible

 

i also removed lighterbox2, but the problem is still there

what's the problem?

4/17/2009 9:52:28 AM
Gravatar
Total Posts 18439

Re: text missing with internet explorer

Is it just that particular skin? Please tell steps to produce the problem or even better if you can show the problem on demo.mojoportal.com. I don't really care much about IE6 but if I can produce it in IE7 I will try to fix it.

Best,

Joe

4/17/2009 10:17:29 AM
Gravatar
Total Posts 251

Re: text missing with internet explorer

i set a clean version of mojoportal on my server, and i cannot reproduce the problem

that probably means i messed up something in my skin, i will investigate further

4/17/2009 12:31:59 PM
Gravatar
Total Posts 251

Re: text missing with internet explorer

when restoring a database backup i had the same problem

so, i found the culprit: adsense

i did an html section with the google adsense code in it (i mean, i did not edit the layout.master)

when, in ie6/7, the adsense it is displayed, the main content in blog is not visible, is this normal?

 

edit: so weird, take a look: http://rapidshare.com/files/222584114/1742009_2212_0.avi.AVI.html

i don't understand this problem

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