Closed (fixed)
Project:
Multiflex-3
Version:
6.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
26 Jul 2008 at 06:06 UTC
Updated:
16 Aug 2009 at 10:15 UTC
Jump to comment: Most recent file
Comments
Comment #1
hswong3i commentedSorry that I only saw 1 footer at bottom. Maybe you have already fix this issue?
Comment #2
sianla commentedI still have this problem. This problem only exists when using IE7 but not when using firefox.
Comment #3
hswong3i commentedOk so I really get your problem. You should provide more information (e.g. screenshot) so the other will able to solve your problem more easily. I have attach an image for that as reference.
Anyway, I have no idea about why this happen: when you check the source code from IE7 (View -> Source), you will found that there is NONE of duplicated footer message. For sure that it is also correct in case of Firefox, Opera or Safari. I think this is the internal bug of IE7 which I am able to conclude for.
P.S. As I share most code (around 90% for both PHP and CSS) of Multiflex-3 with my other 3 theme projects (Contented7, Interactive Media and Internet Services), I also give a test for them. The double footer ONLY happen in case of Multiflex-3 + IE7, where the others are all fine. This may help for eliminate some potential possibility.
Comment #4
thompson commentedsame problem. see attachment.
Comment #5
jonloh commentedI did a little trick to avoid the double footer in IE7, by simply creating a new block and add it to the footer. That's currently the best way to avoid the double footer at the bottom as far as I know.
Will be waiting for the proper solution to this though :)
Comment #6
hswong3i commentedWell... I don't have a good solution, but a functional hack. Already commit to CVS, so please test and feedback for it. Stable release will come after this issue :-)
The reason of duplicated footer message should belong to not proper start/end of html block elements, e.g. missing
</div>element in somewhere (I check for many times but have no result...). BTW, jonloh's solution give me some hints for this hack. A<span style="display: none;"> </span>can help the buggy render engine run correctly:P.S. Use
<div>or<span>alone won't have expected result. Thestyle="display: none;"make this hack as dummy in render result, so function in both FF2/3, Opera9.5 and Safari3.Comment #7
hswong3i commentedAny else update? Or I will set this issue as fixed :-)
Comment #8
hswong3i commentedAssume as fixed since no more feedback.
Comment #9
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.
Comment #11
hswong3i commentedMark http://drupal.org/node/287426 as duplicated with this issue.