Make use of the ElementWrapper.text() method, for jQuery compatibility
diff --git a/tapestry-core/src/main/coffeescript/META-INF/modules/t5/core/console.coffee b/tapestry-core/src/main/coffeescript/META-INF/modules/t5/core/console.coffee
index fcc6bf8..694913a 100644
--- a/tapestry-core/src/main/coffeescript/META-INF/modules/t5/core/console.coffee
+++ b/tapestry-core/src/main/coffeescript/META-INF/modules/t5/core/console.coffee
@@ -33,8 +33,7 @@
 
       text = text.toLowerCase()
 
-      filter = (e) ->
-        e.element.innerText.toLowerCase().indexOf(text) >= 0
+      filter = (e) -> e.text().toLowerCase().indexOf(text) >= 0
 
       return