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

Add a ElementEffect of "none" that does no animation

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 5.3, 5.2, 5.1.0.5
    • 5.3
    • tapestry-core
    • None

    Description

      the show/update default effects causes sometimes a rendering bug, which stops javascript to work fine.

      Solution:
      Add the effect "none" and set to default for the Zone(and all other ajax-components) effect parameters: if an effect is wanted, it can be set manually.

      Here the code for the effect.

      Tapestry.ElementEffect.none = function(element)

      { return element; }

      Attachments

        Activity

          People

            hlship Howard Lewis Ship
            gmicali Giulio Micali
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: