Not signed in (Sign In)
 
Sep 6th 2007 edited
 
Better make sure these are fixed before Monday:
Bug? "1 to 1 of 1" appears on right, instead of below... # 1 (this one may be fixed... but I think I saw it happen recently)
Default Vanilla Theme # 2--Fix: IE7 Search Results display fix # 1 (should be tested)

I can test with IE6, Opera 8?, and Konqueror.
 
Sep 7th 2007 edited
 
I think the first one is fixed since Vanilla r541:
/* IE 7 Fixes - thanks WallPhone */

#Content .ContentInfo.Bottom .PageInfo p {
min-width: 20px;
}
html>body #Content .ContentInfo.Bottom .PageInfo {
border-top: 1px solid #fff;
}
 
Sep 7th 2007 edited
 
I tested the fixes on windows vista in IE7, FF2.0.6, opera 9.23 and Safari 3.0.3:
#CommentResults li ul {min-width: 0px;}
#UserResults li ul {min-width: 0px;}
.ContentInfo h1 { color: #000; margin-right:100%; }
 
Sep 8th 2007
 
Has the h1 tag been fixed already? I think it's the most annoying one haha :)

 
Sep 8th 2007
 
The third line fix it but it still need to be tested in IE6 and safari2.
 
Sep 9th 2007
 
I've got safari 2 but not IE6. Is there a forum online anywhere with these fixes implemented? Might be worth listing it on the community to get someone who hasnt updated to IE7 yet to check.
 
Sep 9th 2007
 
It will be a release candidate, you can add fix that are not fully tested...
 
Sep 9th 2007
 
True.
 
Sep 9th 2007
 
Added Dinoboff's CSS fixes in Revision 608
 
Sep 9th 2007
 
Search fix is from DavidH; http://lussumo.com/community/discussion/4584/ie7-search-results-display-fix/#Comment_52340
The H1 tag one is from Tex http://lussumo.com/community/discussion/5690/all-discussions-position-in-ie/#Comment_60864
They mention a side effect for this fix I don't what they are talking about:

"Hi Tex, indeed this fixes the Problem! THANK YOU for that. Only tiny problem after that, "Bottom of Page" is now in the next line of text and not like it should be in the same line as the Discussion title. But that is acceptable. Thank you!"
 
Sep 9th 2007
 
Mhm.... you're right! The jump to bottom completely disappeared.... Now we have to find a fix for the fix... :(
 
Sep 9th 2007 edited
 
never mind
 
Sep 9th 2007 edited
 
never mind
 
Sep 9th 2007 edited
 
..never mind
 
Sep 9th 2007 edited
 
What is it for? why every browser except ie6 and ie7 need a width of 20%?html>body .ContentInfo h1 { width:80% !important; }
 
Sep 9th 2007 edited
 
Ok, here is a fix:
html>body .ContentInfo h1 { width:80% !important; }
body#DiscussionsPage .ContentInfo h1 { width:auto !important; }


added, vanilla r609
 
Sep 9th 2007 edited
 
I understand html>body .ContentInfo h1 { width:80% !important; } is about the tittle disappearing under the link to bottom of the page in FF or pushing it under in Opera and IE7 (didn't test on safari).

I think The follow work better in IE7 and Opera:
html>body .ContentInfo h1 {
width:auto !important;
max-width: 80%;
}
body#DiscussionsPage .ContentInfo h1 {
width:auto !important;
max-width: 100% !important;
}

I didn't added this one, need to be tested.
 
Sep 15th 2007
 
It looks like this issue is repeated on the search pages: (screenshot of 1.1.3 Rc1 on XP IE7)

It was on two of the searches, but I don't remember if the other one was comments or users.

Otherwise, everything else looks great in IE6, Opera 9, and FF2
 
Sep 16th 2007 edited
 
Instead of html>body .ContentInfo h1 { width:80% !important; }
body#DiscussionsPage .ContentInfo h1 { width:auto !important; }

the fix should be:
html>body#CommentsPage .ContentInfo h1 {
width:80% !important;
}


added Vanilla r624

Issue information

  • 12
  • No assigned user

    No assigned user

     

  • Resolved
  • Low
  • Bug

Vanilla 1.1.5 is a product of Lussumo. More Information: Documentation, Community Support.