Werner Punz created MYFACES-4596:
------------------------------------

             Summary: faces.ts style tags must retain their original position 
(and script tags as well)
                 Key: MYFACES-4596
                 URL: https://issues.apache.org/jira/browse/MYFACES-4596
             Project: MyFaces Core
          Issue Type: Bug
    Affects Versions: 4.0.0
            Reporter: Werner Punz
            Assignee: Werner Punz


This bug came from a corner case the Tobago guys had.

The problem is that the style tags are not retained at their proper position, 
but are evaled like script tags via the head appendix method.

While script tags only can be evaluated by appending them on the head for a 
short period of time, this is not needed for style tags.

I have a solution for this (see [https://github.com/werpu/jsfs_js_ts/pull/35 in 
the comments)|https://github.com/werpu/jsfs_js_ts/pull/35]

The Tobago guys thankfully have provided a test case. 

Fix will be in 4.0.1 including the provided unit test!

 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to