You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Jacques Le Roux (JIRA)" <ji...@apache.org> on 2008/07/25 00:55:31 UTC

[jira] Created: (OFBIZ-1894) There is currently something wrong in how the main eComm page is rendered in, at least, FF3 and Opera 9.02 (IE7 is ok).

There is currently something wrong in how the main eComm page is rendered in, at least, FF3 and Opera 9.02 (IE7 is ok). 
------------------------------------------------------------------------------------------------------------------------

                 Key: OFBIZ-1894
                 URL: https://issues.apache.org/jira/browse/OFBIZ-1894
             Project: OFBiz
          Issue Type: Improvement
          Components: framework
    Affects Versions: SVN trunk
            Reporter: Jacques Le Roux
            Priority: Trivial


There is currently something wrong in how the main eComm page is rendered in, at least, FF3 and Opera 9.02 (IE7 is ok). 
I suspected the line 
    <b>${product.productId?if_exists}</b> 
in productsummary.ftl, though this line exists for years now without having been changed. 
But it's not the cause. I checked also ecommain.css recent changes, but did not find anything obvious. Any ideas ?


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (OFBIZ-1894) There is currently something wrong in how the main eComm page is rendered in, at least, FF3 and Opera 9.02 (IE7 is ok).

Posted by "Jacques Le Roux (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-1894?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jacques Le Roux updated OFBIZ-1894:
-----------------------------------

    Attachment: Opera 9.02.jpg

> There is currently something wrong in how the main eComm page is rendered in, at least, FF3 and Opera 9.02 (IE7 is ok). 
> ------------------------------------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-1894
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1894
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: framework
>    Affects Versions: SVN trunk
>            Reporter: Jacques Le Roux
>            Priority: Trivial
>         Attachments: FF3.jpg, Opera 9.02.jpg
>
>
> There is currently something wrong in how the main eComm page is rendered in, at least, FF3 and Opera 9.02 (IE7 is ok). 
> I suspected the line 
>     <b>${product.productId?if_exists}</b> 
> in productsummary.ftl, though this line exists for years now without having been changed. 
> But it's not the cause. I checked also ecommain.css recent changes, but did not find anything obvious. Any ideas ?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Issue Comment Edited: (OFBIZ-1894) There is currently something wrong in how the main eComm page is rendered in, at least, FF3 and Opera 9.02 (IE7 is ok).

Posted by "Jacques Le Roux (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-1894?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12616702#action_12616702 ] 

jacques.le.roux edited comment on OFBIZ-1894 at 7/25/08 12:41 AM:
------------------------------------------------------------------

BTW, maybe OFBIZ-1890 should be considered when reviewing this issue...

      was (Author: jacques.le.roux):
    BTW, maybe OFBIZ-1890 should be considered why reviewing this issue...
  
> There is currently something wrong in how the main eComm page is rendered in, at least, FF3 and Opera 9.02 (IE7 is ok). 
> ------------------------------------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-1894
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1894
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: framework
>    Affects Versions: SVN trunk
>            Reporter: Jacques Le Roux
>            Priority: Trivial
>         Attachments: FF3.jpg, IE7.jpg, Opera 9.02.jpg
>
>
> There is currently something wrong in how the main eComm page is rendered in, at least, FF3 and Opera 9.02 (IE7 is ok). 
> I suspected the line 
>     <b>${product.productId?if_exists}</b> 
> in productsummary.ftl, though this line exists for years now without having been changed. 
> But it's not the cause. I checked also ecommain.css recent changes, but did not find anything obvious. Any ideas ?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (OFBIZ-1894) There is currently something wrong in how the main eComm page is rendered in, at least, FF3 and Opera 9.02 (IE7 is ok).

Posted by "David E. Jones (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-1894?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12616747#action_12616747 ] 

David E. Jones commented on OFBIZ-1894:
---------------------------------------

My guess, if the CSS is still the same as it was, is that the area for each product summary has a fixed height in the CSS file. What's interesting is that IE grows it instead of honoring the height...

The best fix is probably to keep that conditional stuff on the same line and use the space available instead of adding more space.

> There is currently something wrong in how the main eComm page is rendered in, at least, FF3 and Opera 9.02 (IE7 is ok). 
> ------------------------------------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-1894
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1894
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: framework
>    Affects Versions: SVN trunk
>            Reporter: Jacques Le Roux
>            Priority: Trivial
>         Attachments: FF3.jpg, IE7.jpg, Opera 9.02.jpg
>
>
> There is currently something wrong in how the main eComm page is rendered in, at least, FF3 and Opera 9.02 (IE7 is ok). 
> I suspected the line 
>     <b>${product.productId?if_exists}</b> 
> in productsummary.ftl, though this line exists for years now without having been changed. 
> But it's not the cause. I checked also ecommain.css recent changes, but did not find anything obvious. Any ideas ?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (OFBIZ-1894) There is currently something wrong in how the main eComm page is rendered in, at least, FF3 and Opera 9.02 (IE7 is ok).

Posted by "Jacques Le Roux (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-1894?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jacques Le Roux closed OFBIZ-1894.
----------------------------------

       Resolution: Fixed
    Fix Version/s: SVN trunk

Thanks Bruno,

I applied your fix in trunk revision 679692. Thanks Adrian and David for comments


> There is currently something wrong in how the main eComm page is rendered in, at least, FF3 and Opera 9.02 (IE7 is ok). 
> ------------------------------------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-1894
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1894
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: framework
>    Affects Versions: SVN trunk
>            Reporter: Jacques Le Roux
>            Priority: Trivial
>             Fix For: SVN trunk
>
>         Attachments: FF3.jpg, IE7.jpg, Opera 9.02.jpg
>
>
> There is currently something wrong in how the main eComm page is rendered in, at least, FF3 and Opera 9.02 (IE7 is ok). 
> I suspected the line 
>     <b>${product.productId?if_exists}</b> 
> in productsummary.ftl, though this line exists for years now without having been changed. 
> But it's not the cause. I checked also ecommain.css recent changes, but did not find anything obvious. Any ideas ?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (OFBIZ-1894) There is currently something wrong in how the main eComm page is rendered in, at least, FF3 and Opera 9.02 (IE7 is ok).

Posted by "Jacques Le Roux (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-1894?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12616702#action_12616702 ] 

Jacques Le Roux commented on OFBIZ-1894:
----------------------------------------

BTW, maybe OFBIZ-1890 should be considered why reviewing this issue...

> There is currently something wrong in how the main eComm page is rendered in, at least, FF3 and Opera 9.02 (IE7 is ok). 
> ------------------------------------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-1894
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1894
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: framework
>    Affects Versions: SVN trunk
>            Reporter: Jacques Le Roux
>            Priority: Trivial
>         Attachments: FF3.jpg, IE7.jpg, Opera 9.02.jpg
>
>
> There is currently something wrong in how the main eComm page is rendered in, at least, FF3 and Opera 9.02 (IE7 is ok). 
> I suspected the line 
>     <b>${product.productId?if_exists}</b> 
> in productsummary.ftl, though this line exists for years now without having been changed. 
> But it's not the cause. I checked also ecommain.css recent changes, but did not find anything obvious. Any ideas ?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (OFBIZ-1894) There is currently something wrong in how the main eComm page is rendered in, at least, FF3 and Opera 9.02 (IE7 is ok).

Posted by "Bruno Busco (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-1894?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12616768#action_12616768 ] 

Bruno Busco commented on OFBIZ-1894:
------------------------------------

Yes, this seems caused by the fixed height. Following this path I changed line 927 of ecommain.css
from:

height: 60px;

to:

min-height: 60px;

ant now also FF shows it correctly.



