You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Blas Rodriguez Somoza (JIRA)" <ji...@apache.org> on 2010/04/19 04:24:50 UTC

[jira] Created: (OFBIZ-3716) Fields rendered with renderDisplayField needs a css style

Fields rendered with renderDisplayField needs a css style
---------------------------------------------------------

                 Key: OFBIZ-3716
                 URL: https://issues.apache.org/jira/browse/OFBIZ-3716
             Project: OFBiz
          Issue Type: Bug
          Components: framework
    Affects Versions: SVN trunk
            Reporter: Blas Rodriguez Somoza
            Priority: Trivial
             Fix For: SVN trunk
         Attachments: FIELD_DISPLAY_after.jpg, FIELD_DISPLAY_before.jpg

Fields rendered with renderDisplayField needs a css style to maintain the form spacing.

The patch add a style to the tomahawk css and a <span class="field-display"> in the htmlFormMacroLibrary

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


[jira] Updated: (OFBIZ-3716) Fields rendered with renderDisplayField needs a css style

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

Blas Rodriguez Somoza updated OFBIZ-3716:
-----------------------------------------

    Attachment: OFBIZ-3716_bizznesstime_after.jpg
                OFBIZ-3716_bizznesstime_before.jpg
                OFBIZ-3716_bluelight_after.jpg

> Fields rendered with renderDisplayField needs a css style
> ---------------------------------------------------------
>
>                 Key: OFBIZ-3716
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3716
>             Project: OFBiz
>          Issue Type: Bug
>          Components: framework
>    Affects Versions: SVN trunk
>            Reporter: Blas Rodriguez Somoza
>            Priority: Trivial
>             Fix For: SVN trunk
>
>         Attachments: FIELD_DISPLAY_before.jpg, OFBIZ-3716_bizznesstime_after.jpg, OFBIZ-3716_bizznesstime_before.jpg, OFBIZ-3716_bluelight_after.jpg, OFBIZ-3716_framework_fielddisplay.diff
>
>
> Fields rendered with renderDisplayField needs a css style to maintain the spacing between form fields.
> The patch add a <span class="field-display"> in the htmlFormMacroLibrary to be able to define a css style for those fields.
> This patch only define the tomahawk style, although the problem exists also in the other themes.

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


[jira] Updated: (OFBIZ-3716) Fields rendered with renderDisplayField needs a css style

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

Blas Rodriguez Somoza updated OFBIZ-3716:
-----------------------------------------

    Attachment: OFBIZ-3716_flatgrey_after.jpg
                OFBIZ-3716_flatgrey_before.jpg
                OFBIZ-3716_tomahawk_after.jpg

> Fields rendered with renderDisplayField needs a css style
> ---------------------------------------------------------
>
>                 Key: OFBIZ-3716
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3716
>             Project: OFBiz
>          Issue Type: Bug
>          Components: framework
>    Affects Versions: SVN trunk
>            Reporter: Blas Rodriguez Somoza
>            Priority: Trivial
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-3716_bizznesstime_after.jpg, OFBIZ-3716_bizznesstime_before.jpg, OFBIZ-3716_bluelight_after.jpg, OFBIZ-3716_bluelight_before.jpg, OFBIZ-3716_droppingcrumbs_after.jpg, OFBIZ-3716_droppingcrumbs_before.jpg, OFBIZ-3716_flatgrey_after.jpg, OFBIZ-3716_flatgrey_before.jpg, OFBIZ-3716_framework_fielddisplay.diff, OFBIZ-3716_tomahawk_after.jpg
>
>
> Fields rendered with renderDisplayField needs a css style to maintain the spacing between form fields.
> The patch add a <span class="field-display"> in the htmlFormMacroLibrary to be able to define a css style for those fields.
> This patch only define the tomahawk style, although the problem exists also in the other themes.

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


[jira] Updated: (OFBIZ-3716) Fields rendered with renderDisplayField needs a css style

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

Blas Rodriguez Somoza updated OFBIZ-3716:
-----------------------------------------

    Attachment:     (was: FIELD_DISPLAY_after.jpg)

> Fields rendered with renderDisplayField needs a css style
> ---------------------------------------------------------
>
>                 Key: OFBIZ-3716
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3716
>             Project: OFBiz
>          Issue Type: Bug
>          Components: framework
>    Affects Versions: SVN trunk
>            Reporter: Blas Rodriguez Somoza
>            Priority: Trivial
>             Fix For: SVN trunk
>
>         Attachments: FIELD_DISPLAY_before.jpg, OFBIZ-3716_bizznesstime_after.jpg, OFBIZ-3716_bizznesstime_before.jpg, OFBIZ-3716_bluelight_after.jpg, OFBIZ-3716_framework_fielddisplay.diff
>
>
> Fields rendered with renderDisplayField needs a css style to maintain the spacing between form fields.
> The patch add a <span class="field-display"> in the htmlFormMacroLibrary to be able to define a css style for those fields.
> This patch only define the tomahawk style, although the problem exists also in the other themes.

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


[jira] Updated: (OFBIZ-3716) Fields rendered with renderDisplayField needs a css style

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

Blas Rodriguez Somoza updated OFBIZ-3716:
-----------------------------------------

    Description: 
Fields rendered with renderDisplayField needs a css style to maintain the spacing between form fields.

The patch add a <span class="field-display"> in the htmlFormMacroLibrary to be able to define a css style for those fields.

This patch only define the tomahawk style, although the problem exists also in the other themes.

  was:
Fields rendered with renderDisplayField needs a css style to maintain the form spacing.

The patch add a style to the tomahawk css and a <span class="field-display"> in the htmlFormMacroLibrary


> Fields rendered with renderDisplayField needs a css style
> ---------------------------------------------------------
>
>                 Key: OFBIZ-3716
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3716
>             Project: OFBiz
>          Issue Type: Bug
>          Components: framework
>    Affects Versions: SVN trunk
>            Reporter: Blas Rodriguez Somoza
>            Priority: Trivial
>             Fix For: SVN trunk
>
>         Attachments: FIELD_DISPLAY_after.jpg, FIELD_DISPLAY_before.jpg, OFBIZ-3716_framework_fielddisplay.diff
>
>
> Fields rendered with renderDisplayField needs a css style to maintain the spacing between form fields.
> The patch add a <span class="field-display"> in the htmlFormMacroLibrary to be able to define a css style for those fields.
> This patch only define the tomahawk style, although the problem exists also in the other themes.

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


[jira] Commented: (OFBIZ-3716) Fields rendered with renderDisplayField needs a css style

Posted by "Blas Rodriguez Somoza (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-3716?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12858463#action_12858463 ] 

Blas Rodriguez Somoza commented on OFBIZ-3716:
----------------------------------------------

Added styles for all the themes in patch v2

> Fields rendered with renderDisplayField needs a css style
> ---------------------------------------------------------
>
>                 Key: OFBIZ-3716
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3716
>             Project: OFBiz
>          Issue Type: Bug
>          Components: framework
>    Affects Versions: SVN trunk
>            Reporter: Blas Rodriguez Somoza
>            Priority: Trivial
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-3716_bizznesstime_after.jpg, OFBIZ-3716_bizznesstime_before.jpg, OFBIZ-3716_bluelight_after.jpg, OFBIZ-3716_bluelight_before.jpg, OFBIZ-3716_droppingcrumbs_after.jpg, OFBIZ-3716_droppingcrumbs_before.jpg, OFBIZ-3716_flatgrey_after.jpg, OFBIZ-3716_flatgrey_before.jpg, OFBIZ-3716_framework_fielddisplay_v2.diff, OFBIZ-3716_tomahawk_after.jpg, OFBIZ-3716_tomahawk_before.jpg
>
>
> Fields rendered with renderDisplayField needs a css style to maintain the spacing between form fields.
> The patch add a <span class="field-display"> in the htmlFormMacroLibrary to be able to define a css style for those fields.
> This patch only define the tomahawk style, although the problem exists also in the other themes.

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


[jira] Updated: (OFBIZ-3716) Fields rendered with renderDisplayField needs a css style

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

Blas Rodriguez Somoza updated OFBIZ-3716:
-----------------------------------------

    Attachment: OFBIZ-3716_framework_fielddisplay.diff

> Fields rendered with renderDisplayField needs a css style
> ---------------------------------------------------------
>
>                 Key: OFBIZ-3716
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3716
>             Project: OFBiz
>          Issue Type: Bug
>          Components: framework
>    Affects Versions: SVN trunk
>            Reporter: Blas Rodriguez Somoza
>            Priority: Trivial
>             Fix For: SVN trunk
>
>         Attachments: FIELD_DISPLAY_after.jpg, FIELD_DISPLAY_before.jpg, OFBIZ-3716_framework_fielddisplay.diff
>
>
> Fields rendered with renderDisplayField needs a css style to maintain the form spacing.
> The patch add a style to the tomahawk css and a <span class="field-display"> in the htmlFormMacroLibrary

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


[jira] Updated: (OFBIZ-3716) Fields rendered with renderDisplayField needs a css style

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

Blas Rodriguez Somoza updated OFBIZ-3716:
-----------------------------------------

    Attachment: FIELD_DISPLAY_before.jpg
                FIELD_DISPLAY_after.jpg

> Fields rendered with renderDisplayField needs a css style
> ---------------------------------------------------------
>
>                 Key: OFBIZ-3716
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3716
>             Project: OFBiz
>          Issue Type: Bug
>          Components: framework
>    Affects Versions: SVN trunk
>            Reporter: Blas Rodriguez Somoza
>            Priority: Trivial
>             Fix For: SVN trunk
>
>         Attachments: FIELD_DISPLAY_after.jpg, FIELD_DISPLAY_before.jpg
>
>
> Fields rendered with renderDisplayField needs a css style to maintain the form spacing.
> The patch add a style to the tomahawk css and a <span class="field-display"> in the htmlFormMacroLibrary

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


[jira] Updated: (OFBIZ-3716) Fields rendered with renderDisplayField needs a css style

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

Blas Rodriguez Somoza updated OFBIZ-3716:
-----------------------------------------

    Attachment: OFBIZ-3716_tomahawk_before.jpg

> Fields rendered with renderDisplayField needs a css style
> ---------------------------------------------------------
>
>                 Key: OFBIZ-3716
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3716
>             Project: OFBiz
>          Issue Type: Bug
>          Components: framework
>    Affects Versions: SVN trunk
>            Reporter: Blas Rodriguez Somoza
>            Priority: Trivial
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-3716_bizznesstime_after.jpg, OFBIZ-3716_bizznesstime_before.jpg, OFBIZ-3716_bluelight_after.jpg, OFBIZ-3716_bluelight_before.jpg, OFBIZ-3716_droppingcrumbs_after.jpg, OFBIZ-3716_droppingcrumbs_before.jpg, OFBIZ-3716_flatgrey_after.jpg, OFBIZ-3716_flatgrey_before.jpg, OFBIZ-3716_framework_fielddisplay_v2.diff, OFBIZ-3716_tomahawk_after.jpg, OFBIZ-3716_tomahawk_before.jpg
>
>
> Fields rendered with renderDisplayField needs a css style to maintain the spacing between form fields.
> The patch add a <span class="field-display"> in the htmlFormMacroLibrary to be able to define a css style for those fields.
> This patch only define the tomahawk style, although the problem exists also in the other themes.

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


[jira] Updated: (OFBIZ-3716) Fields rendered with renderDisplayField needs a css style

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

Blas Rodriguez Somoza updated OFBIZ-3716:
-----------------------------------------

    Attachment: OFBIZ-3716_bluelight_before.jpg
                OFBIZ-3716_droppingcrumbs_after.jpg
                OFBIZ-3716_droppingcrumbs_before.jpg

> Fields rendered with renderDisplayField needs a css style
> ---------------------------------------------------------
>
>                 Key: OFBIZ-3716
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3716
>             Project: OFBiz
>          Issue Type: Bug
>          Components: framework
>    Affects Versions: SVN trunk
>            Reporter: Blas Rodriguez Somoza
>            Priority: Trivial
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-3716_bizznesstime_after.jpg, OFBIZ-3716_bizznesstime_before.jpg, OFBIZ-3716_bluelight_after.jpg, OFBIZ-3716_bluelight_before.jpg, OFBIZ-3716_droppingcrumbs_after.jpg, OFBIZ-3716_droppingcrumbs_before.jpg, OFBIZ-3716_flatgrey_after.jpg, OFBIZ-3716_flatgrey_before.jpg, OFBIZ-3716_framework_fielddisplay.diff, OFBIZ-3716_tomahawk_after.jpg
>
>
> Fields rendered with renderDisplayField needs a css style to maintain the spacing between form fields.
> The patch add a <span class="field-display"> in the htmlFormMacroLibrary to be able to define a css style for those fields.
> This patch only define the tomahawk style, although the problem exists also in the other themes.

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


[jira] Closed: (OFBIZ-3716) Fields rendered with renderDisplayField needs a css style

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

Blas Rodriguez Somoza closed OFBIZ-3716.
----------------------------------------

    Resolution: Later

There is a more general issue with fields, about vertical alignment and minimal line height, which I think should be solved first.
I'll reopen this one when the general issue is solved.

> Fields rendered with renderDisplayField needs a css style
> ---------------------------------------------------------
>
>                 Key: OFBIZ-3716
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3716
>             Project: OFBiz
>          Issue Type: Bug
>          Components: framework
>    Affects Versions: SVN trunk
>            Reporter: Blas Rodriguez Somoza
>            Priority: Trivial
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-3716_bizznesstime_after.jpg, OFBIZ-3716_bizznesstime_before.jpg, OFBIZ-3716_bluelight_after.jpg, OFBIZ-3716_bluelight_before.jpg, OFBIZ-3716_droppingcrumbs_after.jpg, OFBIZ-3716_droppingcrumbs_before.jpg, OFBIZ-3716_flatgrey_after.jpg, OFBIZ-3716_flatgrey_before.jpg, OFBIZ-3716_framework_fielddisplay_v2.diff, OFBIZ-3716_tomahawk_after.jpg, OFBIZ-3716_tomahawk_before.jpg
>
>
> Fields rendered with renderDisplayField needs a css style to maintain the spacing between form fields.
> The patch add a <span class="field-display"> in the htmlFormMacroLibrary to be able to define a css style for those fields.
> This patch only define the tomahawk style, although the problem exists also in the other themes.

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


