ICEfaces
  1. ICEfaces
  2. ICE-3881

Effect name for "Slide" effect demo on Component Showcase doesn't "slide" with the panel

    Details

    • Type: Bug Bug
    • Status: Closed
    • Priority: Trivial Trivial
    • Resolution: Won't Fix
    • Affects Version/s: 1.7
    • Fix Version/s: 1.8DR#2, 1.8
    • Component/s: Sample Apps
    • Labels:
      None
    • Environment:
      All
    • Affects:
      Sample App./Tutorial

      Description

      When clicking the "Slide" effect on the effects demo of the Component Showcase, the label "Slide" doesn't move with the panel it's contained in, like the rest of the effect demo labels do.

        Activity

        Hide
        Igor Pustylnick added a comment - - edited

        This is a designed functionality of the effects javascript package we incorporated into ICEFACES. Functions Slide Up and Slide Down are implemented using scale and clipping technique where the box is gradually reduced to zero height. Use of this technique leaves contents of the box in the same screen position. If we want to move the content, we need to use Move function available in the effects toolkit in conjunction with scale and clip.
        See effects.js file in the bridge for more details.

        Show
        Igor Pustylnick added a comment - - edited This is a designed functionality of the effects javascript package we incorporated into ICEFACES. Functions Slide Up and Slide Down are implemented using scale and clipping technique where the box is gradually reduced to zero height. Use of this technique leaves contents of the box in the same screen position. If we want to move the content, we need to use Move function available in the effects toolkit in conjunction with scale and clip. See effects.js file in the bridge for more details.

          People

          • Assignee:
            Unassigned
            Reporter:
            Ken Fyten
          • Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: