Ticket #7293: 7293.patch
File 7293.patch, 553 bytes (added by , 14 years ago) |
---|
-
_source/plugins/colorbutton/plugin.js
66 66 color; 67 67 68 68 // Find the closest block element. 69 block = path.block || path.blockLimit ;69 block = path.block || path.blockLimit || editor.document.getBody(); 70 70 71 71 // The background color might be transparent. In that case, look up the color in the DOM tree. 72 72 do