Details

    • Type: New Feature New Feature
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: None
    • Fix Version/s: EE-4.2.0.GA, EE-3.3.0.GA_P05
    • Component/s: ACE-Components
    • Labels:
      None
    • Environment:
      jsf2 mobi ace

      Description

      Although primarily for mobile components, there could be a use for this with ace components as well.

      Android devices/api has
      https://www.youtube.com/watch?v=u9gDooP8IhU

      There are also jquery plugins for a "drawer" component that would do. See the following link for one such plugin:-
      http://www.jqueryscript.net/menu/jQuery-CSS3-Sliding-Menu-Using-Navigation-Drawer-Drawer.html

      Not sure if the existing menu based on wijmo can easily be configured for this (including navigation) using the popup feature with a slide-in but will attempt at some point a test case.

        Activity

        Judy Guglielmin created issue -
        Judy Guglielmin made changes -
        Field Original Value New Value
        Assignee Ken Fyten [ ken.fyten ]
        Judy Guglielmin made changes -
        Fix Version/s 4.3 [ 13096 ]
        Ken Fyten made changes -
        Assignee Ken Fyten [ ken.fyten ] Arturo Zambrano [ artzambrano ]
        Fix Version/s EE-4.2.0.GA [ 13071 ]
        Fix Version/s 4.3 [ 13096 ]
        Assignee Priority P2 [ 10011 ]
        Hide
        Ken Fyten added a comment -

        The focus for this component should be a panel with the sliding in/out behaviors that you can nest other components inside (ace:menu, etc).

        Show
        Ken Fyten added a comment - The focus for this component should be a panel with the sliding in/out behaviors that you can nest other components inside (ace:menu, etc).
        Ken Fyten made changes -
        Summary Create navigation Drawer component New ace:drawerPanel component
        Affects Version/s 4.2 [ 12870 ]
        Affects Documentation (User Guide, Ref. Guide, etc.),Sample App./Tutorial [ 10003, 10001 ]
        Component/s MOBI-Components [ 10270 ]
        Hide
        Arturo Zambrano added a comment -

        r51582: added initial version of ace:drawerPanel component

        Show
        Arturo Zambrano added a comment - r51582: added initial version of ace:drawerPanel component
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #51582 Thu Jun 01 15:19:40 MDT 2017 art.zambrano ICE-11286 added initial version of ace:drawerPanel component
        Files Changed
        Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/drawerpanel
        Commit graph ADD /icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/drawerpanel/DrawerPanelRenderer.java
        Commit graph ADD /icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/drawerpanel/DrawerPanelMeta.java
        Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/drawerpanel/drawerpanel.css
        Commit graph ADD /icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/drawerpanel
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/build.xml
        Commit graph ADD /icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/drawerpanel/DrawerPanel.java
        Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/drawerpanel/drawerpanel.js
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #51583 Thu Jun 01 15:42:06 MDT 2017 art.zambrano ICE-11286 fix to prevent contents showing when the page is loaded
        Files Changed
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/drawerpanel/DrawerPanelRenderer.java
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/drawerpanel/drawerpanel.js
        Hide
        Arturo Zambrano added a comment -

        r51591: added ability to specify the position of the drawer (top, right, bottom, left); added options to show the bars icon to open and close the drawer; added option to specify a different container to display the drawer instead of the window; made various other corrections

        Show
        Arturo Zambrano added a comment - r51591: added ability to specify the position of the drawer (top, right, bottom, left); added options to show the bars icon to open and close the drawer; added option to specify a different container to display the drawer instead of the window; made various other corrections
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #51591 Tue Jun 06 14:50:59 MDT 2017 art.zambrano ICE-11286 added ability to specify the position of the drawer (top, right, bottom, left); added options to show the bars icon to open and close the drawer; added option to specify a different container to display the drawer instead of the window; made various other corrections
        Files Changed
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/drawerpanel/DrawerPanelRenderer.java
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/drawerpanel/DrawerPanelMeta.java
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/drawerpanel/drawerpanel.css
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/drawerpanel/drawerpanel.js
        Hide
        Arturo Zambrano added a comment -

        r51592: added overview demo to showcase

        Show
        Arturo Zambrano added a comment - r51592: added overview demo to showcase
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #51592 Tue Jun 06 15:47:57 MDT 2017 art.zambrano ICE-11286 added overview demo to showcase
        Files Changed
        Commit graph ADD /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/drawerpanel
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/java/org/icefaces/samples/showcase/view/menu/data/CentralDataList.java
        Commit graph ADD /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/drawerpanel/drawerPanel.xhtml
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/resources/org/icefaces/samples/showcase/view/resources/messages.properties
        Commit graph ADD /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/java/org/icefaces/samples/showcase/example/ace/drawerpanel
        Commit graph ADD /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/java/org/icefaces/samples/showcase/example/ace/drawerpanel/DrawerPanelBean.java
        Hide
        Arturo Zambrano added a comment -

        r51594: fix to only set position:fixed; when the container is the window; fix to avoid applying any collision detection when positioning the panel in a container to ensure that it's actually displayed inside the container even if the container is out of scroll

        Show
        Arturo Zambrano added a comment - r51594: fix to only set position:fixed; when the container is the window; fix to avoid applying any collision detection when positioning the panel in a container to ensure that it's actually displayed inside the container even if the container is out of scroll
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #51594 Tue Jun 06 16:28:22 MDT 2017 art.zambrano ICE-11286 fix to only set position:fixed; when the container is the window; fix to avoid applying any collision detection when positioning the panel in a container to ensure that it's actually displayed inside the container even if the container is out of scroll
        Files Changed
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/drawerpanel/drawerpanel.css
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/drawerpanel/drawerpanel.js
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #51595 Tue Jun 06 16:38:41 MDT 2017 art.zambrano ICE-11286 minor fix
        Files Changed
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/drawerpanel/drawerpanel.js
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #51596 Tue Jun 06 16:39:18 MDT 2017 art.zambrano ICE-11286 modified show/hide buttons to avoid sending a request
        Files Changed
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/drawerpanel/drawerPanel.xhtml
        Hide
        Arturo Zambrano added a comment -

        Currently, the only supported effect is slide. Of the available effects in jQueryUI, I think the following could be suitable/feasible for the drawer panel: slide, fold, fade, drop, clip, and blind.

        From jQuery UI mobile, we could possibly port the reveal and push effects, which can be seen here:

        https://api.jquerymobile.com/panel/

        Show
        Arturo Zambrano added a comment - Currently, the only supported effect is slide. Of the available effects in jQueryUI, I think the following could be suitable/feasible for the drawer panel: slide, fold, fade, drop, clip, and blind. From jQuery UI mobile, we could possibly port the reveal and push effects, which can be seen here: https://api.jquerymobile.com/panel/
        Hide
        Ken Fyten added a comment -

        For this initial implementation of this component I think we could restrict the effect choices to slide (default), fade, and drop.

        Show
        Ken Fyten added a comment - For this initial implementation of this component I think we could restrict the effect choices to slide (default), fade, and drop.
        Hide
        Ken Fyten added a comment - - edited

        Showcase Demo Review Notes

        • More whitespace between config options border and top of show/hide buttons.
        • Show/Hide buttons could be one button that toggles between states.
        • Default slide delay should be much shorter, the effect is taking too long to complete.
        • The div at the bottom is far too long. Just make it slightly longer than the height of the panel contents.
        • How does the handle button work in terms of how where it gets rendered? I don't see it being rendered inside the div for the open, for example. Very likely the developer would want to place it themselves. Perhaps we need a separate child subcomponent for the handle that they can place where they want and bind to the drawer component?
        Show
        Ken Fyten added a comment - - edited Showcase Demo Review Notes More whitespace between config options border and top of show/hide buttons. Show/Hide buttons could be one button that toggles between states. Default slide delay should be much shorter, the effect is taking too long to complete. The div at the bottom is far too long. Just make it slightly longer than the height of the panel contents. How does the handle button work in terms of how where it gets rendered? I don't see it being rendered inside the div for the open, for example. Very likely the developer would want to place it themselves. Perhaps we need a separate child subcomponent for the handle that they can place where they want and bind to the drawer component?
        Hide
        Arturo Zambrano added a comment -

        r51641: added effect attribute with support for drop, fade, and slide; reduced effect duration to 500ms

        Show
        Arturo Zambrano added a comment - r51641: added effect attribute with support for drop, fade, and slide; reduced effect duration to 500ms
        Arturo Zambrano made changes -
        Status Open [ 1 ] Resolved [ 5 ]
        Resolution Fixed [ 1 ]
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #51641 Thu Jun 15 12:29:41 MDT 2017 art.zambrano ICE-11286 added effect attribute with support for drop, fade, and slide; reduced effect duration to 500ms
        Files Changed
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/drawerpanel/DrawerPanelRenderer.java
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/drawerpanel/DrawerPanelMeta.java
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/drawerpanel/drawerpanel.js
        Hide
        Arturo Zambrano added a comment -

        r51642: added more whitespace between config options border and top of show/hide buttons; modified Show/Hide buttons to toggles between states; made div container shorter and improved its styling; specified literal client ids instead of using component binding; added HTML opening handles for the div container to illustrate how they can be added and custom styled

        Copying explanation sent to Liana, regarding why the opening handle is not supported when the container isn't the whole window:

        That behaviour is mentioned in the TLD documentation. The handle is only applicable when the drawer is set for the whole viewport. This is so, because it's easy to position the handles in that case, since they all have a fixed position. When applying the drawer to a specific div, we could run into all kinds of issues. First of all, we would have to dynamically add the handle markup inside the div, which is something very unorthodox, and we would have to remove that code when unrendering/updating the component. That container div would also have to be absolute or relative positioned for this to work. Another option would be to require that the component be nested inside the div or the component where it should be displayed, but if the drawer is nested inside a component, it would be hard to determine the actual HTML node the drawer should be applied to, as the immediate parent could just be a span or an inline element, and, again, the element would have to be relative or absolute positioned. The easiest thing would be to simply create a handle with pure HTML/CSS, which is very easy to do. We could illustrate this in another demo.

        Show
        Arturo Zambrano added a comment - r51642: added more whitespace between config options border and top of show/hide buttons; modified Show/Hide buttons to toggles between states; made div container shorter and improved its styling; specified literal client ids instead of using component binding; added HTML opening handles for the div container to illustrate how they can be added and custom styled Copying explanation sent to Liana, regarding why the opening handle is not supported when the container isn't the whole window: That behaviour is mentioned in the TLD documentation. The handle is only applicable when the drawer is set for the whole viewport. This is so, because it's easy to position the handles in that case, since they all have a fixed position. When applying the drawer to a specific div, we could run into all kinds of issues. First of all, we would have to dynamically add the handle markup inside the div, which is something very unorthodox, and we would have to remove that code when unrendering/updating the component. That container div would also have to be absolute or relative positioned for this to work. Another option would be to require that the component be nested inside the div or the component where it should be displayed, but if the drawer is nested inside a component, it would be hard to determine the actual HTML node the drawer should be applied to, as the immediate parent could just be a span or an inline element, and, again, the element would have to be relative or absolute positioned. The easiest thing would be to simply create a handle with pure HTML/CSS, which is very easy to do. We could illustrate this in another demo.
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #51642 Thu Jun 15 13:40:35 MDT 2017 art.zambrano ICE-11286 added more whitespace between config options border and top of show/hide buttons; modified Show/Hide buttons to toggles between states; made div container shorter and improved its styling; specified literal client ids instead of using component binding; added HTML opening handles
        Files Changed
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/drawerpanel/drawerPanel.xhtml
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/java/org/icefaces/samples/showcase/example/ace/drawerpanel/DrawerPanelBean.java
        Hide
        Ken Fyten added a comment -

        Looks good.

        However, having the Show/Hide button toggle now raises an issue where it can go out of sync if the user opens the drawerPanel with the Show button, and closes it with the handle. The component should emit a show and and a hide client event, which the demo can register for to keep the Show/Hide toggle button in sync. Of course, these events would also be useful for applications.

        Show
        Ken Fyten added a comment - Looks good. However, having the Show/Hide button toggle now raises an issue where it can go out of sync if the user opens the drawerPanel with the Show button, and closes it with the handle. The component should emit a show and and a hide client event, which the demo can register for to keep the Show/Hide toggle button in sync. Of course, these events would also be useful for applications.
        Ken Fyten made changes -
        Resolution Fixed [ 1 ]
        Status Resolved [ 5 ] Reopened [ 4 ]
        Hide
        Arturo Zambrano added a comment - - edited

        r51667: added open and close ajax events
        r51668: modified demo to use open and close ajax events
        r51559: fixes to synchronize with the state of the Open/Close button

        Show
        Arturo Zambrano added a comment - - edited r51667: added open and close ajax events r51668: modified demo to use open and close ajax events r51559: fixes to synchronize with the state of the Open/Close button
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #51667 Tue Jun 20 15:54:50 MDT 2017 art.zambrano ICE-11286 added open and close ajax events
        Files Changed
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/drawerpanel/DrawerPanelRenderer.java
        Commit graph ADD /icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/event/OpenEvent.java
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/drawerpanel/DrawerPanelMeta.java
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/drawerpanel/DrawerPanel.java
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/drawerpanel/drawerpanel.js
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #51668 Tue Jun 20 15:57:41 MDT 2017 art.zambrano ICE-11286 modified demo to use open and close ajax events
        Files Changed
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/drawerpanel/drawerPanel.xhtml
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/java/org/icefaces/samples/showcase/example/ace/drawerpanel/DrawerPanelBean.java
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #51669 Tue Jun 20 16:48:13 MDT 2017 art.zambrano ICE-11286 fixes to synchronize with the state of the Open/Close button
        Files Changed
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/drawerpanel/drawerPanel.xhtml
        Ken Fyten made changes -
        Fix Version/s EE-3.3.0.GA_P05 [ 13082 ]
        Hide
        Ken Fyten added a comment -

        Once this is finished for EE 4.2 it needs to be backported to the EE 3.3 maintenance branch for P05 and the requesting customer.

        Show
        Ken Fyten added a comment - Once this is finished for EE 4.2 it needs to be backported to the EE 3.3 maintenance branch for P05 and the requesting customer.
        Hide
        Liana Munroe added a comment -

        Verified functionality of showcase ace:drawerPanel demo, ICEfaces 4 trunk r51673, Tomcat 8, MS Edge, IE 11, 10, 9, 8, FF 47, Chrome 59.

        Show
        Liana Munroe added a comment - Verified functionality of showcase ace:drawerPanel demo, ICEfaces 4 trunk r51673, Tomcat 8, MS Edge, IE 11, 10, 9, 8, FF 47, Chrome 59.
        Hide
        Arturo Zambrano added a comment - - edited

        r51579: added 'closeOnOutsideClick' attribute to enable closing the drawer when clicking or touching anywhere on the page outside the drawer; changed API and documentation to use the 'open' and 'close' commands instead of 'show' and 'hide' to better reflect the drawer analogy
        r51680: modified demo to use new API names

        Show
        Arturo Zambrano added a comment - - edited r51579: added 'closeOnOutsideClick' attribute to enable closing the drawer when clicking or touching anywhere on the page outside the drawer; changed API and documentation to use the 'open' and 'close' commands instead of 'show' and 'hide' to better reflect the drawer analogy r51680: modified demo to use new API names
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #51679 Wed Jun 21 19:54:32 MDT 2017 art.zambrano ICE-11286 added 'closeOnOutsideClick' attribute to enable closing the drawer when clicking or touching anywhere on the page outside the drawer; changed API and documentation to use the 'open' and 'close' commands instead of 'show' and 'hide' to better reflect the drawer analogy
        Files Changed
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/drawerpanel/DrawerPanelRenderer.java
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/drawerpanel/DrawerPanelMeta.java
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/drawerpanel/drawerpanel.js
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #51680 Wed Jun 21 19:56:28 MDT 2017 art.zambrano ICE-11286 modified demo to use new API names
        Files Changed
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/drawerpanel/drawerPanel.xhtml
        Hide
        Liana Munroe added a comment - - edited

        Tested showcase ace:drawerPanel demo using ICEfaces 4 trunk r51682, Tomcat 8, IE 11, FF 47, Chrome 59.
        After deselecting 'Show handle to close', then pressing 'Open' button the drawer does not open and a console error is seen:

        VM177:184 Uncaught TypeError: this.jq.parent(...).children(...).close is not a function
            at new ice.ace.DrawerPanel (eval at window.ice.icefaces.window.ice.globalEval (coalesced.js.jsf?ln=ice.core&dgst=m2ofw5:13576), <anonymous>:184:58)
            at Object.ice.ace.create (coalesced.js.jsf?ln=ice.core&dgst=m2ofw5:14032)
            at Object.ice.ace.lazy (coalesced.js.jsf?ln=ice.core&dgst=m2ofw5:14030)
            at ice.ace.lazy.registry.form:drawer (<anonymous>:1:67)
            at Object.ice.ace.instance (coalesced.js.jsf?ln=ice.core&dgst=m2ofw5:14029)
            at HTMLButtonElement.onclick (VM192 showcase.jsf?grp=ace:drawerPanel:1)
        Show
        Liana Munroe added a comment - - edited Tested showcase ace:drawerPanel demo using ICEfaces 4 trunk r51682, Tomcat 8, IE 11, FF 47, Chrome 59. After deselecting 'Show handle to close', then pressing 'Open' button the drawer does not open and a console error is seen: VM177:184 Uncaught TypeError: this .jq.parent(...).children(...).close is not a function at new ice.ace.DrawerPanel (eval at window.ice.icefaces.window.ice.globalEval (coalesced.js.jsf?ln=ice.core&dgst=m2ofw5:13576), <anonymous>:184:58) at Object .ice.ace.create (coalesced.js.jsf?ln=ice.core&dgst=m2ofw5:14032) at Object .ice.ace.lazy (coalesced.js.jsf?ln=ice.core&dgst=m2ofw5:14030) at ice.ace.lazy.registry.form:drawer (<anonymous>:1:67) at Object .ice.ace.instance (coalesced.js.jsf?ln=ice.core&dgst=m2ofw5:14029) at HTMLButtonElement.onclick (VM192 showcase.jsf?grp=ace:drawerPanel:1)
        Hide
        Arturo Zambrano added a comment -

        r51688: fixed function name; made correction in TLD documentation

        This fixes issue above.

        Show
        Arturo Zambrano added a comment - r51688: fixed function name; made correction in TLD documentation This fixes issue above.
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #51688 Thu Jun 22 14:24:08 MDT 2017 art.zambrano ICE-11286 fixed function name; made correction in TLD documentation
        Files Changed
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/drawerpanel/DrawerPanelMeta.java
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/drawerpanel/drawerpanel.js
        Hide
        Arturo Zambrano added a comment -

        r51692: added entries for ace:drawerPanel in AceSymbolicResourceHandler.java and resource-dependency.xml

        Show
        Arturo Zambrano added a comment - r51692: added entries for ace:drawerPanel in AceSymbolicResourceHandler.java and resource-dependency.xml
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #51692 Mon Jun 26 18:43:48 MDT 2017 art.zambrano ICE-11286 added entries for ace:drawerPanel in AceSymbolicResourceHandler.java and resource-dependency.xml
        Files Changed
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/META-INCLUDE/resource-dependency.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/renderkit/AceSymbolicResourceHandler.java
        Hide
        Arturo Zambrano added a comment -

        r51693: backported ace:drawerPanel component to the EE 3.3 maintenance branch

        Show
        Arturo Zambrano added a comment - r51693: backported ace:drawerPanel component to the EE 3.3 maintenance branch
        Arturo Zambrano made changes -
        Status Reopened [ 4 ] Resolved [ 5 ]
        Resolution Fixed [ 1 ]
        Hide
        Liana Munroe added a comment -

        Verified console error resolved ICEfaces 4 trunk r51694, Tomcat 8, IE 11, FF 47, Chrome 59. There is no content for the wiki at: http://www.icesoft.org/wiki/display/ICE/DrawerPanel

        Show
        Liana Munroe added a comment - Verified console error resolved ICEfaces 4 trunk r51694, Tomcat 8, IE 11, FF 47, Chrome 59. There is no content for the wiki at: http://www.icesoft.org/wiki/display/ICE/DrawerPanel
        Hide
        Arturo Zambrano added a comment - - edited

        r51740: added wiki page and committed various corrections to the documentation and other settings
        r51741: added comments to the demo to explain how to code opening handles

        Show
        Arturo Zambrano added a comment - - edited r51740: added wiki page and committed various corrections to the documentation and other settings r51741: added comments to the demo to explain how to code opening handles
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #51740 Mon Jul 10 18:25:57 MDT 2017 art.zambrano ICE-11286 various corrections
        Files Changed
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/list/ACEList.java
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/drawerpanel/DrawerPanelMeta.java
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/list/ListMeta.java
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/list/FilterState.java
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #51741 Mon Jul 10 18:41:29 MDT 2017 art.zambrano ICE-11286 added comments to the demo to explain how to code opening handles
        Files Changed
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/drawerpanel/drawerPanel.xhtml
        Hide
        Judy Guglielmin added a comment -

        backport showcase example from 4.x trunk to 3.3 maintenance and 3.3.0_P05-Beta

        Show
        Judy Guglielmin added a comment - backport showcase example from 4.x trunk to 3.3 maintenance and 3.3.0_P05-Beta
        Judy Guglielmin made changes -
        Resolution Fixed [ 1 ]
        Status Resolved [ 5 ] Reopened [ 4 ]
        Judy Guglielmin made changes -
        Assignee Arturo Zambrano [ artzambrano ] Judy Guglielmin [ judy.guglielmin ]
        Hide
        Judy Guglielmin added a comment -

        rev 51762 on ossrepo/icefaces-ee/tags/icefaces-ee-3.3.0.GA_P05-BETA backports the examples from ICEfaces 4 showcase for drawerPanel.
        Note the js errors for ice.ace.instance. Looked in the Meta file and no widgetVar attribute.

        Show
        Judy Guglielmin added a comment - rev 51762 on ossrepo/icefaces-ee/tags/icefaces-ee-3.3.0.GA_P05-BETA backports the examples from ICEfaces 4 showcase for drawerPanel. Note the js errors for ice.ace.instance. Looked in the Meta file and no widgetVar attribute.
        Judy Guglielmin made changes -
        Assignee Judy Guglielmin [ judy.guglielmin ] Arturo Zambrano [ artzambrano ]
        Hide
        Arturo Zambrano added a comment -

        r51763: fixed namespace, widgetvar and path errors in the demos (ossrepo/icefaces-ee/tags/icefaces-ee-3.3.0.GA_P05-BETA)

        Show
        Arturo Zambrano added a comment - r51763: fixed namespace, widgetvar and path errors in the demos (ossrepo/icefaces-ee/tags/icefaces-ee-3.3.0.GA_P05-BETA)
        Arturo Zambrano made changes -
        Status Reopened [ 4 ] Resolved [ 5 ]
        Resolution Fixed [ 1 ]
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #51769 Fri Jul 21 12:43:43 MDT 2017 art.zambrano ICE-11286 added ajax events to example menu links to prevent executing/rendering the drawer, causing it to briefly close and reopen the first time a menu link is clicked
        Files Changed
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/drawerpanel/drawerPanel.xhtml
        Hide
        Judy Guglielmin added a comment -

        backport showcase demo to 3.3.0 maintenance branch

        Show
        Judy Guglielmin added a comment - backport showcase demo to 3.3.0 maintenance branch
        Judy Guglielmin made changes -
        Resolution Fixed [ 1 ]
        Status Resolved [ 5 ] Reopened [ 4 ]
        Hide
        Judy Guglielmin added a comment -

        rev 51781 for 3.3.0 maintenance branch backport to showcase example app

        Show
        Judy Guglielmin added a comment - rev 51781 for 3.3.0 maintenance branch backport to showcase example app
        Judy Guglielmin made changes -
        Status Reopened [ 4 ] Resolved [ 5 ]
        Resolution Fixed [ 1 ]
        Hide
        Liana Munroe added a comment - - edited

        Verified ICEfaces EE-3.3.0 maintenance branch r51820, Tomcat 8, MS Edge, IE 11, 10, 9, 8, 7, FF 55, Chrome 60.

        The left menu is labeled incorrectly as Configuration instead of Overview. See screenshot drawer.png

        Show
        Liana Munroe added a comment - - edited Verified ICEfaces EE-3.3.0 maintenance branch r51820, Tomcat 8, MS Edge, IE 11, 10, 9, 8, 7, FF 55, Chrome 60. The left menu is labeled incorrectly as Configuration instead of Overview. See screenshot drawer.png
        Liana Munroe made changes -
        Attachment drawer.PNG [ 22577 ]
        Hide
        Judy Guglielmin added a comment -

        for subtitle fix in menu from Configuration to Overview

        Show
        Judy Guglielmin added a comment - for subtitle fix in menu from Configuration to Overview
        Judy Guglielmin made changes -
        Resolution Fixed [ 1 ]
        Status Resolved [ 5 ] Reopened [ 4 ]
        Judy Guglielmin made changes -
        Assignee Arturo Zambrano [ artzambrano ] Judy Guglielmin [ judy.guglielmin ]
        Hide
        Judy Guglielmin added a comment -

        rev 51821

        Show
        Judy Guglielmin added a comment - rev 51821
        Judy Guglielmin made changes -
        Status Reopened [ 4 ] Resolved [ 5 ]
        Resolution Fixed [ 1 ]
        Hide
        Liana Munroe added a comment -

        Verified ICEfaces EE-3.3.0 maintenance branch r51826

        Show
        Liana Munroe added a comment - Verified ICEfaces EE-3.3.0 maintenance branch r51826
        Ken Fyten made changes -
        Status Resolved [ 5 ] Closed [ 6 ]

          People

          • Assignee:
            Judy Guglielmin
            Reporter:
            Judy Guglielmin
          • Votes:
            1 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: