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
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.