[jira] Updated: (OFBIZ-3716) Fields rendered with renderDisplayField needs a css style

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

Blas Rodriguez Somoza updated OFBIZ-3716:
-----------------------------------------

    Attachment: OFBIZ-3716_framework_fielddisplay_v2.diff

> Fields rendered with renderDisplayField needs a css style
> ---------------------------------------------------------
>
>                 Key: OFBIZ-3716
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3716
>             Project: OFBiz
>          Issue Type: Bug
>          Components: framework
>    Affects Versions: SVN trunk
>            Reporter: Blas Rodriguez Somoza
>            Priority: Trivial
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-3716_bizznesstime_after.jpg, OFBIZ-3716_bizznesstime_before.jpg, OFBIZ-3716_bluelight_after.jpg, OFBIZ-3716_bluelight_before.jpg, OFBIZ-3716_droppingcrumbs_after.jpg, OFBIZ-3716_droppingcrumbs_before.jpg, OFBIZ-3716_flatgrey_after.jpg, OFBIZ-3716_flatgrey_before.jpg, OFBIZ-3716_framework_fielddisplay_v2.diff, OFBIZ-3716_tomahawk_after.jpg, OFBIZ-3716_tomahawk_before.jpg
>
>
> Fields rendered with renderDisplayField needs a css style to maintain the spacing between form fields.
> The patch add a <span class="field-display"> in the htmlFormMacroLibrary to be able to define a css style for those fields.
> This patch only define the tomahawk style, although the problem exists also in the other themes.

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


[jira] Updated: (OFBIZ-3716) Fields rendered with renderDisplayField needs a css style

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

Blas Rodriguez Somoza updated OFBIZ-3716:
-----------------------------------------

    Attachment:     (was: FIELD_DISPLAY_before.jpg)

> Fields rendered with renderDisplayField needs a css style
> ---------------------------------------------------------
>
>                 Key: OFBIZ-3716
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3716
>             Project: OFBiz
>          Issue Type: Bug
>          Components: framework
>    Affects Versions: SVN trunk
>            Reporter: Blas Rodriguez Somoza
>            Priority: Trivial
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-3716_bizznesstime_after.jpg, OFBIZ-3716_bizznesstime_before.jpg, OFBIZ-3716_bluelight_after.jpg, OFBIZ-3716_framework_fielddisplay.diff
>
>
> Fields rendered with renderDisplayField needs a css style to maintain the spacing between form fields.
> The patch add a <span class="field-display"> in the htmlFormMacroLibrary to be able to define a css style for those fields.
> This patch only define the tomahawk style, although the problem exists also in the other themes.

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


[jira] Updated: (OFBIZ-3716) Fields rendered with renderDisplayField needs a css style

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

Blas Rodriguez Somoza updated OFBIZ-3716:
-----------------------------------------

    Attachment:     (was: OFBIZ-3716_framework_fielddisplay.diff)

> Fields rendered with renderDisplayField needs a css style
> ---------------------------------------------------------
>
>                 Key: OFBIZ-3716
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3716
>             Project: OFBiz
>          Issue Type: Bug
>          Components: framework
>    Affects Versions: SVN trunk
>            Reporter: Blas Rodriguez Somoza
>            Priority: Trivial
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-3716_bizznesstime_after.jpg, OFBIZ-3716_bizznesstime_before.jpg, OFBIZ-3716_bluelight_after.jpg, OFBIZ-3716_bluelight_before.jpg, OFBIZ-3716_droppingcrumbs_after.jpg, OFBIZ-3716_droppingcrumbs_before.jpg, OFBIZ-3716_flatgrey_after.jpg, OFBIZ-3716_flatgrey_before.jpg, OFBIZ-3716_framework_fielddisplay_v2.diff, OFBIZ-3716_tomahawk_after.jpg, OFBIZ-3716_tomahawk_before.jpg
>
>
> Fields rendered with renderDisplayField needs a css style to maintain the spacing between form fields.
> The patch add a <span class="field-display"> in the htmlFormMacroLibrary to be able to define a css style for those fields.
> This patch only define the tomahawk style, although the problem exists also in the other themes.

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