Ignore:
Timestamp:
03/23/14 22:58:54 (11 years ago)
Author:
hendrikvanantwerpen
Message:
  • Added grey icons for better highlighting, synced block and large buttons.
  • Introduced extra color for text, now disabled/inactive/hovered -> it's not very clear though.
  • Added confirmation on irrevertable actions.
  • Added support for query string in our new request implementation.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Dev/trunk/src/client/qed-client/model/widgets/QuestionEditorToolkit.js

    r510 r529  
    111111        },
    112112        _onCategoryAdd: function() {
     113            // it seems, the button is not disabled properly and still
     114            // generates click events, that's why we chack here.
     115            if ( this.disabled || this.readOnly ) { return; }
    113116            this._categoryList.appendItem(this._categorySelect.get('displayedValue'));
    114117            this._categorySelect.reset();
Note: See TracChangeset for help on using the changeset viewer.