Volodymyr Siedlecki

Results 84 comments of Volodymyr Siedlecki

@tandraschko Build is passing now, and I've updated HtmlLabelRendererTest

@tandraschko added PRs for the other branches

One item I found -- this code doesn't seem to handle `jakarta.faces.Resource` in ajax responses Such as `]]>`. Feel free to test spec1423.xhtml [test-faces23-ajax.war.zip](https://github.com/apache/myfaces/files/9913931/test-faces23-ajax.war.zip) Source code is from: https://github.com/jakartaee/faces/tree/4.0.1/tck/faces23/ajax Here's...

@werpu Thanks for working on this! I tested it out, and it's improved. However, I still see some odd behavior. - The CSS stylesheets are applied (i.e background color changes),...

For the duplicates, I click the button twice which then add the script / link elements each time. I saw Mojarra had map to avoid this problem. Could we do...

@werpu Wanted to give you a quick update. Most tests are passing, but I see a few issues 1) f:param doesn't to be properly sent. For example: ``` ``` The...

Another thing I just noticed: The ajax file submissions (single / multiple) doesn't seem to work. https://github.com/jakartaee/faces/tree/master/tck/faces40/inputFile

Looking at the spec issues, closest one I found was https://github.com/javaee/mojarra/issues/1387

@tandraschko Another thing I spotted: Spec says we should fire PostRestoreStateEvent, but I don't see MF do that in the restore view.