[jira] Created: (OFBIZ-181) In Microsoft Internet Explorer the ecommain.css is not parsed correctly

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
54 messages Options
123
Reply | Threaded
Open this post in threaded view
|

[jira] Commented: (OFBIZ-181) In Microsoft Internet Explorer the ecommain.css is not parsed correctly

Nicolas Malin (Jira)
    [ http://issues.apache.org/jira/browse/OFBIZ-181?page=comments#action_12430938 ]
           
David E. Jones commented on OFBIZ-181:
--------------------------------------

Sounds like a good way to for now Jacques. Thanks for taking care of this.

> In Microsoft Internet Explorer the ecommain.css is not parsed correctly
> -----------------------------------------------------------------------
>
>                 Key: OFBIZ-181
>                 URL: http://issues.apache.org/jira/browse/OFBIZ-181
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: Bug
>          Components: ecommerce
>    Affects Versions: SVN trunk
>         Environment: Windows
>            Reporter: Marco Risaliti
>         Assigned To: Jacques Le Roux
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: css_for_explorer.patch, css_for_explorer.patch2
>
>
> In the ecommerce application using Internet Explorer same pages are not correctly show on screen due to a bug of Internet Explorer that doesn't parse correctly some css file.
> In particular those class into the ecommain.css are not correctly interpreted due to the use of the tag voice-family without the widht tag inside a class.
> rightonly
> leftonly
> center
> nocolumns
> ecom-header
> Some documentation to work-around and solve the issue can be found on this site:
> http://tantek.com/CSS/Examples/boxmodelhack.html
> So I have tried this work-around and it works now correctly.
> Can someone test it also on other browse like Firefox, Opera, Safari, ... and then if everything is ok apply this patch.
> Thanks a lot
> Marco Risaliti

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
Reply | Threaded
Open this post in threaded view
|

[jira] Commented: (OFBIZ-181) In Microsoft Internet Explorer the ecommain.css is not parsed correctly

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)
    [ http://issues.apache.org/jira/browse/OFBIZ-181?page=comments#action_12430949 ]
           
Marco Risaliti commented on OFBIZ-181:
--------------------------------------

Ok, thanks Jacques & David I will try with percentages and then I will upload a new patch.
I'm sorry for the problems that can be caused by this commit.
I will let you know as I will be ready for a new patch.

Thanks again
Marco

> In Microsoft Internet Explorer the ecommain.css is not parsed correctly
> -----------------------------------------------------------------------
>
>                 Key: OFBIZ-181
>                 URL: http://issues.apache.org/jira/browse/OFBIZ-181
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: Bug
>          Components: ecommerce
>    Affects Versions: SVN trunk
>         Environment: Windows
>            Reporter: Marco Risaliti
>         Assigned To: Jacques Le Roux
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: css_for_explorer.patch, css_for_explorer.patch2
>
>
> In the ecommerce application using Internet Explorer same pages are not correctly show on screen due to a bug of Internet Explorer that doesn't parse correctly some css file.
> In particular those class into the ecommain.css are not correctly interpreted due to the use of the tag voice-family without the widht tag inside a class.
> rightonly
> leftonly
> center
> nocolumns
> ecom-header
> Some documentation to work-around and solve the issue can be found on this site:
> http://tantek.com/CSS/Examples/boxmodelhack.html
> So I have tried this work-around and it works now correctly.
> Can someone test it also on other browse like Firefox, Opera, Safari, ... and then if everything is ok apply this patch.
> Thanks a lot
> Marco Risaliti

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
Reply | Threaded
Open this post in threaded view
|

[jira] Commented: (OFBIZ-181) In Microsoft Internet Explorer the ecommain.css is not parsed correctly

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)
    [ http://issues.apache.org/jira/browse/OFBIZ-181?page=comments#action_12430951 ]
           
Jacques Le Roux commented on OFBIZ-181:
---------------------------------------

Don't worry Marco apart David and me I think that nobody else has "suffer" from this patch ;o)

> In Microsoft Internet Explorer the ecommain.css is not parsed correctly
> -----------------------------------------------------------------------
>
>                 Key: OFBIZ-181
>                 URL: http://issues.apache.org/jira/browse/OFBIZ-181
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: Bug
>          Components: ecommerce
>    Affects Versions: SVN trunk
>         Environment: Windows
>            Reporter: Marco Risaliti
>         Assigned To: Jacques Le Roux
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: css_for_explorer.patch, css_for_explorer.patch2
>
>
> In the ecommerce application using Internet Explorer same pages are not correctly show on screen due to a bug of Internet Explorer that doesn't parse correctly some css file.
> In particular those class into the ecommain.css are not correctly interpreted due to the use of the tag voice-family without the widht tag inside a class.
> rightonly
> leftonly
> center
> nocolumns
> ecom-header
> Some documentation to work-around and solve the issue can be found on this site:
> http://tantek.com/CSS/Examples/boxmodelhack.html
> So I have tried this work-around and it works now correctly.
> Can someone test it also on other browse like Firefox, Opera, Safari, ... and then if everything is ok apply this patch.
> Thanks a lot
> Marco Risaliti

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-181) In Microsoft Internet Explorer the ecommain.css is not parsed correctly

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)
     [ http://issues.apache.org/jira/browse/OFBIZ-181?page=all ]

Marco Risaliti updated OFBIZ-181:
---------------------------------

    Attachment: css_for_explore3.patch

Hi Jacques & David,

I have tried to use the percentage instead of use fixed number of pixels and now it seems to be better.
Could you please look at this and tell me if there are other issues.

Thanks
Marco

> In Microsoft Internet Explorer the ecommain.css is not parsed correctly
> -----------------------------------------------------------------------
>
>                 Key: OFBIZ-181
>                 URL: http://issues.apache.org/jira/browse/OFBIZ-181
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: Bug
>          Components: ecommerce
>    Affects Versions: SVN trunk
>         Environment: Windows
>            Reporter: Marco Risaliti
>         Assigned To: Jacques Le Roux
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: css_for_explore3.patch, css_for_explorer.patch, css_for_explorer.patch2
>
>
> In the ecommerce application using Internet Explorer same pages are not correctly show on screen due to a bug of Internet Explorer that doesn't parse correctly some css file.
> In particular those class into the ecommain.css are not correctly interpreted due to the use of the tag voice-family without the widht tag inside a class.
> rightonly
> leftonly
> center
> nocolumns
> ecom-header
> Some documentation to work-around and solve the issue can be found on this site:
> http://tantek.com/CSS/Examples/boxmodelhack.html
> So I have tried this work-around and it works now correctly.
> Can someone test it also on other browse like Firefox, Opera, Safari, ... and then if everything is ok apply this patch.
> Thanks a lot
> Marco Risaliti

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
Reply | Threaded
Open this post in threaded view
|

[jira] Commented: (OFBIZ-181) In Microsoft Internet Explorer the ecommain.css is not parsed correctly

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)
    [ http://issues.apache.org/jira/browse/OFBIZ-181?page=comments#action_12431096 ]
           
Jacques Le Roux commented on OFBIZ-181:
---------------------------------------

Marco,

It's not perfect but I agree that it's better. I think that it's imposible to have pefection here anyway.
Under Firefox there is no more padding problem.
Under IE there is always the too narrow product column problem (product column shift under last boxe of left column if the screen is narrowed)
Under Opera the padding problem remains (appears ?).

We loosed the benefit of my increase of the <<#ecom-mainarea .screenlet-header { padding-bottom>> to 3px (from 1px) in the view of the cart header

I wait for other reviews before really thinking of commit.

Another remark, please Marco try to always use a path from OFBIZ_HOME in your patches.

> In Microsoft Internet Explorer the ecommain.css is not parsed correctly
> -----------------------------------------------------------------------
>
>                 Key: OFBIZ-181
>                 URL: http://issues.apache.org/jira/browse/OFBIZ-181
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: Bug
>          Components: ecommerce
>    Affects Versions: SVN trunk
>         Environment: Windows
>            Reporter: Marco Risaliti
>         Assigned To: Jacques Le Roux
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: css_for_explore3.patch, css_for_explorer.patch, css_for_explorer.patch2
>
>
> In the ecommerce application using Internet Explorer same pages are not correctly show on screen due to a bug of Internet Explorer that doesn't parse correctly some css file.
> In particular those class into the ecommain.css are not correctly interpreted due to the use of the tag voice-family without the widht tag inside a class.
> rightonly
> leftonly
> center
> nocolumns
> ecom-header
> Some documentation to work-around and solve the issue can be found on this site:
> http://tantek.com/CSS/Examples/boxmodelhack.html
> So I have tried this work-around and it works now correctly.
> Can someone test it also on other browse like Firefox, Opera, Safari, ... and then if everything is ok apply this patch.
> Thanks a lot
> Marco Risaliti

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
Reply | Threaded
Open this post in threaded view
|

[jira] Commented: (OFBIZ-181) In Microsoft Internet Explorer the ecommain.css is not parsed correctly

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)
    [ http://issues.apache.org/jira/browse/OFBIZ-181?page=comments#action_12431110 ]
           
Chris Howe commented on OFBIZ-181:
----------------------------------

because of the problems with IE why not make it easier on ourselves ...drop the css validation logo and include an iehacks.css as an if comment in the header?

> In Microsoft Internet Explorer the ecommain.css is not parsed correctly
> -----------------------------------------------------------------------
>
>                 Key: OFBIZ-181
>                 URL: http://issues.apache.org/jira/browse/OFBIZ-181
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: Bug
>          Components: ecommerce
>    Affects Versions: SVN trunk
>         Environment: Windows
>            Reporter: Marco Risaliti
>         Assigned To: Jacques Le Roux
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: css_for_explore3.patch, css_for_explorer.patch, css_for_explorer.patch2
>
>
> In the ecommerce application using Internet Explorer same pages are not correctly show on screen due to a bug of Internet Explorer that doesn't parse correctly some css file.
> In particular those class into the ecommain.css are not correctly interpreted due to the use of the tag voice-family without the widht tag inside a class.
> rightonly
> leftonly
> center
> nocolumns
> ecom-header
> Some documentation to work-around and solve the issue can be found on this site:
> http://tantek.com/CSS/Examples/boxmodelhack.html
> So I have tried this work-around and it works now correctly.
> Can someone test it also on other browse like Firefox, Opera, Safari, ... and then if everything is ok apply this patch.
> Thanks a lot
> Marco Risaliti

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
Reply | Threaded
Open this post in threaded view
|

[jira] Commented: (OFBIZ-181) In Microsoft Internet Explorer the ecommain.css is not parsed correctly

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)
    [ http://issues.apache.org/jira/browse/OFBIZ-181?page=comments#action_12431171 ]
           
Jacques Le Roux commented on OFBIZ-181:
---------------------------------------

Chris,

Actually the work done by Marco allow to use IE. Before the cart was unreadable (yellow on white, etc.). I'm not sure that we can go further without tricks like the one you suggest. Let's see what OFBiz people think about it..

> In Microsoft Internet Explorer the ecommain.css is not parsed correctly
> -----------------------------------------------------------------------
>
>                 Key: OFBIZ-181
>                 URL: http://issues.apache.org/jira/browse/OFBIZ-181
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: Bug
>          Components: ecommerce
>    Affects Versions: SVN trunk
>         Environment: Windows
>            Reporter: Marco Risaliti
>         Assigned To: Jacques Le Roux
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: css_for_explore3.patch, css_for_explorer.patch, css_for_explorer.patch2
>
>
> In the ecommerce application using Internet Explorer same pages are not correctly show on screen due to a bug of Internet Explorer that doesn't parse correctly some css file.
> In particular those class into the ecommain.css are not correctly interpreted due to the use of the tag voice-family without the widht tag inside a class.
> rightonly
> leftonly
> center
> nocolumns
> ecom-header
> Some documentation to work-around and solve the issue can be found on this site:
> http://tantek.com/CSS/Examples/boxmodelhack.html
> So I have tried this work-around and it works now correctly.
> Can someone test it also on other browse like Firefox, Opera, Safari, ... and then if everything is ok apply this patch.
> Thanks a lot
> Marco Risaliti

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-181) In Microsoft Internet Explorer the ecommain.css is not parsed correctly

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)
     [ http://issues.apache.org/jira/browse/OFBIZ-181?page=all ]

Chris Howe updated OFBIZ-181:
-----------------------------

    Attachment: ecomPeekaboo.patch

ecomPeekaboo.patch

This is actually the IE peekaboo bug caused by empty line height and float, not caused by the voice-family.

The attached patch makes the correction by applying a height of auto marked !important so that all the real browsers use that definition.  Since IE doesn't know what !important means it will use the following height definition: height: 1%; and render as it does in FF.

AND it does validate :)

