ICEfaces
  1. ICEfaces
  2. ICE-8944

Remove YUI from ace:linkButton, ace:checkboxButton & ace:pushButton

    Details

    • Type: Improvement Improvement
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: None
    • Fix Version/s: 3.3
    • Component/s: ACE-Components
    • Labels:
      None
    • Environment:
      *
    • Assignee Priority:
      P1

      Description

      These components use the YUI.Button object despite there being no real good reason to.

      It is rather easy to implement the functionality we derive from it, with much greater flexibility and far less overhead.

      These components should also include lazy initialization and clean up using our new mechanisms.

        Activity

        Repository Revision Date User Message
        ICEsoft Public SVN Repository #33287 Thu Jan 31 16:40:59 MST 2013 nils.lundquist ICE-8944 - Removed YUI from ace:CheckboxButton.
        Files Changed
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/util/HTML.java
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/checkboxbutton/checkboxbutton.css
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/checkboxbutton/CheckboxButtonRenderer.java
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/checkboxbutton/CheckboxButtonMeta.java
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/checkboxbutton/checkboxbutton.js
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/build.xml
        Nils Lundquist created issue -
        Nils Lundquist made changes -
        Field Original Value New Value
        Assignee Nils Lundquist [ nils.lundquist ]
        Hide
        Nils Lundquist added a comment -

        Revision #33287
        Committed by nils.lundquist
        Moments ago
        ICE-8944 - Removed YUI from ace:CheckboxButton.

        Component Javascript is massively simplified. Component now renders more leanly as well.

        Show
        Nils Lundquist added a comment - Revision #33287 Committed by nils.lundquist Moments ago ICE-8944 - Removed YUI from ace:CheckboxButton. Component Javascript is massively simplified. Component now renders more leanly as well.
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #33300 Fri Feb 01 12:05:00 MST 2013 nils.lundquist ICE-8944 - Added lazy JS initialization CheckboxButton. Integrated lazy initialization with ice.ace.create.
        Files Changed
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/core/core.js
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/checkboxbutton/CheckboxButtonRenderer.java
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/checkboxbutton/checkboxbutton.js
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #33304 Fri Feb 01 14:30:12 MST 2013 nils.lundquist ICE-8944 - Adjusted ice.ace.Tree constructor arguments to give ice.ace.create access to id.
        Files Changed
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/tree/tree.js
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/tree/TreeRenderer.java
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #33330 Tue Feb 05 12:26:36 MST 2013 nils.lundquist ICE-8944 - Lazy JS initialization uses widget attribute of element as initalization proof.
        Files Changed
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/core/core.js
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #33349 Wed Feb 06 14:38:50 MST 2013 nils.lundquist ICE-8944 - Adjusted ace:submitMonitor to work with new ice.ace.create expected argument format
        Files Changed
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/submitmonitor/submitmonitor.js
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/submitmonitor/SubmitMonitorRenderer.java
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #33379 Mon Feb 11 12:06:03 MST 2013 nils.lundquist ICE-8944 - Added missing CheckboxButton combined.css dependency.
        Files Changed
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/checkboxbutton/CheckboxButtonMeta.java
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #33382 Mon Feb 11 14:03:00 MST 2013 nils.lundquist ICE-8944 - Rewrite ace:checkboxButton styling. Remove global checkbox styling from ace:showcase. Added improved custom styling demo. Removed fake borders from showcase checkbox images. Remove uneeded uaInfo field from UserAgentContext.
        Files Changed
        Commit graph MODIFY /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/css/images/check.png
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/checkboxbutton/checkboxbutton.css
        Commit graph MODIFY /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/css/images/uncheck.png
        Commit graph MODIFY /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/css/showcase_styles.css
        Commit graph MODIFY /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/checkboxButton/checkboxbutton.xhtml
        Commit graph MODIFY /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/resources/org/icefaces/samples/showcase/view/resources/messages.properties
        Commit graph MODIFY /icefaces3/trunk/icefaces/core/src/main/java/org/icefaces/util/UserAgentContext.java
        Commit graph MODIFY /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/css/images/checkGrey.png
        Commit graph MODIFY /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/java/org/icefaces/samples/showcase/example/ace/checkboxButton/CheckboxButtonBean.java
        Commit graph ADD /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/java/org/icefaces/samples/showcase/example/ace/checkboxButton/CheckboxButtonCustomBean.java
        Commit graph ADD /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/checkboxButton/checkboxbuttoncustom.xhtml
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #33385 Mon Feb 11 16:19:15 MST 2013 nils.lundquist ICE-8944 - List & Chart now update root element when script altered.
        Files Changed
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/list/ListRenderer.java
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/chart/ChartRenderer.java
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #33386 Mon Feb 11 16:46:02 MST 2013 nils.lundquist ICE-8944 - Tooltip now initalizes with homogenous ACE initialization signature.
        Files Changed
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/tooltip/tooltip.js
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/tooltip/TooltipRenderer.java
        Hide
        Nils Lundquist added a comment -

        Revision #33382
        Committed by nils.lundquist
        Moments ago
        ICE-8944 - Rewrite ace:checkboxButton styling. Remove global checkbox styling from ace:showcase. Added improved custom styling demo. Removed fake borders from showcase checkbox images.

        Show
        Nils Lundquist added a comment - Revision #33382 Committed by nils.lundquist Moments ago ICE-8944 - Rewrite ace:checkboxButton styling. Remove global checkbox styling from ace:showcase. Added improved custom styling demo. Removed fake borders from showcase checkbox images.
        Hide
        Ken Fyten added a comment -

        The commit for rvn 33300 resulted in the following serious regression failures with showcase sample application (confirmed by QA):

        Showcase (Firefox18, Tomcat7; manual test results with rev# 33376): 
        Warnings in tomcat terminal window when clicking on the ace components left-side links:
        WARNING: JSF1091: No mime type could be found for file http://wiki.icefaces.org/display/ICE/AutoCompleteEntry.  
        To resolve this, add a mime-type mapping to the applications web.xml.
        
        Chart - Dynamic: no chart is generated when clicking on a row in the dataTable.
        
        List - Selection (Ajax): was able to select multiple items from list when 'Multiple Selection' check box was unchecked.
        
        List - Reordering (Ajax): unable to select another item after reordering an item in the list.
        
        SubmitMonitor: After changing the blockUI via the drop down the submitMonitor does not render, need to refresh the page for the blockUI change to take affect. Also ICE-8959 open.
        
        Tooltip - all pages:  tooltip does not render and JS error (all browsers):
        FF18:
        TypeError: a.replace is not a function
        http://localhost:8080/showcase/javax.faces.resource/util/ace-jquery.js.jsf?ln=icefaces.ace&v=3_3_0_130211
        Line 436
        
        IE8:
        Webpage error details
        User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; MDDS; .NET4.0C)
        Timestamp: Mon, 11 Feb 2013 18:59:03 UTC
        
        Message: Object doesn't support this property or method
        Line: 436
        Char: 1264
        Code: 0
        URI: http://localhost:8080/showcase/javax.faces.resource/util/ace-jquery.js.jsf?ln=icefaces.ace&v=3_3_0_130211
        
        Chrome24:
        Uncaught
                    TypeError: Object #<Object> has no method 'replace'
                  ace-jquery.js.jsf:436
        
        Show
        Ken Fyten added a comment - The commit for rvn 33300 resulted in the following serious regression failures with showcase sample application (confirmed by QA): Showcase (Firefox18, Tomcat7; manual test results with rev# 33376): Warnings in tomcat terminal window when clicking on the ace components left-side links: WARNING: JSF1091: No mime type could be found for file http: //wiki.icefaces.org/display/ICE/AutoCompleteEntry. To resolve this , add a mime-type mapping to the applications web.xml. Chart - Dynamic: no chart is generated when clicking on a row in the dataTable. List - Selection (Ajax): was able to select multiple items from list when 'Multiple Selection' check box was unchecked. List - Reordering (Ajax): unable to select another item after reordering an item in the list. SubmitMonitor: After changing the blockUI via the drop down the submitMonitor does not render, need to refresh the page for the blockUI change to take affect. Also ICE-8959 open. Tooltip - all pages: tooltip does not render and JS error (all browsers): FF18: TypeError: a.replace is not a function http: //localhost:8080/showcase/javax.faces.resource/util/ace-jquery.js.jsf?ln=icefaces.ace&v=3_3_0_130211 Line 436 IE8: Webpage error details User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; MDDS; .NET4.0C) Timestamp: Mon, 11 Feb 2013 18:59:03 UTC Message: Object doesn't support this property or method Line: 436 Char: 1264 Code: 0 URI: http: //localhost:8080/showcase/javax.faces.resource/util/ace-jquery.js.jsf?ln=icefaces.ace&v=3_3_0_130211 Chrome24: Uncaught TypeError: Object #< Object > has no method 'replace' ace-jquery.js.jsf:436
        Hide
        Nils Lundquist added a comment -

        The warning noted above has nothing to do with my change. I've seen it present prior to the addition of ice.ace.create.

        Show
        Nils Lundquist added a comment - The warning noted above has nothing to do with my change. I've seen it present prior to the addition of ice.ace.create.
        Hide
        Nils Lundquist added a comment -

        Tooltips issue is that it keeps a crazy reference to itself via the function that calls the tooltip creation code. This is a very fragile design that will have to be removed obviously.

        Show
        Nils Lundquist added a comment - Tooltips issue is that it keeps a crazy reference to itself via the function that calls the tooltip creation code. This is a very fragile design that will have to be removed obviously.
        Hide
        Nils Lundquist added a comment -

        Revision #33385
        Committed by nils.lundquist
        A minute ago
        ICE-8944 - List & Chart now update root element when script altered.

        Show
        Nils Lundquist added a comment - Revision #33385 Committed by nils.lundquist A minute ago ICE-8944 - List & Chart now update root element when script altered.
        Hide
        Nils Lundquist added a comment -

        Revision #33386
        Committed by nils.lundquist
        A minute ago
        ICE-8944 - Tooltip now initalizes with homogenous ACE initialization signature.

        Show
        Nils Lundquist added a comment - Revision #33386 Committed by nils.lundquist A minute ago ICE-8944 - Tooltip now initalizes with homogenous ACE initialization signature.
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #33391 Tue Feb 12 11:32:05 MST 2013 nils.lundquist ICE-8944 - CheckboxButton fix new example typo
        Files Changed
        Commit graph MODIFY /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/java/org/icefaces/samples/showcase/example/ace/checkboxButton/CheckboxButtonCustomBean.java
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #33395 Tue Feb 12 16:57:32 MST 2013 nils.lundquist ICE-8944 - Divided ACE initialization into lazy and greedy paths. Readded script ID to ace:list to prevent excessive markup rerender. Made CheckboxButton use the new explicitly lazy init.
        Files Changed
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/core/core.js
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/list/ListRenderer.java
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/checkboxbutton/CheckboxButtonRenderer.java
        Hide
        Nils Lundquist added a comment -

        I've confirmed with Mark that the SubmitMonitor issue mentioned above is unrelated.

        Show
        Nils Lundquist added a comment - I've confirmed with Mark that the SubmitMonitor issue mentioned above is unrelated.
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #33423 Thu Feb 14 12:43:20 MST 2013 nils.lundquist ICE-8944 - CheckboxButton fix NPE when value is not bound.
        Files Changed
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/checkboxbutton/CheckboxButtonRenderer.java
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #33468 Fri Feb 15 12:12:54 MST 2013 nils.lundquist ICE-8944 - Removed YUI from pushbutton. Improved styling. Cleaned up showcase examples.
        Files Changed
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/pushbutton/PushButtonRenderer.java
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/pushbutton/pushbutton.js
        Commit graph MODIFY /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/css/showcase_styles.css
        Commit graph MODIFY /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/pushButton/pushbutton.xhtml
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/pushbutton/pushbutton.css
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #33469 Fri Feb 15 13:17:25 MST 2013 nils.lundquist ICE-8944 - PushButton now lazily initalized on focus or mouseover. Added focus style behaviours.
        Files Changed
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/pushbutton/PushButtonRenderer.java
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/pushbutton/pushbutton.js
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #33471 Fri Feb 15 13:24:34 MST 2013 nils.lundquist ICE-8944 - PushButton no longer requires 'disabled' be sent as part of component JS state.
        Files Changed
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/pushbutton/PushButtonRenderer.java
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/pushbutton/pushbutton.js
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #33478 Fri Feb 15 17:13:24 MST 2013 nils.lundquist ICE-8944 - Removed YUI from LinkButton. Improved styling. Cleaned up showcase examples.
        Files Changed
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/util/HTML.java
        Commit graph MODIFY /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/java/org/icefaces/samples/showcase/example/ace/linkButton/LinkButtonBean.java
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/linkbutton/LinkButtonRenderer.java
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/pushbutton/pushbutton.js
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/linkbutton/linkbutton.css
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/linkbutton/linkbutton.js
        Commit graph MODIFY /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/linkButton/linkbutton.xhtml
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/pushbutton/PushButtonMeta.java
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #33479 Fri Feb 15 17:15:04 MST 2013 nils.lundquist ICE-8944 - Moved pushbutton.js from ace-yui.js to combined.js
        Files Changed
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/linkbutton/LinkButtonMeta.java
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/build.xml
        Hide
        Nils Lundquist added a comment -

        Revision #33468
        Committed by nils.lundquist
        Moments ago ICE-8944 - Removed YUI from pushbutton. Improved styling. Cleaned up showcase examples.

        Show
        Nils Lundquist added a comment - Revision #33468 Committed by nils.lundquist Moments ago ICE-8944 - Removed YUI from pushbutton. Improved styling. Cleaned up showcase examples.
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #33513 Tue Feb 19 11:59:10 MST 2013 nils.lundquist ICE-8944 - LinkButton now lazily intializes. Hover state initalized correctly for lazy CheckboxButton.
        Files Changed
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/core/core.js
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/linkbutton/LinkButtonRenderer.java
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/pushbutton/pushbutton.js
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/linkbutton/linkbutton.js
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/checkboxbutton/checkboxbutton.js
        Hide
        Nils Lundquist added a comment -

        These components no longer have any YUI dependencies and are using the new ice.ace.lazy initialization mechanism.

        Show
        Nils Lundquist added a comment - These components no longer have any YUI dependencies and are using the new ice.ace.lazy initialization mechanism.
        Nils Lundquist made changes -
        Status Open [ 1 ] Resolved [ 5 ]
        Resolution Fixed [ 1 ]
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #33553 Thu Feb 21 14:57:20 MST 2013 nils.lundquist ICE-8944 - PushButton strips default execute / render when ace:ajax behaviors passed.
        Files Changed
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/pushbutton/pushbutton.js
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #33722 Fri Mar 01 15:01:14 MST 2013 nils.lundquist ICE-8944 - ice.ace.create uses ECMAScript 5 features to construct component instances when available. Accurately maintains prototype hierarchy.
        Files Changed
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/core/core.js
        Ken Fyten made changes -
        Resolution Fixed [ 1 ]
        Status Resolved [ 5 ] Reopened [ 4 ]
        Ken Fyten made changes -
        Assignee Priority P1 [ 10010 ]
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #34058 Mon Mar 25 15:12:43 MDT 2013 nils.lundquist ICE-8944 - Added IE7/8 compatibily code to ice.ace.getEvent.
        Files Changed
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/core/core.js
        Hide
        Nils Lundquist added a comment -

        Revision #34058
        Committed by nils.lundquist
        Moments ago
        ICE-8944 - Added IE7/8 compatibily code to ice.ace.getEvent.

        Can't reproduce error in Chrome.

        Show
        Nils Lundquist added a comment - Revision #34058 Committed by nils.lundquist Moments ago ICE-8944 - Added IE7/8 compatibily code to ice.ace.getEvent. Can't reproduce error in Chrome.
        Nils Lundquist made changes -
        Status Reopened [ 4 ] Resolved [ 5 ]
        Resolution Fixed [ 1 ]
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #34059 Mon Mar 25 16:07:23 MDT 2013 nils.lundquist ICE-8944 - Added IE7 style hacks for ace:checkboxButton.
        Files Changed
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/checkboxbutton/checkboxbutton.css
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #34088 Tue Mar 26 17:20:50 MDT 2013 nils.lundquist ICE-8944 - Firefox compatible ice.ace.getEvent. argument.callee.caller isn't available in FF.
        Files Changed
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/core/core.js
        Ken Fyten made changes -
        Issue Type Bug [ 1 ] Improvement [ 4 ]
        Ken Fyten made changes -
        Summary Remove YUI from ace:linkButton, ace:checkboxButton & ace:commandButton Remove YUI from ace:linkButton, ace:checkboxButton & ace:pushButton
        Ken Fyten made changes -
        Status Resolved [ 5 ] Closed [ 6 ]

          People

          • Assignee:
            Nils Lundquist
            Reporter:
            Nils Lundquist
          • Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: