Ticket #6096: 6096.patch
File 6096.patch, 632 bytes (added by , 13 years ago) |
---|
-
_source/plugins/selection/plugin.js
274 274 275 275 // Avoid saving selection from within text input. (#5747) 276 276 var parentTag; 277 if ( nativeSel && nativeSel.type != 'Control'277 if ( nativeSel && nativeSel.type && nativeSel.type != 'Control' 278 278 && ( parentTag = nativeSel.createRange() ) 279 279 && ( parentTag = parentTag.parentElement() ) 280 280 && ( parentTag = parentTag.nodeName )