> In Microsoft Internet Explorer the ecommain.css is not parsed correctly
> -----------------------------------------------------------------------
>
>                 Key: OFBIZ-181
>                 URL: http://issues.apache.org/jira/browse/OFBIZ-181
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: Bug
>          Components: ecommerce
>    Affects Versions: SVN trunk
>         Environment: Windows
>            Reporter: Marco Risaliti
>         Assigned To: Jacques Le Roux
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: css_for_explore3.patch, css_for_explorer.patch, css_for_explorer.patch2, ecomPeekaboo.patch
>
>
> In the ecommerce application using Internet Explorer same pages are not correctly show on screen due to a bug of Internet Explorer that doesn't parse correctly some css file.
> In particular those class into the ecommain.css are not correctly interpreted due to the use of the tag voice-family without the widht tag inside a class.
> rightonly
> leftonly
> center
> nocolumns
> ecom-header
> Some documentation to work-around and solve the issue can be found on this site:
> http://tantek.com/CSS/Examples/boxmodelhack.html
> So I have tried this work-around and it works now correctly.
> Can someone test it also on other browse like Firefox, Opera, Safari, ... and then if everything is ok apply this patch.
> Thanks a lot
> Marco Risaliti

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
Reply | Threaded
Open this post in threaded view
|

[jira] Commented: (OFBIZ-181) In Microsoft Internet Explorer the ecommain.css is not parsed correctly

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)
    [ http://issues.apache.org/jira/browse/OFBIZ-181?page=comments#action_12431228 ]
           
Jacques Le Roux commented on OFBIZ-181:
---------------------------------------

Thanks Chris,

Please is this patch to apply on svn or after Marco's  last patch ?

> In Microsoft Internet Explorer the ecommain.css is not parsed correctly
> -----------------------------------------------------------------------
>
>                 Key: OFBIZ-181
>                 URL: http://issues.apache.org/jira/browse/OFBIZ-181
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: Bug
>          Components: ecommerce
>    Affects Versions: SVN trunk
>         Environment: Windows
>            Reporter: Marco Risaliti
>         Assigned To: Jacques Le Roux
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: css_for_explore3.patch, css_for_explorer.patch, css_for_explorer.patch2, ecomPeekaboo.patch
>
>
> In the ecommerce application using Internet Explorer same pages are not correctly show on screen due to a bug of Internet Explorer that doesn't parse correctly some css file.
> In particular those class into the ecommain.css are not correctly interpreted due to the use of the tag voice-family without the widht tag inside a class.
> rightonly
> leftonly
> center
> nocolumns
> ecom-header
> Some documentation to work-around and solve the issue can be found on this site:
> http://tantek.com/CSS/Examples/boxmodelhack.html
> So I have tried this work-around and it works now correctly.
> Can someone test it also on other browse like Firefox, Opera, Safari, ... and then if everything is ok apply this patch.
> Thanks a lot
> Marco Risaliti

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
Reply | Threaded
Open this post in threaded view
|

[jira] Commented: (OFBIZ-181) In Microsoft Internet Explorer the ecommain.css is not parsed correctly

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)
    [ http://issues.apache.org/jira/browse/OFBIZ-181?page=comments#action_12431244 ]
           
Chris Howe commented on OFBIZ-181:
----------------------------------

on svn provided this nothing has been done to address this issue for the last couple of monhs.

> In Microsoft Internet Explorer the ecommain.css is not parsed correctly
> -----------------------------------------------------------------------
>
>                 Key: OFBIZ-181
>                 URL: http://issues.apache.org/jira/browse/OFBIZ-181
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: Bug
>          Components: ecommerce
>    Affects Versions: SVN trunk
>         Environment: Windows
>            Reporter: Marco Risaliti
>         Assigned To: Jacques Le Roux
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: css_for_explore3.patch, css_for_explorer.patch, css_for_explorer.patch2, ecomPeekaboo.patch
>
>
> In the ecommerce application using Internet Explorer same pages are not correctly show on screen due to a bug of Internet Explorer that doesn't parse correctly some css file.
> In particular those class into the ecommain.css are not correctly interpreted due to the use of the tag voice-family without the widht tag inside a class.
> rightonly
> leftonly
> center
> nocolumns
> ecom-header
> Some documentation to work-around and solve the issue can be found on this site:
> http://tantek.com/CSS/Examples/boxmodelhack.html
> So I have tried this work-around and it works now correctly.
> Can someone test it also on other browse like Firefox, Opera, Safari, ... and then if everything is ok apply this patch.
> Thanks a lot
> Marco Risaliti

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-181) In Microsoft Internet Explorer the ecommain.css is not parsed correctly

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)
     [ http://issues.apache.org/jira/browse/OFBIZ-181?page=all ]

Marco Risaliti updated OFBIZ-181:
---------------------------------

    Attachment: css_for_explore4.patch

Hi Jacques & David,

I have tried the suggestions of Chris Howe and they are true and probably solve this issue.
In attach a new patch, now seems also the product summary ok.
I have tested only on IE and FireFox, have you the possibility to test on Opera and others browser to be sure that now it's ok.

Thanks a lot
Marco


> In Microsoft Internet Explorer the ecommain.css is not parsed correctly
> -----------------------------------------------------------------------
>
>                 Key: OFBIZ-181
>                 URL: http://issues.apache.org/jira/browse/OFBIZ-181
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: Bug
>          Components: ecommerce
>    Affects Versions: SVN trunk
>         Environment: Windows
>            Reporter: Marco Risaliti
>         Assigned To: Jacques Le Roux
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: css_for_explore3.patch, css_for_explore4.patch, css_for_explorer.patch, css_for_explorer.patch2, ecomPeekaboo.patch
>
>
> In the ecommerce application using Internet Explorer same pages are not correctly show on screen due to a bug of Internet Explorer that doesn't parse correctly some css file.
> In particular those class into the ecommain.css are not correctly interpreted due to the use of the tag voice-family without the widht tag inside a class.
> rightonly
> leftonly
> center
> nocolumns
> ecom-header
> Some documentation to work-around and solve the issue can be found on this site:
> http://tantek.com/CSS/Examples/boxmodelhack.html
> So I have tried this work-around and it works now correctly.
> Can someone test it also on other browse like Firefox, Opera, Safari, ... and then if everything is ok apply this patch.
> Thanks a lot
> Marco Risaliti

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
Reply | Threaded
Open this post in threaded view
|

[jira] Commented: (OFBIZ-181) In Microsoft Internet Explorer the ecommain.css is not parsed correctly

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)
    [ http://issues.apache.org/jira/browse/OFBIZ-181?page=comments#action_12431385 ]
           
Chris Howe commented on OFBIZ-181:
----------------------------------

I'm not anywhere that I can test Marco's patch, but by reading the patch, I believe it's going to screw something up depending on how much content is in the box.


following this approach, http://wellstyled.com/css-minheight-hack.html , I believe will act more consistantly


> In Microsoft Internet Explorer the ecommain.css is not parsed correctly
> -----------------------------------------------------------------------
>
>                 Key: OFBIZ-181
>                 URL: http://issues.apache.org/jira/browse/OFBIZ-181
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: Bug
>          Components: ecommerce
>    Affects Versions: SVN trunk
>         Environment: Windows
>            Reporter: Marco Risaliti
>         Assigned To: Jacques Le Roux
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: css_for_explore3.patch, css_for_explore4.patch, css_for_explorer.patch, css_for_explorer.patch2, ecomPeekaboo.patch
>
>
> In the ecommerce application using Internet Explorer same pages are not correctly show on screen due to a bug of Internet Explorer that doesn't parse correctly some css file.
> In particular those class into the ecommain.css are not correctly interpreted due to the use of the tag voice-family without the widht tag inside a class.
> rightonly
> leftonly
> center
> nocolumns
> ecom-header
> Some documentation to work-around and solve the issue can be found on this site:
> http://tantek.com/CSS/Examples/boxmodelhack.html
> So I have tried this work-around and it works now correctly.
> Can someone test it also on other browse like Firefox, Opera, Safari, ... and then if everything is ok apply this patch.
> Thanks a lot
> Marco Risaliti

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
Reply | Threaded
Open this post in threaded view
|

[jira] Commented: (OFBIZ-181) In Microsoft Internet Explorer the ecommain.css is not parsed correctly

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)
    [ http://issues.apache.org/jira/browse/OFBIZ-181?page=comments#action_12431414 ]
           
Jacques Le Roux commented on OFBIZ-181:
---------------------------------------

Marco,

May you adapt your last patch with last Chris's remark, if needed ? I did not have a chance to try your last patch indeed.

Thanks to both

> In Microsoft Internet Explorer the ecommain.css is not parsed correctly
> -----------------------------------------------------------------------
>
>                 Key: OFBIZ-181
>                 URL: http://issues.apache.org/jira/browse/OFBIZ-181
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: Bug
>          Components: ecommerce
>    Affects Versions: SVN trunk
>         Environment: Windows
>            Reporter: Marco Risaliti
>         Assigned To: Jacques Le Roux
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: css_for_explore3.patch, css_for_explore4.patch, css_for_explorer.patch, css_for_explorer.patch2, ecomPeekaboo.patch
>
>
> In the ecommerce application using Internet Explorer same pages are not correctly show on screen due to a bug of Internet Explorer that doesn't parse correctly some css file.
> In particular those class into the ecommain.css are not correctly interpreted due to the use of the tag voice-family without the widht tag inside a class.
> rightonly
> leftonly
> center
> nocolumns
> ecom-header
> Some documentation to work-around and solve the issue can be found on this site:
> http://tantek.com/CSS/Examples/boxmodelhack.html
> So I have tried this work-around and it works now correctly.
> Can someone test it also on other browse like Firefox, Opera, Safari, ... and then if everything is ok apply this patch.
> Thanks a lot
> Marco Risaliti

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
Reply | Threaded
Open this post in threaded view
|

[jira] Commented: (OFBIZ-181) In Microsoft Internet Explorer the ecommain.css is not parsed correctly

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)
    [ http://issues.apache.org/jira/browse/OFBIZ-181?page=comments#action_12431648 ]
           
Marco Risaliti commented on OFBIZ-181:
--------------------------------------

Hi Jacques & Chris,

I have revert my previous patch and apply the corrected suggestion from Chris and I have also changed something to correcting the issue into the product summary.
I have tested on Internet Explorer and Firefox and now seems to be ok.

Thanks
Marco

> In Microsoft Internet Explorer the ecommain.css is not parsed correctly
> -----------------------------------------------------------------------
>
>                 Key: OFBIZ-181
>                 URL: http://issues.apache.org/jira/browse/OFBIZ-181
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: Bug
>          Components: ecommerce
>    Affects Versions: SVN trunk
>         Environment: Windows
>            Reporter: Marco Risaliti
>         Assigned To: Jacques Le Roux
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: css_for_explore3.patch, css_for_explore4.patch, css_for_explorer.patch, css_for_explorer.patch2, ecomPeekaboo.patch
>
>
> In the ecommerce application using Internet Explorer same pages are not correctly show on screen due to a bug of Internet Explorer that doesn't parse correctly some css file.
> In particular those class into the ecommain.css are not correctly interpreted due to the use of the tag voice-family without the widht tag inside a class.
> rightonly
> leftonly
> center
> nocolumns
> ecom-header
> Some documentation to work-around and solve the issue can be found on this site:
> http://tantek.com/CSS/Examples/boxmodelhack.html
> So I have tried this work-around and it works now correctly.
> Can someone test it also on other browse like Firefox, Opera, Safari, ... and then if everything is ok apply this patch.
> Thanks a lot
> Marco Risaliti

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
Reply | Threaded
Open this post in threaded view
|

[jira] Commented: (OFBIZ-181) In Microsoft Internet Explorer the ecommain.css is not parsed correctly

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)
    [ http://issues.apache.org/jira/browse/OFBIZ-181?page=comments#action_12431678 ]
           
Jacques Le Roux commented on OFBIZ-181:
---------------------------------------

Marco, Chris,

If I rightly applied patches (css_for_explore3.patch and then css_for_explore4.patch) there is still some problems  (at least) :

Firefox 1.5.0.6
. in Main view there is always a padding problem at  right of center column (products column)
. Cart view is completly destructured
. In product view the line under customer review is muchlonguer than others
. No more padding between left and center column (in general)

Opera 9.0.1
. In Main view padding problem at  right of center column (products column)
. Each product in the main view appears in a list (scroll at right). Seems to be Opera specific.
. Cart view is destructured (less than in Firefox)
. No more padding between left and center column (in general)
. Something strange : if in cart view you select "continue shopping" (or Main) the right column loose the cart view boxe (this is also the case with a version non patched)

IE 6
. Main view :
    . if products column is narrowed the column is shifted under the last boxe of the left column (you don't need to use 800*600 to see that)
     . Always a padding problem on large screens (not so large, 1400 is enough)

Sorry...

> In Microsoft Internet Explorer the ecommain.css is not parsed correctly
> -----------------------------------------------------------------------
>
>                 Key: OFBIZ-181
>                 URL: http://issues.apache.org/jira/browse/OFBIZ-181
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: Bug
>          Components: ecommerce
>    Affects Versions: SVN trunk
>         Environment: Windows
>            Reporter: Marco Risaliti
>         Assigned To: Jacques Le Roux
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: css_for_explore3.patch, css_for_explore4.patch, css_for_explorer.patch, css_for_explorer.patch2, ecomPeekaboo.patch
>
>
> In the ecommerce application using Internet Explorer same pages are not correctly show on screen due to a bug of Internet Explorer that doesn't parse correctly some css file.
> In particular those class into the ecommain.css are not correctly interpreted due to the use of the tag voice-family without the widht tag inside a class.
> rightonly
> leftonly
> center
> nocolumns
> ecom-header
> Some documentation to work-around and solve the issue can be found on this site:
> http://tantek.com/CSS/Examples/boxmodelhack.html
> So I have tried this work-around and it works now correctly.
> Can someone test it also on other browse like Firefox, Opera, Safari, ... and then if everything is ok apply this patch.
> Thanks a lot
> Marco Risaliti

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
Reply | Threaded
Open this post in threaded view
|

[jira] Commented: (OFBIZ-181) In Microsoft Internet Explorer the ecommain.css is not parsed correctly

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)
    [ http://issues.apache.org/jira/browse/OFBIZ-181?page=comments#action_12431679 ]
           
Marco Risaliti commented on OFBIZ-181:
--------------------------------------

Hi Jacques,

I'm sorry but I'm not explain to you very well, you have only to apply the patch css_for_explore4.patch.
Could you please try it.

Thanks
Marco


> In Microsoft Internet Explorer the ecommain.css is not parsed correctly
> -----------------------------------------------------------------------
>
>                 Key: OFBIZ-181
>                 URL: http://issues.apache.org/jira/browse/OFBIZ-181
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: Bug
>          Components: ecommerce
>    Affects Versions: SVN trunk
>         Environment: Windows
>            Reporter: Marco Risaliti
>         Assigned To: Jacques Le Roux
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: css_for_explore3.patch, css_for_explore4.patch, css_for_explorer.patch, css_for_explorer.patch2, ecomPeekaboo.patch
>
>
> In the ecommerce application using Internet Explorer same pages are not correctly show on screen due to a bug of Internet Explorer that doesn't parse correctly some css file.
> In particular those class into the ecommain.css are not correctly interpreted due to the use of the tag voice-family without the widht tag inside a class.
> rightonly
> leftonly
> center
> nocolumns
> ecom-header
> Some documentation to work-around and solve the issue can be found on this site:
> http://tantek.com/CSS/Examples/boxmodelhack.html
> So I have tried this work-around and it works now correctly.
> Can someone test it also on other browse like Firefox, Opera, Safari, ... and then if everything is ok apply this patch.
> Thanks a lot
> Marco Risaliti

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
Reply | Threaded
Open this post in threaded view
|

[jira] Commented: (OFBIZ-181) In Microsoft Internet Explorer the ecommain.css is not parsed correctly

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)
    [ http://issues.apache.org/jira/browse/OFBIZ-181?page=comments#action_12431681 ]
           
Chris Howe commented on OFBIZ-181:
----------------------------------

Marco hasn't attached a patch that integrates my comments (I don't believe).  All of the other attachments were correcting the wrong problem.  If you're testing, you should only be testing


peekaboo.patch by itself
this one does not attempt to correct any padding issues or min-height boxes issues

or

css for explorer 4 by itself
This one will likely still have issues with min-height boxes issues.

> In Microsoft Internet Explorer the ecommain.css is not parsed correctly
> -----------------------------------------------------------------------
>
>                 Key: OFBIZ-181
>                 URL: http://issues.apache.org/jira/browse/OFBIZ-181
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: Bug
>          Components: ecommerce
>    Affects Versions: SVN trunk
>         Environment: Windows
>            Reporter: Marco Risaliti
>         Assigned To: Jacques Le Roux
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: css_for_explore3.patch, css_for_explore4.patch, css_for_explorer.patch, css_for_explorer.patch2, ecomPeekaboo.patch
>
>
> In the ecommerce application using Internet Explorer same pages are not correctly show on screen due to a bug of Internet Explorer that doesn't parse correctly some css file.
> In particular those class into the ecommain.css are not correctly interpreted due to the use of the tag voice-family without the widht tag inside a class.
> rightonly
> leftonly
> center
> nocolumns
> ecom-header
> Some documentation to work-around and solve the issue can be found on this site:
> http://tantek.com/CSS/Examples/boxmodelhack.html
> So I have tried this work-around and it works now correctly.
> Can someone test it also on other browse like Firefox, Opera, Safari, ... and then if everything is ok apply this patch.
> Thanks a lot
> Marco Risaliti

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
Reply | Threaded
Open this post in threaded view
|

[jira] Commented: (OFBIZ-181) In Microsoft Internet Explorer the ecommain.css is not parsed correctly

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)
    [ http://issues.apache.org/jira/browse/OFBIZ-181?page=comments#action_12431683 ]
           
Marco Risaliti commented on OFBIZ-181:
--------------------------------------

Hi Chris,

Your patch peekaboo.patch  contains only those corrections :

+height:auto !important;
+height:1%;

and are included in my last patch css_for_explore4.patch.

If you don't want believe me you can modify and attach a new patch without any problems.
So you can do as you want.

Marco




> In Microsoft Internet Explorer the ecommain.css is not parsed correctly
> -----------------------------------------------------------------------
>
>                 Key: OFBIZ-181
>                 URL: http://issues.apache.org/jira/browse/OFBIZ-181
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: Bug
>          Components: ecommerce
>    Affects Versions: SVN trunk
>         Environment: Windows
>            Reporter: Marco Risaliti
>         Assigned To: Jacques Le Roux
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: css_for_explore3.patch, css_for_explore4.patch, css_for_explorer.patch, css_for_explorer.patch2, ecomPeekaboo.patch
>
>
> In the ecommerce application using Internet Explorer same pages are not correctly show on screen due to a bug of Internet Explorer that doesn't parse correctly some css file.
> In particular those class into the ecommain.css are not correctly interpreted due to the use of the tag voice-family without the widht tag inside a class.
> rightonly
> leftonly
> center
> nocolumns
> ecom-header
> Some documentation to work-around and solve the issue can be found on this site:
> http://tantek.com/CSS/Examples/boxmodelhack.html
> So I have tried this work-around and it works now correctly.
> Can someone test it also on other browse like Firefox, Opera, Safari, ... and then if everything is ok apply this patch.
> Thanks a lot
> Marco Risaliti

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
Reply | Threaded
Open this post in threaded view
|

[jira] Commented: (OFBIZ-181) In Microsoft Internet Explorer the ecommain.css is not parsed correctly

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)
    [ http://issues.apache.org/jira/browse/OFBIZ-181?page=comments#action_12431688 ]
           
Jacques Le Roux commented on OFBIZ-181:
---------------------------------------

Thanks to both,

Seemed strange also...

OK, I revert to svn and try last patch from Marco. Wil see after...

I have no IE 4...

> In Microsoft Internet Explorer the ecommain.css is not parsed correctly
> -----------------------------------------------------------------------
>
>                 Key: OFBIZ-181
>                 URL: http://issues.apache.org/jira/browse/OFBIZ-181
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: Bug
>          Components: ecommerce
>    Affects Versions: SVN trunk
>         Environment: Windows
>            Reporter: Marco Risaliti
>         Assigned To: Jacques Le Roux
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: css_for_explore3.patch, css_for_explore4.patch, css_for_explorer.patch, css_for_explorer.patch2, ecomPeekaboo.patch
>
>
> In the ecommerce application using Internet Explorer same pages are not correctly show on screen due to a bug of Internet Explorer that doesn't parse correctly some css file.
> In particular those class into the ecommain.css are not correctly interpreted due to the use of the tag voice-family without the widht tag inside a class.
> rightonly
> leftonly
> center
> nocolumns
> ecom-header
> Some documentation to work-around and solve the issue can be found on this site:
> http://tantek.com/CSS/Examples/boxmodelhack.html
> So I have tried this work-around and it works now correctly.
> Can someone test it also on other browse like Firefox, Opera, Safari, ... and then if everything is ok apply this patch.
> Thanks a lot
> Marco Risaliti

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
Reply | Threaded
Open this post in threaded view
|

[jira] Commented: (OFBIZ-181) In Microsoft Internet Explorer the ecommain.css is not parsed correctly

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)
    [ http://issues.apache.org/jira/browse/OFBIZ-181?page=comments#action_12431691 ]
           
Chris Howe commented on OFBIZ-181:
----------------------------------

Marco,

You're right that css for explorer 4 incorporates them, however css_for_explorer_4 doesn't incorporate the comments that I made on/at [29/Aug/06 02:50 PM].

It gets confusing when there are several bugs to be worked out ;)

> In Microsoft Internet Explorer the ecommain.css is not parsed correctly
> -----------------------------------------------------------------------
>
>                 Key: OFBIZ-181
>                 URL: http://issues.apache.org/jira/browse/OFBIZ-181
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: Bug
>          Components: ecommerce
>    Affects Versions: SVN trunk
>         Environment: Windows
>            Reporter: Marco Risaliti
>         Assigned To: Jacques Le Roux
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: css_for_explore3.patch, css_for_explore4.patch, css_for_explorer.patch, css_for_explorer.patch2, ecomPeekaboo.patch
>
>
> In the ecommerce application using Internet Explorer same pages are not correctly show on screen due to a bug of Internet Explorer that doesn't parse correctly some css file.
> In particular those class into the ecommain.css are not correctly interpreted due to the use of the tag voice-family without the widht tag inside a class.
> rightonly
> leftonly
> center
> nocolumns
> ecom-header
> Some documentation to work-around and solve the issue can be found on this site:
> http://tantek.com/CSS/Examples/boxmodelhack.html
> So I have tried this work-around and it works now correctly.
> Can someone test it also on other browse like Firefox, Opera, Safari, ... and then if everything is ok apply this patch.
> Thanks a lot
> Marco Risaliti

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
123