Ticket #6091: #6091.patch
File #6091.patch, 609 bytes (added by , 13 years ago) |
---|
-
_source/core/dom/range.js
1552 1552 // Do nothing if the boundaries are in different block limits. 1553 1553 if ( !startBlockLimit.equals( endBlockLimit ) ) 1554 1554 return null; 1555 1556 // Do nothing if the boundaries are list item 'li' 1557 if ( startBlock.getName().toLowwerCase() == 'li' && endBlock.getName().toLowwerCase() == 'li') 1558 return null; 1555 1559 1556 1560 // Get or fix current blocks. 1557 1561 if ( blockTag != 'br' )