You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Adrian Crum (JIRA)" <ji...@apache.org> on 2007/03/06 19:33:24 UTC

[jira] Created: (OFBIZ-782) Layout bugs introduced with new style sheet

Layout bugs introduced with new style sheet
-------------------------------------------

                 Key: OFBIZ-782
                 URL: https://issues.apache.org/jira/browse/OFBIZ-782
             Project: OFBiz (The Open for Business Project)
          Issue Type: Bug
          Components: framework
            Reporter: Adrian Crum
            Priority: Minor




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


[jira] Commented: (OFBIZ-782) Layout bugs introduced with new style sheet

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

Adrian Crum commented on OFBIZ-782:
-----------------------------------

The floats I introduced were intended to fix problems with some screens that had their layouts go wacky with the conversion to ems. The problem is my changes are causing problems elsewhere. So I put the classes back the way they were.


> Layout bugs introduced with new style sheet
> -------------------------------------------
>
>                 Key: OFBIZ-782
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-782
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: Bug
>          Components: framework
>            Reporter: Adrian Crum
>            Priority: Minor
>         Attachments: maincss.patch
>
>


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


[jira] Commented: (OFBIZ-782) Layout bugs introduced with new style sheet

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

Adrian Crum commented on OFBIZ-782:
-----------------------------------

Jacopo,

You are correct, there is a problem in that screen. It is caused by combining the button-col and align-float styles in a <td> element. I removed the align-float style and the buttons work okay. The downside is, the buttons are no longer against the right side.


> Layout bugs introduced with new style sheet
> -------------------------------------------
>
>                 Key: OFBIZ-782
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-782
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: Bug
>          Components: framework
>            Reporter: Adrian Crum
>            Priority: Minor
>         Attachments: maincss.patch, maincss.patch, maincss.patch, maincss.patch, maincss.patch
>
>


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


[jira] Commented: (OFBIZ-782) Layout bugs introduced with new style sheet

Posted by "Chris Howe (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-782?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12478537 ] 

Chris Howe commented on OFBIZ-782:
----------------------------------

Hey Adrian,

I'm not in front of anything that I can test it out with, but I think you may have just had the floats backwards...the leftonly class might should be float:right; and the rightonly class might should be float:left;

Does that work?

> Layout bugs introduced with new style sheet
> -------------------------------------------
>
>                 Key: OFBIZ-782
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-782
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: Bug
>          Components: framework
>            Reporter: Adrian Crum
>            Priority: Minor
>         Attachments: maincss.patch
>
>


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


[jira] Updated: (OFBIZ-782) Layout bugs introduced with new style sheet

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

Adrian Crum updated OFBIZ-782:
------------------------------

    Attachment: maincss.patch

Same patch, more improvements.

> Layout bugs introduced with new style sheet
> -------------------------------------------
>
>                 Key: OFBIZ-782
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-782
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: Bug
>          Components: framework
>            Reporter: Adrian Crum
>            Priority: Minor
>         Attachments: maincss.patch, maincss.patch, maincss.patch, maincss.patch
>
>


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


[jira] Closed: (OFBIZ-782) Layout bugs introduced with new style sheet

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

Jacopo Cappellato closed OFBIZ-782.
-----------------------------------

    Resolution: Fixed

Adrian,

your last patch is in rev. 516473

Thanks

> Layout bugs introduced with new style sheet
> -------------------------------------------
>
>                 Key: OFBIZ-782
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-782
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: Bug
>          Components: framework
>            Reporter: Adrian Crum
>            Priority: Minor
>         Attachments: maincss.patch, maincss.patch, maincss.patch, maincss.patch, maincss.patch
>
>


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


[jira] Commented: (OFBIZ-782) Layout bugs introduced with new style sheet

Posted by "Jacopo Cappellato (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-782?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12479521 ] 

Jacopo Cappellato commented on OFBIZ-782:
-----------------------------------------

Adrian,

I've not tested your last patches, so please ignore my comment if you have already addressed this: 

I've noticed that in the party detail screen, the links in the right side of the screen that allow you to "update" a cc, run a "manual tx" and "cancel" a cc, after you click on one of them, slightly change their position.

I've tested it in win xp with firefox 2.0.0.2



> Layout bugs introduced with new style sheet
> -------------------------------------------
>
>                 Key: OFBIZ-782
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-782
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: Bug
>          Components: framework
>            Reporter: Adrian Crum
>            Priority: Minor
>         Attachments: maincss.patch, maincss.patch, maincss.patch, maincss.patch, maincss.patch
>
>


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


[jira] Updated: (OFBIZ-782) Layout bugs introduced with new style sheet

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

Adrian Crum updated OFBIZ-782:
------------------------------

    Attachment: maincss.patch

Same patch, but with another improvement.

> Layout bugs introduced with new style sheet
> -------------------------------------------
>
>                 Key: OFBIZ-782
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-782
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: Bug
>          Components: framework
>            Reporter: Adrian Crum
>            Priority: Minor
>         Attachments: maincss.patch, maincss.patch, maincss.patch
>
>


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


[jira] Updated: (OFBIZ-782) Layout bugs introduced with new style sheet

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

Adrian Crum updated OFBIZ-782:
------------------------------

    Attachment: maincss.patch

Same patch. Now includes form widget backwards-compatible styles.

> Layout bugs introduced with new style sheet
> -------------------------------------------
>
>                 Key: OFBIZ-782
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-782
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: Bug
>          Components: framework
>            Reporter: Adrian Crum
>            Priority: Minor
>         Attachments: maincss.patch, maincss.patch, maincss.patch, maincss.patch, maincss.patch
>
>


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


[jira] Updated: (OFBIZ-782) Layout bugs introduced with new style sheet

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

Adrian Crum updated OFBIZ-782:
------------------------------

    Attachment: maincss.patch

Same patch but with new style David Jones and I added.

> Layout bugs introduced with new style sheet
> -------------------------------------------
>
>                 Key: OFBIZ-782
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-782
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: Bug
>          Components: framework
>            Reporter: Adrian Crum
>            Priority: Minor
>         Attachments: maincss.patch, maincss.patch
>
>


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


[jira] Updated: (OFBIZ-782) Layout bugs introduced with new style sheet

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

Adrian Crum updated OFBIZ-782:
------------------------------

    Attachment: maincss.patch

Attached patch fixes some layout issues mentioned on dev mailing list.


> Layout bugs introduced with new style sheet
> -------------------------------------------
>
>                 Key: OFBIZ-782
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-782
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: Bug
>          Components: framework
>            Reporter: Adrian Crum
>            Priority: Minor
>         Attachments: maincss.patch
>
>


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