Page MenuHomePhabricator

When loading a page with inlines, don't select/focus inlines which we immediately upgrade to "editing"
ClosedPublic

Authored by epriestley on May 4 2020, 8:37 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Apr 16, 10:04 PM
Unknown Object (File)
Tue, Apr 16, 5:10 PM
Unknown Object (File)
Feb 21 2024, 2:55 PM
Unknown Object (File)
Feb 11 2024, 6:16 AM
Unknown Object (File)
Feb 11 2024, 3:27 AM
Unknown Object (File)
Jan 28 2024, 2:09 PM
Unknown Object (File)
Jan 19 2024, 5:23 PM
Unknown Object (File)
Jan 15 2024, 5:10 PM
Subscribers
None

Details

Summary

Ref T13513. This is a bit clumsy, but the cleanest way to implement "isEditing" inlines today is to send them down as normal inlines and then simulate clicking "edit" on them.

When we do, don't focus the resulting editor: focusing it makes the page scroll around and highlight things in essentially random order as the editors load in.

Test Plan

Reloaded a page with some open editors, wasn't scrolled to them.

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.May 4 2020, 10:15 PM
This revision was automatically updated to reflect the committed changes.