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 |
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 - |
In reply to this post by matarazzo angelo
Hi Erwan,
thank you. I have made a mistake, my browser is IE 7 and I think that many people works with this browser and not IE 8. However I verified your solution: 1) only a part of blue line is disappared but the blue line still appears, 2) DIV column-container is not still aligned. However I have looked at log history of trunk repository and I think that there was an improvement about rendering after the 9.04 Release (17 April) not merged. What do you think about it? Angelo
|
In reply to this post by matarazzo angelo
Hi, Erwan
I found that fixes from trunk for revision: 767996 are not applied on 9.04 Release branch. So I merged and I solved my problem. Thank you again, Angelo.
|
Hi Angelo,
Which fixes did you apply exactly? If you did not apply all the patch, could you create a Jia issue and attach a patch ? Thanks Jacques From: "Angelo Matarazzo" <[hidden email]> > > Hi, Erwan > I found that fixes from trunk for revision: 767996 are not applied on 9.04 > Release branch. > So I merged and I solved my problem. > Thank you again, > Angelo. > > Angelo Matarazzo wrote: >> >> 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 >> >> >> > > -- > View this message in context: http://www.nabble.com/IE-and-Demo-site-9.04-Release-branch-tp25189682p25209465.html > Sent from the OFBiz - User mailing list archive at Nabble.com. > |
In reply to this post by matarazzo angelo
Good to know ! I'm deep in IE problems too... but if you have some
improvements on CSS don't hesitate to create a JIRA issue for it. Le 30/08/2009 09:48, Angelo Matarazzo a écrit : > > Hi, Erwan > I found that fixes from trunk for revision: 767996 are not applied on 9.04 > Release branch. > So I merged and I solved my problem. > Thank you again, > Angelo. > > Angelo Matarazzo wrote: >> >> 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 - |
In reply to this post by Jacques Le Roux-2-2
Hi Jacques,
this is the jira issue with the patch: https://issues.apache.org/jira/browse/OFBIZ-2883 Thanks for your advice, Angelo
|
Free forum by Nabble | Edit this page |