Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.0.1-SNAPSHOT
-
None
-
None
Description
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.