[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] Created: (OFBIZ-181) In Microsoft Internet Explorer the ecommain.css is not parsed correctly

Nicolas Malin (Jira)
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
            Priority: Minor
         Attachments: css_for_explorer.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)
    [ http://issues.apache.org/jira/browse/OFBIZ-181?page=comments#action_12430338 ]
           
Marco Risaliti commented on OFBIZ-181:
--------------------------------------

I forgot to say that the patch contains also some improvement for i18n of the ecommerce application.

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
>            Priority: Minor
>         Attachments: css_for_explorer.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_12430466 ]
           
Jacques Le Roux commented on OFBIZ-181:
---------------------------------------

I tried using Firefox and IE Tab plugin (to view IE in Firefox). It seems ok to me. I vote for.

There is always a litle problem in Firefox when showing cart. The first title (Quick Add Continue Shopping Checkout) is truncated at bottom. I suggested a css patch some time ago (ok also in IE, I did not test Opera nor Safari). It could be integrated with this. For that I propose a new patch.

The ecommain.css part is enhanced by my modification which is :
@@ -230,7 +235,7 @@
 #ecom-mainarea .screenlet-header {
 background: #000099;
 padding-top: 1px;
-padding-bottom: 1px;
+padding-bottom: 3px;
 padding-right: 4px;
 padding-left: 4px;
 }


> 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
>            Priority: Minor
>         Attachments: css_for_explorer.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] Assigned: (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 ]

Jacques Le Roux reassigned OFBIZ-181:
-------------------------------------

    Assignee: Jacques Le Roux

> 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
>         Attachments: css_for_explorer.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 ]

Jacques Le Roux updated OFBIZ-181:
----------------------------------

    Attachment: css_for_explorer.patch2

css_for_explorer.patch2 replaces css_for_explorer.patch (little css enhancement)

> 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
>         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_12430559 ]
           
David E. Jones commented on OFBIZ-181:
--------------------------------------

Thanks for working on this stuff Marco and Jacques. The CSS in ecommerce certainly needs a lot of work and it's great to see effort going into this. I'm not a CSS expert, so I'd push for more feedback but given that the CSS in ecommerce has problems right now, I think just throwing it in is the best way to go. Once in SVN chances are more people will look at it and we'll get more feedback then (the good old commit and review process again...).

> 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
>         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] Closed: (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 ]

Jacques Le Roux closed OFBIZ-181.
---------------------------------

    Fix Version/s: SVN trunk
       Resolution: Fixed

Please Marco take care with your patches. In this one the last 2 files had an incomplete path.

Thanks for your work, it was a long time I was hoping for some progress in this area. Some may think that's it's only a demo UI, but one may not forget that it's our window open on the world :o)

In OFBiz rev 436946.

I'm reading "Designing With Web Standards, 2nd edition" (french edition ;o) from Jeffrey Zeldman and I encourage everybody interested in this area to read this book, please see http://www.zeldman.com/dwws/

> 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_12430780 ]
           
Marco Risaliti commented on OFBIZ-181:
--------------------------------------

I have test it again and seems to be ok.

Thanks a lot Jacques for your work and your promptly reply to this issue.




> 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_12430796 ]
           
Jacques Le Roux commented on OFBIZ-181:
---------------------------------------

I just tried in Opera (using OperaVIew in Firefox), it's ok too. It's the 1st time I use Opera : fast !

If someone could test in Camino/Safari ... (even if we already used the CTR process).

One point, in IE 6 (perhaps IE 7 will get rid of that ?) there is the PNG transparency problem.  We have already gif files in svn. But are we abilited to transform this files in gif format to get rid of this grey background when using IE ? Or is there another option we may use like this one (sorry french but the last images seen in IE speaks for itself) : http://www.pim.asso.fr/pages_externes/tth/faq_tutos/png/png32_a_ie.html

Thanks

BTW I saw for the 1st time the OFBiz's demo official "Store Policies", not bad ;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] 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_12430798 ]
           
Jacques Le Roux commented on OFBIZ-181:
---------------------------------------

Sorry above by "this files" I mean png product files. In the link, to see transparency in IE move the logo at end of page.


> 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_12430802 ]
           
Chris Howe commented on OFBIZ-181:
----------------------------------

for png i use this javascript solution

http://homepage.ntlworld.com/bobosola/pnghowto.htm

the author doesn't give license information...so who knows...

on the more info page there are alternative solutions

> 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_12430833 ]
           
Jacques Le Roux commented on OFBIZ-181:
---------------------------------------

Thanks Chris,

In the info page I found this reference that sound better http://www.daltonlp.com/daltonlp.cgi?item_type=1&item_id=217 (only CSS).

We may use it in OFBiz, what do you think folks ?

> 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_12430852 ]
           
Chris Howe commented on OFBIZ-181:
----------------------------------

I saw that one too.  I'm concerned on the link bug that he describes on that page as well as the other issues that are described in the comments section of that page.

> 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_12430887 ]
           
David E. Jones commented on OFBIZ-181:
--------------------------------------

I just did some quick (very cursory) tests of ecommerce in Firefox 1.5.0.6 and there are some issues with this change... The width of the center column is restricted and for very wide screens results in a big white space to the right of the column. Also, when the window is more narrow there is no padding between the center column and the right column.


> 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_12430896 ]
           
Jacques Le Roux commented on OFBIZ-181:
---------------------------------------

I propose to test it only on product images in eCommerce. We will see then. Anyway it seems that there is no "good" patch for this problem but IE 7 !

I often wonder why Micro$oft do nothing for such a long time for so well known problems like this. Marketing certainly, sometimes I hate statistics :(

> 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_12430899 ]
           
Marco Risaliti commented on OFBIZ-181:
--------------------------------------

I have download and install now Firefox  1.5.0.6 and in my Laptop there are not any problems.
Could you please tell me in details which screen is still affected to this issue so that I can investigate and solve the problem.

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_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_12430900 ]
           
Marco Risaliti commented on OFBIZ-181:
--------------------------------------

In case the issue is due to the explict use of fixed number of pixels we can use percentage.

> 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_12430902 ]
           
Jacques Le Roux commented on OFBIZ-181:
---------------------------------------

Yes David,

I can see this too.

Marco I think David has already well explained the problem : no padding between content (colum in the center : products) and the right column ( view car, checkout, etc). For instance, when the window is progressively narrowed the phenomenon is easily visible. However I'm not sure this was OK before : I did not try with a revert.

> 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] Reopened: (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 ]

Jacques Le Roux reopened OFBIZ-181:
-----------------------------------

             
Sorry Marco but there is more than that.

Under IE if you open and close your favorites, the cart (or the products column) is moving under the last boxe of the left column (when the favorites are opens).

I just tried on http://test.opentravelsystem.org/ecommerce/control/main and there you can see how the padding was working before.

I will revert tomorrow morning. Thanks to see if using percentages resolve this problem.

> 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_12430936 ]
           
Jacques Le Roux commented on OFBIZ-181:
---------------------------------------

The ecommain.css file is reverted from changes by Marco. Widthes in pix must certainly be changed to percentages. I kept my little change for cart header and i18n/i10n changes.  Committed in revision 437568.


> 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

       
123