tomahawk12 <t:htmlTag tag="br"/> generates <br></br> which many browsers parse 
as two break tags when parsing as HTML.
----------------------------------------------------------------------------------------------------------------------

                 Key: TOMAHAWK-1609
                 URL: https://issues.apache.org/jira/browse/TOMAHAWK-1609
             Project: MyFaces Tomahawk
          Issue Type: Bug
          Components: Html Tag
    Affects Versions: 1.1.11, 1.1.8
         Environment: WebSphere 7.0.x using Firefox 9, IE 8 and 9, and Chrome
            Reporter: Bob Mitchell


In the tomahawk12 library htmlTag forces tags specified by the "tag"attribute 
to have separate start and end tags.  However HTML specifically disallows 
certain tags, like 'br' having end tags.  Many browsers parse the end 'br' tag 
as a second tag, rather than an end to the first tag.

Note that the tomahawk (JSF 1.1 version) library does not do this.  It has a 
different implementation of the HtmlTagRenderer.encodeEnd method.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to