Uploaded image for project: 'Tapestry 5'
  1. Tapestry 5
  2. TAP5-2505

Different behavior of ElementWrapper.visible with jQuery and Prototype

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • tapestry-core
    • None

    Description

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

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              jkemnade Jochen Kemnade
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated: