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
F18783165: D20812.id.diff
Mon, Oct 13, 4:24 AM
F18734041: D20812.id.diff
Tue, Sep 30, 10:47 PM
F18628712: D20812.diff
Tue, Sep 16, 7:08 AM
F18570679: D20812.id49621.diff
Sep 10 2025, 4:02 AM
F18570676: D20812.id49620.diff
Sep 10 2025, 4:02 AM
F18567405: D20812.id.diff
Sep 9 2025, 3:45 PM
F18100707: D20812.diff
Aug 9 2025, 12:01 PM
F18083529: D20812.id49621.diff
Aug 5 2025, 10:29 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
Branch
chrome1
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 23445
Build 32212: Run Core Tests
Build 32211: arc lint + arc unit

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.