[Rt-commit] rt branch, 4.2/fix-rights-editor-tab-state, repushed

? sunnavy sunnavy at bestpractical.com
Thu Feb 13 09:49:59 EST 2014


The branch 4.2/fix-rights-editor-tab-state was deleted and repushed:
       was 02252aa790a430492079e124faf3f47542297893
       now e20d28bcb5f81ab3baafad110030f8df36202107

1:  02252aa ! 1:  e20d28b js code update for new jquery-ui tabs used in EditRights
    @@ -1,6 +1,9 @@
     Author: sunnavy <sunnavy at bestpractical.com>
     
         js code update for new jquery-ui tabs used in EditRights
    +    
    +    new jquery-ui breaks current code and re-introduces the issue of #19205, i.e.
    +    "the user/group selection is not retained after submition in admin rights page"
         
         the main changes that affect here of tabs(since 1.10) are:
         * cookie support is removed
    @@ -16,7 +19,7 @@
            jQuery(".rights-editor").tabs({
     -          select: function(ev, ui) {
     -              sync_anchor(ui.tab.hash);
    -+          activate: function(ev, ui) {
    ++          beforeActivate: function(ev, ui) {
     +              sync_anchor(ui.newPanel.selector);
                }
            });



More information about the rt-commit mailing list