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
F13172446: D21217.id50530.diff
Tue, May 7, 3:39 PM
Unknown Object (File)
Sun, May 5, 8:42 PM
Unknown Object (File)
Thu, May 2, 4:56 PM
Unknown Object (File)
Sat, Apr 27, 6:12 PM
Unknown Object (File)
Fri, Apr 26, 4:08 AM
Unknown Object (File)
Wed, Apr 24, 11:05 PM
Unknown Object (File)
Tue, Apr 16, 10:04 PM
Unknown Object (File)
Tue, Apr 16, 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
Branch
focus1
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 24347
Build 33540: Run Core Tests
Build 33539: arc lint + arc unit

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.