Details

    • Type: New Feature New Feature
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: None
    • Fix Version/s: 4.0.BETA, EE-3.3.0.GA_P02, 4.0
    • Component/s: ACE-Components
    • Labels:
      None
    • Environment:
      ICEfaces 3.x, ACE comps
    • Assignee Priority:
      P2
    • Affects:
      Documentation (User Guide, Ref. Guide, etc.), Sample App./Tutorial

      Description

      Add a new ace:radioButton component. This component will essentially be a clone of the ace:checkboxButton, but with radio-button images by default.

      Also, when used in conjunction with an ace:buttonGroup, the ace:radioButton components will be selected in a mutually exclusive manner.

        Activity

        Ken Fyten created issue -
        Ken Fyten made changes -
        Field Original Value New Value
        Fix Version/s 3.4 [ 10770 ]
        Ken Fyten made changes -
        Assignee yip.ng [ yip.ng ]
        Ken Fyten made changes -
        Assignee Priority P2 [ 10011 ]
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #37331 Wed Aug 07 17:42:48 MDT 2013 yip.ng ICE-9477: New ace:radioButton component.
        Files Changed
        Commit graph ADD /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/radiobutton/radiobutton.css
        Commit graph ADD /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/radiobutton
        Commit graph ADD /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/radiobutton/background-highlight.png
        Commit graph ADD /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/radiobutton/RadioButtonRenderer.java
        Commit graph ADD /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/radiobutton
        Commit graph ADD /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/radiobutton/background-active.png
        Commit graph ADD /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/radiobutton/background-focus.png
        Commit graph ADD /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/radiobutton/background.png
        Commit graph ADD /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/radiobutton/RadioButton.java
        Commit graph ADD /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/radiobutton/RadioButtonMeta.java
        Commit graph ADD /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/radiobutton/radiobutton.js
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/build.xml
        Commit graph ADD /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/radiobutton/background-disabled.gif
        Hide
        yip.ng added a comment -

        Radio button component created based on checkbox button component. Icons used are the ui-icon-radio-on and ui-icon-radio-off icons from theme style sheets.

        • The on and off icons seem to be switched in latest jQuery UI version compared to our theme style sheets. Added override CSS to adhere to new version.
        • Theme icon color determined by ui-state classes, but the ui-state classes also dictate the background color, so you get a colored squared look. If we don't use ui-state classes, then the the radio buttons will just be a black/gray color.

        See it in action.

        A: C:\svn\ossrepo\icefaces3\trunk\icefaces\ace\component\resources\icefaces.ace\radiobutton\background-active.png#37331
        A: C:\svn\ossrepo\icefaces3\trunk\icefaces\ace\component\resources\icefaces.ace\radiobutton\background-disabled.gif#37331
        A: C:\svn\ossrepo\icefaces3\trunk\icefaces\ace\component\resources\icefaces.ace\radiobutton\background-focus.png#37331
        A: C:\svn\ossrepo\icefaces3\trunk\icefaces\ace\component\resources\icefaces.ace\radiobutton\background-highlight.png#37331
        A: C:\svn\ossrepo\icefaces3\trunk\icefaces\ace\component\resources\icefaces.ace\radiobutton\background.png#37331
        M: C:\svn\ossrepo\icefaces3\trunk\icefaces\ace\component\build.xml#37331
        A: C:\svn\ossrepo\icefaces3\trunk\icefaces\ace\component\resources\icefaces.ace\radiobutton#37331
        A: C:\svn\ossrepo\icefaces3\trunk\icefaces\ace\component\src\org\icefaces\ace\component\radiobutton#37331
        A: C:\svn\ossrepo\icefaces3\trunk\icefaces\ace\component\resources\icefaces.ace\radiobutton\radiobutton.css#37331
        A: C:\svn\ossrepo\icefaces3\trunk\icefaces\ace\component\src\org\icefaces\ace\component\radiobutton\RadioButton.java#37331
        A: C:\svn\ossrepo\icefaces3\trunk\icefaces\ace\component\resources\icefaces.ace\radiobutton\radiobutton.js#37331
        A: C:\svn\ossrepo\icefaces3\trunk\icefaces\ace\component\src\org\icefaces\ace\component\radiobutton\RadioButtonMeta.java#37331
        A: C:\svn\ossrepo\icefaces3\trunk\icefaces\ace\component\src\org\icefaces\ace\component\radiobutton\RadioButtonRenderer.java#37331

        Show
        yip.ng added a comment - Radio button component created based on checkbox button component. Icons used are the ui-icon-radio-on and ui-icon-radio-off icons from theme style sheets. The on and off icons seem to be switched in latest jQuery UI version compared to our theme style sheets. Added override CSS to adhere to new version. Theme icon color determined by ui-state classes, but the ui-state classes also dictate the background color, so you get a colored squared look. If we don't use ui-state classes, then the the radio buttons will just be a black/gray color. See it in action . A: C:\svn\ossrepo\icefaces3\trunk\icefaces\ace\component\resources\icefaces.ace\radiobutton\background-active.png#37331 A: C:\svn\ossrepo\icefaces3\trunk\icefaces\ace\component\resources\icefaces.ace\radiobutton\background-disabled.gif#37331 A: C:\svn\ossrepo\icefaces3\trunk\icefaces\ace\component\resources\icefaces.ace\radiobutton\background-focus.png#37331 A: C:\svn\ossrepo\icefaces3\trunk\icefaces\ace\component\resources\icefaces.ace\radiobutton\background-highlight.png#37331 A: C:\svn\ossrepo\icefaces3\trunk\icefaces\ace\component\resources\icefaces.ace\radiobutton\background.png#37331 M: C:\svn\ossrepo\icefaces3\trunk\icefaces\ace\component\build.xml#37331 A: C:\svn\ossrepo\icefaces3\trunk\icefaces\ace\component\resources\icefaces.ace\radiobutton#37331 A: C:\svn\ossrepo\icefaces3\trunk\icefaces\ace\component\src\org\icefaces\ace\component\radiobutton#37331 A: C:\svn\ossrepo\icefaces3\trunk\icefaces\ace\component\resources\icefaces.ace\radiobutton\radiobutton.css#37331 A: C:\svn\ossrepo\icefaces3\trunk\icefaces\ace\component\src\org\icefaces\ace\component\radiobutton\RadioButton.java#37331 A: C:\svn\ossrepo\icefaces3\trunk\icefaces\ace\component\resources\icefaces.ace\radiobutton\radiobutton.js#37331 A: C:\svn\ossrepo\icefaces3\trunk\icefaces\ace\component\src\org\icefaces\ace\component\radiobutton\RadioButtonMeta.java#37331 A: C:\svn\ossrepo\icefaces3\trunk\icefaces\ace\component\src\org\icefaces\ace\component\radiobutton\RadioButtonRenderer.java#37331
        Hide
        yip.ng added a comment -

        Radio button group also done. See ICE-9476.

        Show
        yip.ng added a comment - Radio button group also done. See ICE-9476 .
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #37352 Fri Aug 09 00:07:16 MDT 2013 mark.collette ICE-9477: New ace:radioButton component.
        Files Changed
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/build.xml
        Ken Fyten made changes -
        Status Open [ 1 ] Resolved [ 5 ]
        Affects Documentation (User Guide, Ref. Guide, etc.),Sample App./Tutorial [ 10003, 10001 ]
        Resolution Fixed [ 1 ]
        Hide
        Ken Fyten added a comment -

        Let's update the showcase demos to add one for ace:radioButton and ace:buttonGroup.

        Show
        Ken Fyten added a comment - Let's update the showcase demos to add one for ace:radioButton and ace:buttonGroup.
        Ken Fyten made changes -
        Resolution Fixed [ 1 ]
        Status Resolved [ 5 ] Reopened [ 4 ]
        Assignee yip.ng [ yip.ng ] Arturo Zambrano [ artzambrano ]
        Hide
        Arturo Zambrano added a comment -

        Added demos for ace:radioButton and ace:buttonGroup at revision 37448.

        Show
        Arturo Zambrano added a comment - Added demos for ace:radioButton and ace:buttonGroup at revision 37448.
        Arturo Zambrano made changes -
        Status Reopened [ 4 ] Resolved [ 5 ]
        Resolution Fixed [ 1 ]
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #37448 Tue Aug 20 10:25:30 MDT 2013 art.zambrano ICE-9477 added demos for ace:radioButton and ace:buttonGroup; ICE-9496 fixed ace:chart location in the menu
        Files Changed
        Commit graph ADD /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/css/images/radio-selected-gray.png
        Commit graph ADD /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/buttonGroup/buttongroup.xhtml
        Commit graph ADD /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/java/org/icefaces/samples/showcase/example/ace/radioButton
        Commit graph ADD /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/css/images/radio-selected.png
        Commit graph ADD /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/radioButton/radiobutton.xhtml
        Commit graph ADD /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/buttonGroup
        Commit graph MODIFY /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/resources/org/icefaces/samples/showcase/view/resources/messages.properties
        Commit graph ADD /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/java/org/icefaces/samples/showcase/example/ace/buttonGroup/ButtonGroupBean.java
        Commit graph ADD /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/radioButton
        Commit graph ADD /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/css/images/radio-unselected.png
        Commit graph MODIFY /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/java/org/icefaces/samples/showcase/view/navigation/AceMenu.java
        Commit graph ADD /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/java/org/icefaces/samples/showcase/example/ace/radioButton/RadioButtonBean.java
        Commit graph ADD /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/java/org/icefaces/samples/showcase/example/ace/buttonGroup
        Commit graph ADD /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/radioButton/radiobuttoncustom.xhtml
        Commit graph ADD /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/java/org/icefaces/samples/showcase/example/ace/radioButton/RadioButtonCustomBean.java
        Ken Fyten made changes -
        Resolution Fixed [ 1 ]
        Status Resolved [ 5 ] Reopened [ 4 ]
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #37836 Tue Sep 10 14:42:20 MDT 2013 art.zambrano ICE-9477 changed ace:radioButton behaviour to not deselect it when activating/clicking on it again; changed the component initialization procedure from lazy to eager; modified ace:buttonGroup to support other nested components and not only checkboxes and radio buttons; added label and labelPosition support to ace:radioButton; fixed issue with ace:buttonGroup having to be immediate parent in order for radio button to know its group id
        Files Changed
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/radiobutton/RadioButtonMeta.java
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/buttongroup/ButtonGroupRenderer.java
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/radiobutton/RadioButtonRenderer.java
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/radiobutton/radiobutton.js
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #37837 Tue Sep 10 14:44:41 MDT 2013 art.zambrano ICE-9477 updated demo to adjust to recent changes
        Files Changed
        Commit graph MODIFY /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/radioButton/radiobutton.xhtml
        Commit graph MODIFY /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/java/org/icefaces/samples/showcase/example/ace/radioButton/RadioButtonBean.java
        Hide
        Arturo Zambrano added a comment -

        Committed the following fixes and improvements at revision 37837:

        • Changed ace:radioButton behaviour to not deselect it when activating/clicking on it again.
        • Changed the component initialization procedure from lazy to eager. All radio buttons inside a button group have to be initialized in order to be able to toggle them on an off when one of them is activated. Specifically, the probelm was that when reloading the page and there was a selected radio button already, it was possible to select another radio button in the same group, without deselecting the radio button that was already selected when reloading the page. This was so, because the selected styling came from the server that way, but in the client that radio button hadn't been initialized, so it wasn't possible to deselect it when selecting another radio button.
        • Modified ace:buttonGroup to support other nested components and not only checkboxes and radio buttons.
        • Added label and labelPosition support to ace:radioButton.
        • Fixed issue with ace:buttonGroup having to be immediate parent in order for radio button to know its group id.
        Show
        Arturo Zambrano added a comment - Committed the following fixes and improvements at revision 37837: Changed ace:radioButton behaviour to not deselect it when activating/clicking on it again. Changed the component initialization procedure from lazy to eager. All radio buttons inside a button group have to be initialized in order to be able to toggle them on an off when one of them is activated. Specifically, the probelm was that when reloading the page and there was a selected radio button already, it was possible to select another radio button in the same group, without deselecting the radio button that was already selected when reloading the page. This was so, because the selected styling came from the server that way, but in the client that radio button hadn't been initialized, so it wasn't possible to deselect it when selecting another radio button. Modified ace:buttonGroup to support other nested components and not only checkboxes and radio buttons. Added label and labelPosition support to ace:radioButton. Fixed issue with ace:buttonGroup having to be immediate parent in order for radio button to know its group id.
        Hide
        Arturo Zambrano added a comment -

        Removed borders, background and active styling from radio button at revision 37839. Now, only the icons are rendered, as well as the hover styling.

        Show
        Arturo Zambrano added a comment - Removed borders, background and active styling from radio button at revision 37839. Now, only the icons are rendered, as well as the hover styling.
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #37839 Tue Sep 10 15:21:16 MDT 2013 art.zambrano ICE-9477 removed borders, background, and active styling from the radio button, leaving only the icon and hover styling
        Files Changed
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/radiobutton/radiobutton.css
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/radiobutton/RadioButtonRenderer.java
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/radiobutton/radiobutton.js
        Hide
        Arturo Zambrano added a comment -

        Remaining issues:

        • There's an ajax request for every radio button in the button group that has an ajax tag whenever one of the buttons is selected. This is caused by indirectly toggling the other buttons, which still fires an ajax request. We need to decide if we want to keep this behaviour or not. I would say this behaviour should be removed, since app developers are often more interested in actual user actions than programmatic changes in the client.
        • mutuallyExclusive=false not working, it keeps working in a mutually exclusive way.
        • Need to rename CSS class names for things to work with custom images.
        Show
        Arturo Zambrano added a comment - Remaining issues: There's an ajax request for every radio button in the button group that has an ajax tag whenever one of the buttons is selected. This is caused by indirectly toggling the other buttons, which still fires an ajax request. We need to decide if we want to keep this behaviour or not. I would say this behaviour should be removed, since app developers are often more interested in actual user actions than programmatic changes in the client. mutuallyExclusive=false not working, it keeps working in a mutually exclusive way. Need to rename CSS class names for things to work with custom images.
        Hide
        Ken Fyten added a comment -

        There's an ajax request for every radio button in the button group that has an ajax tag whenever one of the buttons is selected. This is caused by indirectly toggling the other buttons, which still fires an ajax request. We need to decide if we want to keep this behaviour or not. I would say this behaviour should be removed, since app developers are often more interested in actual user actions than programmatic changes in the client.

        Let's add a new "deactivate" ace:ajax event for the button that will fire when deselected, then "activate" only fires when the button is selected (and not when it is deselected).

        Show
        Ken Fyten added a comment - There's an ajax request for every radio button in the button group that has an ajax tag whenever one of the buttons is selected. This is caused by indirectly toggling the other buttons, which still fires an ajax request. We need to decide if we want to keep this behaviour or not. I would say this behaviour should be removed, since app developers are often more interested in actual user actions than programmatic changes in the client. Let's add a new "deactivate" ace:ajax event for the button that will fire when deselected, then "activate" only fires when the button is selected (and not when it is deselected).
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #37860 Thu Sep 12 13:27:23 MDT 2013 art.zambrano ICE-9477 added 'deactivate' ajax method; made component respect 'mutuallyExclusive' setting in ace:buttonGroup
        Files Changed
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/radiobutton/RadioButtonMeta.java
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/radiobutton/RadioButtonRenderer.java
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/radiobutton/radiobutton.js
        Hide
        Arturo Zambrano added a comment -

        At revision 37860, added 'deactivate' ajax event, and made component respect the mutuallyExclusive setting of ace:buttonGroup.

        Show
        Arturo Zambrano added a comment - At revision 37860, added 'deactivate' ajax event, and made component respect the mutuallyExclusive setting of ace:buttonGroup.
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #37879 Fri Sep 13 16:16:27 MDT 2013 art.zambrano ICE-9477 changed CSS class names; added selected and unselected state CSS class names; changed selection sequence: first deactivate other radio buttons and then activate this radio button (and send request once all buttons are in the correct state)
        Files Changed
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/radiobutton/radiobutton.css
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/radiobutton/RadioButtonMeta.java
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/radiobutton/RadioButtonRenderer.java
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/radiobutton/radiobutton.js
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #37880 Fri Sep 13 16:43:04 MDT 2013 art.zambrano ICE-9477 updated demos to adjust to latest changes and added documentation resources classes
        Files Changed
        Commit graph ADD /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/java/org/icefaces/samples/showcase/ace/documentationResources/RadioButtonResources.java
        Commit graph MODIFY /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/buttonGroup/buttongroup.xhtml
        Commit graph ADD /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/java/org/icefaces/samples/showcase/ace/documentationResources/ButtonGroupResources.java
        Commit graph MODIFY /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/radioButton/radiobutton.xhtml
        Commit graph MODIFY /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/radioButton/radiobuttoncustom.xhtml
        Hide
        Arturo Zambrano added a comment -

        Closing issue with changes committed at revision 37880:

        • Changed CSS class name scheme, added selected and unselected state CSS class names.
        • Changed selection event processing sequence: first deactivate other radio buttons and then activate this radio button (and send request once all buttons are in the correct state).
        • Revamped custom images demo and adjusted ace:radioButton and ace:buttonGroup overview demos in showcase.
        • Added documentation resources classes for ace:radioButton and ace:buttonGroup in showcase.
        Show
        Arturo Zambrano added a comment - Closing issue with changes committed at revision 37880: Changed CSS class name scheme, added selected and unselected state CSS class names. Changed selection event processing sequence: first deactivate other radio buttons and then activate this radio button (and send request once all buttons are in the correct state). Revamped custom images demo and adjusted ace:radioButton and ace:buttonGroup overview demos in showcase. Added documentation resources classes for ace:radioButton and ace:buttonGroup in showcase.
        Arturo Zambrano made changes -
        Status Reopened [ 4 ] Resolved [ 5 ]
        Resolution Fixed [ 1 ]
        Hide
        Carmen Cristurean added a comment -

        In showcase sample app -> ace:radioButton demos, a JS error occurs in Firefox23 and IE10 when submitting a new value for the radioButton (not an issue in Chrome).
        This can be reproduced in showcase by clicking a few times on the radioButtons:
        TypeError: g is null
        http://localhost:8080/showcase/javax.faces.resource/coalesced.js.jsf?ln=ice.core&dgst=o87tz3
        Line 5780

        A similar JS error occurs in the test application for the radioButton on the "RadioButton Only" test page (http://server.ice:8888/svn/repo/qa/trunk/Regression-Icefaces2/Sparkle/Manual/radioButton).

        TypeError: g is null
        http://localhost:8080/radioButton/javax.faces.resource/util/ace-components.js.jsf?ln=icefaces.ace&v=3_4_0_130920
        Line 1

        Show
        Carmen Cristurean added a comment - In showcase sample app -> ace:radioButton demos, a JS error occurs in Firefox23 and IE10 when submitting a new value for the radioButton (not an issue in Chrome). This can be reproduced in showcase by clicking a few times on the radioButtons: TypeError: g is null http://localhost:8080/showcase/javax.faces.resource/coalesced.js.jsf?ln=ice.core&dgst=o87tz3 Line 5780 A similar JS error occurs in the test application for the radioButton on the "RadioButton Only" test page ( http://server.ice:8888/svn/repo/qa/trunk/Regression-Icefaces2/Sparkle/Manual/radioButton ). TypeError: g is null http://localhost:8080/radioButton/javax.faces.resource/util/ace-components.js.jsf?ln=icefaces.ace&v=3_4_0_130920 Line 1
        Carmen Cristurean made changes -
        Resolution Fixed [ 1 ]
        Status Resolved [ 5 ] Reopened [ 4 ]
        Hide
        Arturo Zambrano added a comment -

        Committed fix for last issue at revision 38263. Removed some unnecessary lazy-loading code that was causing the error.

        Show
        Arturo Zambrano added a comment - Committed fix for last issue at revision 38263. Removed some unnecessary lazy-loading code that was causing the error.
        Arturo Zambrano made changes -
        Status Reopened [ 4 ] Resolved [ 5 ]
        Resolution Fixed [ 1 ]
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #38263 Mon Sep 23 15:37:04 MDT 2013 art.zambrano ICE-9476, ICE-9477 removed unnecessary lazy loading code that was causing error
        Files Changed
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/radiobutton/radiobutton.js
        Hide
        Carmen Cristurean added a comment -

        Verified fix for last issue with rev# 38267 in Chrome/FF23/IE10 using showcase sample and radioButton test app.

        Show
        Carmen Cristurean added a comment - Verified fix for last issue with rev# 38267 in Chrome/FF23/IE10 using showcase sample and radioButton test app.
        Ken Fyten made changes -
        Resolution Fixed [ 1 ]
        Status Resolved [ 5 ] Reopened [ 4 ]
        Ken Fyten made changes -
        Fix Version/s EE-3.3.0.GA_P02 [ 11371 ]
        Ken Fyten made changes -
        Assignee Arturo Zambrano [ artzambrano ] Judy Guglielmin [ judy.guglielmin ]
        Hide
        Judy Guglielmin added a comment -

        rev 40068 to 3.3.0 mtce branch and 37373 for QA tests.

        Show
        Judy Guglielmin added a comment - rev 40068 to 3.3.0 mtce branch and 37373 for QA tests.
        Judy Guglielmin made changes -
        Status Reopened [ 4 ] Resolved [ 5 ]
        Resolution Fixed [ 1 ]
        Hide
        Liana Munroe added a comment - - edited

        Showcase Radio Button > Custom Style demo:
        ee-3.3.0 maintenance branch r41149, all browsers
        On launch both buttons are incorrectly labelled "Not selected". The selected output is not updated when toggling buttons. Not an issue with Icefaces 4. See screen shot button.PNG

        Show
        Liana Munroe added a comment - - edited Showcase Radio Button > Custom Style demo: ee-3.3.0 maintenance branch r41149, all browsers On launch both buttons are incorrectly labelled "Not selected". The selected output is not updated when toggling buttons. Not an issue with Icefaces 4. See screen shot button.PNG
        Liana Munroe made changes -
        Resolution Fixed [ 1 ]
        Status Resolved [ 5 ] Reopened [ 4 ]
        Liana Munroe made changes -
        Attachment button.PNG [ 17184 ]
        Hide
        Judy Guglielmin added a comment -

        rev. 41151

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

        Confirmed fixed Icefaces ee-3.3.0 maintenance branch r41162. Tomcat 7, All browsers.

        Show
        Liana Munroe added a comment - Confirmed fixed Icefaces ee-3.3.0 maintenance branch r41162. Tomcat 7, All browsers.
        Ken Fyten made changes -
        Fix Version/s 4.0 [ 11382 ]
        Ken Fyten made changes -
        Status Resolved [ 5 ] Closed [ 6 ]

          People

          • Assignee:
            Judy Guglielmin
            Reporter:
            Ken Fyten
          • Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: