Ticket #5565: 5565_2.patch
File 5565_2.patch, 688 bytes (added by , 13 years ago) |
---|
-
_source/plugins/floatpanel/plugin.js
130 130 element.setStyles( 131 131 { 132 132 top : top + 'px', 133 left : '-3000px',134 opacity : '0', // FF3 is ignoring "visibility"135 133 display : '' 136 134 }); 137 135 136 // Don't use display or visibility style because we need to 137 // calculate the rendering layout later and focus the element. 138 element.setOpacity( 0 ); 139 138 140 // To allow the context menu to decrease back their width 139 141 element.getFirst().removeStyle('width'); 140 142