Page MenuHomePhabricator

Work around rendering engine freeze in Chrome 77 affecting workboards
ClosedPublic

Authored by epriestley on Sep 13 2019, 1:59 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Apr 11, 10:05 AM
Unknown Object (File)
Tue, Apr 2, 11:32 AM
Unknown Object (File)
Mar 5 2024, 3:10 PM
Unknown Object (File)
Feb 14 2024, 7:29 AM
Unknown Object (File)
Jan 3 2024, 7:24 PM
Unknown Object (File)
Dec 30 2023, 6:45 PM
Unknown Object (File)
Dec 26 2023, 8:57 PM
Unknown Object (File)
Dec 24 2023, 3:30 AM
Subscribers
None

Details

Summary

Ref T13413. In Chrome 77, workboard cards with titles that must break in the middle of words cause the browser to completely lock up.

Work around the major known instance of this by overriding the "break-word" behavior. This gives us worse rendering for tasks with very long "words" in their titles (they are truncated instead of broken) but fixes the freezing.

Once Chrome is fixed, this can be reverted.

Test Plan
  • Created a task named "MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM" on a workboard.
  • Loaded the board in Chrome 77.
  • Before: entire page locks up.
  • After: smooth sailing, except the "MMMMMM..." is truncated.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision was not accepted when it landed; it landed in state Needs Review.Sep 13 2019, 2:04 AM
This revision was automatically updated to reflect the committed changes.