[Webkit-unassigned] [Bug 115304] REGRESSION(SUBPIXEL_LAYOUT) Composited layers can cause one pixel shifts

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 29 14:20:07 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=115304





--- Comment #3 from Simon Fraser (smfr) <simon.fraser at apple.com>  2013-04-29 14:18:28 PST ---
        var test = document.getElementById('test');
        var clas = test.getAttribute('class');
        if (clas == 'composite') {
            test.setAttribute('class', '');
        } else {
            test.setAttribute('class', 'composite');
        }

This could be document.getElementById('test').classList.toggle('composite').

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list