[
https://issues.apache.org/jira/browse/MYFACES-4378?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17843567#comment-17843567
]
Melloware edited comment on MYFACES-4378 at 5/5/24 1:48 PM:
------------------------------------------------------------
Reopened with simple reproducer provided:
[https://github.com/omnifaces/omnifaces/issues/804]
Reported in PrimeFaces: [https://github.com/primefaces/primefaces/issues/11780]
Because PrimeFaces constantly appends to the `head` this will eventually cause
the browser to fill up the head making the DOM slower and slower if you are on
a page with AJAX constantly.
{code:java}
else if (id === PrimeFaces.ajax.RESOURCE) {
$('head').append(content);
} {code}
That was discovered in this issue:
[https://github.com/primefaces/primefaces/issues/11714]
[~werpu] you may be interested in this as well...
was (Author: melloware):
Reopened with simple reproducer provided:
[https://github.com/omnifaces/omnifaces/issues/804]
Reported in PrimeFaces: [https://github.com/primefaces/primefaces/issues/11780]
Because PrimeFaces constantly appends to the `head` this will eventually cause
the browser to fill up the head making the DOM slower and slower if you are on
a page with AJAX constantly.
{code:java}
else if (id === PrimeFaces.ajax.RESOURCE) {
$('head').append(content);
} {code}
That was discovered in this issue:
[https://github.com/primefaces/primefaces/issues/11714]
> onloadScript not rendering with non ajax command button if jstl type tag c:if
> is present on the page
> ----------------------------------------------------------------------------------------------------
>
> Key: MYFACES-4378
> URL: https://issues.apache.org/jira/browse/MYFACES-4378
> Project: MyFaces Core
> Issue Type: Task
> Affects Versions: 2.3.10, 2.3-next-M8, 4.0.2, 4.1.0-RC1
> Reporter: Thomas Andraschko
> Assignee: Thomas Andraschko
> Priority: Minor
> Attachments: pf-11780.zip, test.7z
>
>
> See https://github.com/omnifaces/omnifaces/issues/366
--
This message was sent by Atlassian Jira
(v8.20.10#820010)