Ticket #3363: 3363_2.patch
File 3363_2.patch, 1.1 KB (added by , 16 years ago) |
---|
-
_source/core/dom/range.js
844 844 else 845 845 { 846 846 // If this is a visible element. 847 if ( sibling.$.offsetWidth > 0 ) 847 // We need to check for the bookmark attribute because IE insists on 848 // rendering the display:none nodes we use for bookmarks. (#3363) 849 if ( sibling.$.offsetWidth > 0 && !sibling.getAttribute( '_fck_bookmark' ) ) 848 850 { 849 851 // We'll accept it only if we need 850 852 // whitespace, and this is an inline … … 1001 1003 else 1002 1004 { 1003 1005 // If this is a visible element. 1004 if ( sibling.$.offsetWidth > 0 ) 1006 // We need to check for the bookmark attribute because IE insists on 1007 // rendering the display:none nodes we use for bookmarks. (#3363) 1008 if ( sibling.$.offsetWidth > 0 && !sibling.getAttribute( '_fck_bookmark' ) ) 1005 1009 { 1006 1010 // We'll accept it only if we need 1007 1011 // whitespace, and this is an inline