Posted by
Erwan de FERRIERES-3 on
Aug 28, 2009; 7:42pm
URL: http://ofbiz.116.s1.nabble.com/IE-and-Demo-site-9-04-Release-branch-tp164960p164966.html
Hi,
if you look to the messages.ftl files of the bluelight themes, you will
find these difference : in the trunk, the message display is surrounded
with a condition. So when there is no message to show, the <DIV> is not
part of the page, and then the errors you were talking about are not
visible.
But, why are you still working on IE6 ? Have you made some improvments
on the themes that could be usable by OFBiz ?
** 904
<div id="messages-container">
<#include "component://common/webcommon/includes/messages.ftl" />
</div>
** trunk
<#if (errorMessage?has_content || errorMessageList?has_content ||
eventMessage?has_content || eventMessageList?has_content)>
<div id="messages-container">
<#include "component://common/webcommon/includes/messages.ftl" />
</div>
</#if>
Le 28/08/2009 15:12, Angelo Matarazzo a écrit :
>
> Hi,
> I' m working with Bluelight theme and IE 6.
> If you go to
https://demo904.ofbiz.org/example/control/main> you can look two bugs:
> 1) the wrong blue row is shown
> 2) DIV column-container is not alligned
> If you go to
https://demo.ofbiz.org/example/control/main> the wrong blue row is NOT shown
> and DIV column-container is aligned.
> So I think that these graphic bugs are solved in trunk but not in 9.04
> Release branch.
> I cannot find the differences between trunk code and branch code.
> Is there anybody that can help me?
>
> Thank you,
> Angelo
>
>
--
- Erwan -