> There is currently something wrong in how the main eComm page is rendered in, at least, FF3 and Opera 9.02 (IE7 is ok). 
> ------------------------------------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-1894
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1894
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: framework
>    Affects Versions: SVN trunk
>            Reporter: Jacques Le Roux
>            Priority: Trivial
>         Attachments: FF3.jpg, IE7.jpg, Opera 9.02.jpg
>
>
> There is currently something wrong in how the main eComm page is rendered in, at least, FF3 and Opera 9.02 (IE7 is ok). 
> I suspected the line 
>     <b>${product.productId?if_exists}</b> 
> in productsummary.ftl, though this line exists for years now without having been changed. 
> But it's not the cause. I checked also ecommain.css recent changes, but did not find anything obvious. Any ideas ?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (OFBIZ-1894) There is currently something wrong in how the main eComm page is rendered in, at least, FF3 and Opera 9.02 (IE7 is ok).

Posted by "Jacques Le Roux (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-1894?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jacques Le Roux updated OFBIZ-1894:
-----------------------------------

    Attachment: IE7.jpg

> There is currently something wrong in how the main eComm page is rendered in, at least, FF3 and Opera 9.02 (IE7 is ok). 
> ------------------------------------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-1894
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1894
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: framework
>    Affects Versions: SVN trunk
>            Reporter: Jacques Le Roux
>            Priority: Trivial
>         Attachments: FF3.jpg, IE7.jpg, Opera 9.02.jpg
>
>
> There is currently something wrong in how the main eComm page is rendered in, at least, FF3 and Opera 9.02 (IE7 is ok). 
> I suspected the line 
>     <b>${product.productId?if_exists}</b> 
> in productsummary.ftl, though this line exists for years now without having been changed. 
> But it's not the cause. I checked also ecommain.css recent changes, but did not find anything obvious. Any ideas ?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (OFBIZ-1894) There is currently something wrong in how the main eComm page is rendered in, at least, FF3 and Opera 9.02 (IE7 is ok).

Posted by "Adrian Crum (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-1894?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12616700#action_12616700 ] 

Adrian Crum commented on OFBIZ-1894:
------------------------------------

I don't have time look into this thoroughly, but off the top of my head it looks like the Product Aggregated Price might be inside a conditional statement. If it is, it needs a <br> after it inside the conditional statement.


> There is currently something wrong in how the main eComm page is rendered in, at least, FF3 and Opera 9.02 (IE7 is ok). 
> ------------------------------------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-1894
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1894
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: framework
>    Affects Versions: SVN trunk
>            Reporter: Jacques Le Roux
>            Priority: Trivial
>         Attachments: FF3.jpg, IE7.jpg, Opera 9.02.jpg
>
>
> There is currently something wrong in how the main eComm page is rendered in, at least, FF3 and Opera 9.02 (IE7 is ok). 
> I suspected the line 
>     <b>${product.productId?if_exists}</b> 
> in productsummary.ftl, though this line exists for years now without having been changed. 
> But it's not the cause. I checked also ecommain.css recent changes, but did not find anything obvious. Any ideas ?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (OFBIZ-1894) There is currently something wrong in how the main eComm page is rendered in, at least, FF3 and Opera 9.02 (IE7 is ok).

Posted by "Jacques Le Roux (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-1894?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jacques Le Roux updated OFBIZ-1894:
-----------------------------------

    Attachment: FF3.jpg

> There is currently something wrong in how the main eComm page is rendered in, at least, FF3 and Opera 9.02 (IE7 is ok). 
> ------------------------------------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-1894
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1894
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: framework
>    Affects Versions: SVN trunk
>            Reporter: Jacques Le Roux
>            Priority: Trivial
>         Attachments: FF3.jpg, Opera 9.02.jpg
>
>
> There is currently something wrong in how the main eComm page is rendered in, at least, FF3 and Opera 9.02 (IE7 is ok). 
> I suspected the line 
>     <b>${product.productId?if_exists}</b> 
> in productsummary.ftl, though this line exists for years now without having been changed. 
> But it's not the cause. I checked also ecommain.css recent changes, but did not find anything obvious. Any ideas ?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.