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

Conversation

csswizardry
Copy link
Contributor

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

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
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant