-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mojarra 2.3 regression: Component rendered in wrong DOM level #21
Comments
I also added a comment somewhere (not sure where) somehow the second overlaypanel is rendered inside the first It didn't happen in Mojarra 2.2 and MyFaces 2.2/2.3 EDIT: |
@tandraschko this issue is in JBoss repository. A fork used in wildfly
server. The main issue is in eclipse ee4j.
Em qua, 22 de ago de 2018 10:18, Thomas Andraschko <[email protected]>
escreveu:
… I also added a comment somewhere (not sure where)
somehow the second overlaypanel is rendered inside the first
maybe the responsewrite does something wrong or some characters are
filtered on rendering
It didn't happen in Mojarra 2.2 and MyFaces 2.2/2.3
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#21 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ADacSeioQFeYImesnRTvlpDbDH2laxyhks5uTVoigaJpZM4WHoIX>
.
|
This error is caused partly by the panelGrid issue (primefaces/primefaces#4122) I reported before, and by the incorrect JSF implementation which I referred in #23. The JSF development team closed the referred issue (eclipse-ee4j/mojarra#4488) despite the fact that how vulnerable JSF become to component rendering problems, but seeing the positive attitude of @arjantijms I still hope this error will be fixed. I attached a modified version of the HtmlResponseWriter class (HtmlResponseWriter.java.txt) eliminating the elementNames stack. If you build the jboss mojarra project with this modified version, the error will dissapear. I only have done this to prove the problem with the JSF implementation. |
I think you can open an issue at wildfly side, so they can fix at wildfy https://issues.jboss.org/browse/WFLY-11147?filter=-4&jql=project%20%3D%20WFLY%20order%20by%20created%20DESC |
The wildfly issue is here: https://issues.jboss.org/browse/WFLY-11151 |
fixed in primefaces/primefaces#4122 thank you for investigate it, @abelet |
@erickdeoliveiraleal, I'm happy that by solving my problem I could help you also. :) |
I already reported in PrimeFaces side issue 1 and issue 2 but @tandraschko said it maybe a Mojarra 2.3 problem.
Sample XHTML
The text was updated successfully, but these errors were encountered: