Skip to content

Commit

Permalink
Update benderjs dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
Reinmar committed Sep 29, 2015
1 parent f23f0f9 commit b1562f4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 50 deletions.
52 changes: 3 additions & 49 deletions bender.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,26 +46,7 @@ var config = {
paths: [
'core/**',
'!**/_*/**'
],
regressions: {
// IE8 (#11242)
'tests/core/style/editor#test apply inline style on non-editable inline element - at non-editable inline boundary': 'env.ie && env.version == 8',
'tests/core/style/editor#test remove inline style from non-editable inline element - at non-editable inline boundary': 'env.ie && env.version == 8',

// IE8 (fails only in testing env - window.window === window gives false)
'tests/core/tools#test_clone_Window': 'env.ie && env.version == 8',

// IE8-10 (#13154)
'tests/core/selection/editor#test initial selection after set data in autoparagraphing inline editor': 'env.ie && env.version < 11',

// Safari (#11980)
'tests/core/editable/keystrokes/delbackspacequirks/collapsed#test backspace #2': 'env.safari',
'tests/core/editable/keystrokes/delbackspacequirks/collapsed#test backspace #3': 'env.safari',
'tests/core/editable/keystrokes/delbackspacequirks/collapsed#test backspace #9': 'env.safari',
'tests/core/editable/keystrokes/delbackspacequirks/collapsed#test backspace, merge #2': 'env.safari',
'tests/core/editable/keystrokes/delbackspacequirks/collapsed#test backspace, merge #3': 'env.safari',
'tests/core/editable/keystrokes/delbackspacequirks/collapsed#test backspace, merge #8': 'env.safari'
}
]
},

'Plugins': {
Expand All @@ -74,30 +55,7 @@ var config = {
paths: [
'plugins/**',
'!**/_*/**'
],
regressions: {
// IE10
'tests/plugins/ajax/ajax#test_loadXml_sync': 'env.ie && env.version > 9',
'tests/plugins/ajax/ajax#test_loadXml_async': 'env.ie && env.version > 9',

// IE8 (#11242)
'tests/plugins/indent/indent#test indent next to inline non-editable': 'env.ie && env.version == 8',

// IE8 (#11055)
'tests/plugins/widget/nestededitables#test pasting widget which was copied (d&d) when its nested editable was focused': 'env.ie && env.version == 8',

// Firefox (#11399)
'tests/plugins/widget/nestededitables#test selection in nested editable is preserved after opening and closing dialog - inline editor': 'env.gecko',

// https://bugzilla.mozilla.org/show_bug.cgi?id=911201
'tests/plugins/magicline/widgets#test commands[previous], first block in nested': 'env.gecko',
'tests/plugins/magicline/widgets#test commands[next], block after block in nested': 'env.gecko',
'tests/plugins/magicline/widgets#test commands[previous], block before block in nested': 'env.gecko',
'tests/plugins/magicline/widgets#test commands[next], last block in nested': 'env.gecko',

// Safari (#12690)
'tests/plugins/font/font#test apply font size over another font size (deeply nested collapsed selection)': 'env.safari'
}
]
},

'External Plugins': {
Expand All @@ -115,11 +73,7 @@ var config = {
paths: [
'tickets/**',
'!**/_*/**'
],
regressions: {
// IE8 & IE9 have problems with loading iframe.
'tests/tickets/11121/1#test HC detection in hidden iframe': 'env.ie && env.version < 10'
}
]
},

'Utils': {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "The development version of CKEditor - JavaScript WYSIWYG web text editor.",
"devDependencies": {
"benderjs-coverage": "^0.2.1",
"benderjs": "^0.4.0",
"benderjs": "^0.4.1",
"benderjs-jquery": "^0.3.0",
"benderjs-sinon": "^0.2.1",
"benderjs-yui": "^0.3.2",
Expand Down

0 comments on commit b1562f4

Please sign in to comment.