[
https://issues.apache.org/jira/browse/MYFACES-2771?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Werner Punz resolved MYFACES-2771.
----------------------------------
Fix Version/s: 2.0.1
Resolution: Fixed
fixed, I also fortified the querySelector fallbacks so that another option is
chosen in case the selector fails
> Javascript: Unit test for _Dom.findByStyleClass fails on IE8
> ------------------------------------------------------------
>
> Key: MYFACES-2771
> URL: https://issues.apache.org/jira/browse/MYFACES-2771
> Project: MyFaces Core
> Issue Type: Bug
> Affects Versions: 2.0.1-SNAPSHOT
> Reporter: Werner Punz
> Fix For: 2.0.1
>
>
> Some of the last changes broke the
> results = Dom.findByStyleClass(Dom.byId("level1"), "level2", true);
> UnitTest.assertTrue("three elements found due to deep scan being
> neglegted", results.length > 2);
>
> for IE8 the function is not used currently in the code but it needs to be
> fixed, probably an escaping issue related to the recent escaping bug fixed in
> the codebase.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.