Page MenuHomePhabricator

Improve behavior of inline rendering with unified views
ClosedPublic

Authored by epriestley on Mar 5 2015, 7:26 PM.
Tags
None
Referenced Files
Unknown Object (File)
Feb 9 2024, 10:09 AM
Unknown Object (File)
Feb 1 2024, 11:36 AM
Unknown Object (File)
Feb 1 2024, 8:55 AM
Unknown Object (File)
Jan 27 2024, 4:51 AM
Unknown Object (File)
Jan 15 2024, 6:57 PM
Unknown Object (File)
Jan 6 2024, 8:59 PM
Unknown Object (File)
Dec 28 2023, 6:26 AM
Unknown Object (File)
Dec 22 2023, 8:23 PM
Subscribers

Details

Summary

Ref T2009. This reduces how buggy inlines are. They're still buggy.

Specifically, the inline endpoint didn't know how to scaffold inlines before, so some of them ended up rendering in the wrong rows or breaking layouts.

This passes the current renderer through to the inline editor endpoint, so it can at least get the layout correct.

Test Plan

Interacted with inlines in unified and side-by-side views.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

epriestley retitled this revision from to Improve behavior of inline rendering with unified views.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: btrahan.
btrahan edited edge metadata.
This revision is now accepted and ready to land.Mar 5 2015, 9:08 PM
This revision was automatically updated to reflect the committed changes.