[jira] Created: (OFBIZ-759) Html Screen Renderer outputs empty <span> elements

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

[jira] Created: (OFBIZ-759) Html Screen Renderer outputs empty <span> elements

Nicolas Malin (Jira)
Html Screen Renderer outputs empty <span> elements
--------------------------------------------------

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


The screen renderer will output empty <span> elements when there is no text to display - resulting in unnecessary markup and quirky layout.

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

Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-759) Html Screen Renderer outputs empty <span> elements

Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-759?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Adrian Crum updated OFBIZ-759:
------------------------------

    Attachment: screenrenderer.patch

Patch fixes the problem.

> Html Screen Renderer outputs empty <span> elements
> --------------------------------------------------
>
>                 Key: OFBIZ-759
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-759
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: Improvement
>          Components: framework
>            Reporter: Adrian Crum
>         Attachments: screenrenderer.patch
>
>
> The screen renderer will output empty <span> elements when there is no text to display - resulting in unnecessary markup and quirky layout.

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

Reply | Threaded
Open this post in threaded view
|

[jira] Commented: (OFBIZ-759) Html Screen Renderer outputs empty <span> elements

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

    [ https://issues.apache.org/jira/browse/OFBIZ-759?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12475539 ]

Adrian Crum commented on OFBIZ-759:
-----------------------------------

Oops. Someone please downgrade this to minor. Sorry.


> Html Screen Renderer outputs empty <span> elements
> --------------------------------------------------
>
>                 Key: OFBIZ-759
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-759
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: Improvement
>          Components: framework
>            Reporter: Adrian Crum
>         Attachments: screenrenderer.patch
>
>
> The screen renderer will output empty <span> elements when there is no text to display - resulting in unnecessary markup and quirky layout.

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

Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-759) Html Screen Renderer outputs empty <span> elements

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-759?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Adrian Crum updated OFBIZ-759:
------------------------------

    Attachment: screenrenderer.patch

A better patch.

> Html Screen Renderer outputs empty <span> elements
> --------------------------------------------------
>
>                 Key: OFBIZ-759
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-759
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: Improvement
>          Components: framework
>            Reporter: Adrian Crum
>         Attachments: screenrenderer.patch, screenrenderer.patch
>
>
> The screen renderer will output empty <span> elements when there is no text to display - resulting in unnecessary markup and quirky layout.

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

Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-759) Html Screen Renderer outputs empty <span> elements

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-759?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jacopo Cappellato updated OFBIZ-759:
------------------------------------

    Priority: Minor  (was: Major)

> Html Screen Renderer outputs empty <span> elements
> --------------------------------------------------
>
>                 Key: OFBIZ-759
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-759
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: Improvement
>          Components: framework
>            Reporter: Adrian Crum
>            Priority: Minor
>         Attachments: screenrenderer.patch, screenrenderer.patch
>
>
> The screen renderer will output empty <span> elements when there is no text to display - resulting in unnecessary markup and quirky layout.

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

Reply | Threaded
Open this post in threaded view
|

[jira] Assigned: (OFBIZ-759) Html Screen Renderer outputs empty <span> elements

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-759?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jacopo Cappellato reassigned OFBIZ-759:
---------------------------------------

    Assignee: Jacopo Cappellato

> Html Screen Renderer outputs empty <span> elements
> --------------------------------------------------
>
>                 Key: OFBIZ-759
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-759
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: Improvement
>          Components: framework
>            Reporter: Adrian Crum
>         Assigned To: Jacopo Cappellato
>            Priority: Minor
>         Attachments: screenrenderer.patch, screenrenderer.patch
>
>
> The screen renderer will output empty <span> elements when there is no text to display - resulting in unnecessary markup and quirky layout.

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

Reply | Threaded
Open this post in threaded view
|

[jira] Closed: (OFBIZ-759) Html Screen Renderer outputs empty <span> elements

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-759?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jacopo Cappellato closed OFBIZ-759.
-----------------------------------

    Resolution: Fixed

Thanks Adrian,

your patch is in rev. 511239


> Html Screen Renderer outputs empty <span> elements
> --------------------------------------------------
>
>                 Key: OFBIZ-759
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-759
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: Improvement
>          Components: framework
>            Reporter: Adrian Crum
>         Assigned To: Jacopo Cappellato
>            Priority: Minor
>         Attachments: screenrenderer.patch, screenrenderer.patch
>
>
> The screen renderer will output empty <span> elements when there is no text to display - resulting in unnecessary markup and quirky layout.

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