Google Chrome css translate3d/scale3d rendering bug (with big divs)

972 Views Asked by At

Google Chrome ver: 32.0.1700.76 m OS: win7

Check this: http://jsfiddle.net/Hh56v/

Zoom-out a yellow box with mouse scroll and then pan the box. Watch the result.

note: happens when div is reasonably big.

function createLargeBlock() {
    layer.innerHTML = '<div style="width: 6400px; height: 3600px;" class="large-block"></div>';   
}

note2: in a few previous major versions this worked well.

0

There are 0 best solutions below