Jochen Kemnade created TAP5-2505:
------------------------------------
Summary: Different behavior of ElementWrapper.visible with jQuery
and Prototype
Key: TAP5-2505
URL: https://issues.apache.org/jira/browse/TAP5-2505
Project: Tapestry 5
Issue Type: Bug
Reporter: Jochen Kemnade
If an element is hidden via a CSS class, {{dom(element).visible()}} will return
{{false}} with jQuery and {{true}} with Prototype.
This is because the jQuery implementation checks the display style whereas the
Prototype implementation uses Element.visible
{{http://api.prototypejs.org/dom/Element/visible/}}.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)