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
F14080529: D20812.diff
Fri, Nov 22, 2:28 PM
Unknown Object (File)
Mon, Nov 18, 4:24 AM
Unknown Object (File)
Thu, Nov 14, 5:43 AM
Unknown Object (File)
Sun, Nov 10, 3:22 AM
Unknown Object (File)
Tue, Nov 5, 9:44 PM
Unknown Object (File)
Thu, Oct 24, 9:45 AM
Unknown Object (File)
Oct 19 2024, 11:32 AM
Unknown Object (File)
Sep 6 2024, 6:46 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.