Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

[refs #00271] Remove Safari Repaint Hack #272

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open

Commits on Oct 22, 2019

  1. [refs #271] Remove Safari Repaint Hack

    Safari exhibited an unusual bug whereby any rem-sized text appearing
    anywhere after a DETAILS element was rendered impossibly small. Like,
    1px kinda size. The/a way of getting around it was to force a full-page
    repaint, which is icky, but it was scoped to only Safari users.
    
    Anyway! Good news is that the bug has been fixed[1] so we can delete the
    hack, which is nice.
    
    1. https://bugs.webkit.org/show_bug.cgi?id=173876
    csswizardry committed Oct 22, 2019
    Configuration menu
    Copy the full SHA
    46760f4 View commit details
    Browse the repository at this point in the history