@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Redraw the Differential keyboard reticle after collapsing/un-collapsing an inline

Summary: Ref T12634. Fixes T10049. Toggling an inline currently leaves the reticle oddly-positioned.

Test Plan:
- Selected a comment with the keyboard.
- Collapsed it.
- Saw reticle behave reasonably.

Reviewers: chad

Reviewed By: chad

Maniphest Tasks: T12634, T10049

Differential Revision: https://secure.phabricator.com/D17903

+8 -6
+6 -6
resources/celerity/map.php
··· 13 13 'core.pkg.js' => '8c5f913d', 14 14 'darkconsole.pkg.js' => '1f9a31bc', 15 15 'differential.pkg.css' => '58712637', 16 - 'differential.pkg.js' => '14ef6888', 16 + 'differential.pkg.js' => 'a185599e', 17 17 'diffusion.pkg.css' => 'b93d9b8c', 18 18 'diffusion.pkg.js' => '84c8f8fd', 19 19 'favicon.ico' => '30672e08', ··· 392 392 'rsrc/js/application/dashboard/behavior-dashboard-tab-panel.js' => 'd4eecc63', 393 393 'rsrc/js/application/diff/DiffChangeset.js' => 'f7100923', 394 394 'rsrc/js/application/diff/DiffChangesetList.js' => 'e5c5e171', 395 - 'rsrc/js/application/diff/DiffInline.js' => '00db3c3a', 395 + 'rsrc/js/application/diff/DiffInline.js' => 'f3af20b1', 396 396 'rsrc/js/application/diff/behavior-preview-link.js' => '051c7832', 397 397 'rsrc/js/application/differential/behavior-comment-jump.js' => '4fdb476d', 398 398 'rsrc/js/application/differential/behavior-comment-preview.js' => 'b064af76', ··· 783 783 'phabricator-dashboard-css' => 'fe5b1869', 784 784 'phabricator-diff-changeset' => 'f7100923', 785 785 'phabricator-diff-changeset-list' => 'e5c5e171', 786 - 'phabricator-diff-inline' => '00db3c3a', 786 + 'phabricator-diff-inline' => 'f3af20b1', 787 787 'phabricator-drag-and-drop-file-upload' => '58dea2fa', 788 788 'phabricator-draggable-list' => 'bea6e7f4', 789 789 'phabricator-fatal-config-template-css' => '8f18fa41', ··· 918 918 'unhandled-exception-css' => '4c96257a', 919 919 ), 920 920 'requires' => array( 921 - '00db3c3a' => array( 922 - 'javelin-dom', 923 - ), 924 921 '013ffff9' => array( 925 922 'javelin-install', 926 923 'javelin-util', ··· 2172 2169 'javelin-util', 2173 2170 'javelin-workflow', 2174 2171 'javelin-json', 2172 + ), 2173 + 'f3af20b1' => array( 2174 + 'javelin-dom', 2175 2175 ), 2176 2176 'f50152ad' => array( 2177 2177 'phui-timeline-view-css',
+2
webroot/rsrc/js/application/diff/DiffInline.js
··· 170 170 new JX.Workflow(inline_uri, {op: op, ids: comment_id}) 171 171 .setHandler(JX.bag) 172 172 .start(); 173 + 174 + JX.Stratcom.invoke('resize'); 173 175 }, 174 176 175 177 isHidden: function() {