Ticket #3300: 3300.patch
File 3300.patch, 628 bytes (added by , 16 years ago) |
---|
-
_source/plugins/styles/plugin.js
279 279 // processing. 280 280 var boundaryNodes = range.getBoundaryNodes(); 281 281 var firstNode = boundaryNodes.startNode; 282 var lastNode = boundaryNodes.endNode ;282 var lastNode = boundaryNodes.endNode.getNextSourceNode( true ); 283 283 284 284 // The detection algorithm below skips the contents inside bookmark nodes, so 285 285 // we'll need to make sure lastNode isn't the inside a bookmark node.