Custom Query

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (16 - 18 of 11754)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
Ticket Resolution Summary Owner Reporter
#17027 fixed Commands event data should be initialized as an empty object Tomasz Jakut Tomasz Jakut
Description

Currently if command is not passed an object as a second argument, it fall backs to undefined, causing the unability to pass anything from command to afterCommandExec event.

This change is intended to introduce empty object as a default value for command's event data.

#17026 invalid CKEditor does not work on IE11 Bruno
Description

Open http://ckeditor.com/features with IE 11 or Edge in IE 11 emulation

Unable to get property '1' of undefined or null reference (16, 157)

navigator detection fails detecting ie 11 because rv: test is not done prior to edge regex test

To solve issue : sorry (dont have the source proper variable names) var a=navigator.userAgent.toLowerCase();

if(/rv:([\d\.]+)/.test(a)) {

var d=a.match(/rv:([\d\.]+)/);

} else {

var d=a.match(/edge[ \/](\d+.?\d*)/);

}

#17025 fixed Upgrade bender to 0.4.2 Marek Lewandowski
Description

This version adds support for Node 7.x

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
Note: See TracQuery for help on using queries.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy