Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15338513
D17904.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
2 KB
Referenced Files
None
Subscribers
None
D17904.diff
View Options
diff --git a/resources/celerity/map.php b/resources/celerity/map.php
--- a/resources/celerity/map.php
+++ b/resources/celerity/map.php
@@ -13,7 +13,7 @@
'core.pkg.js' => '8c5f913d',
'darkconsole.pkg.js' => '1f9a31bc',
'differential.pkg.css' => '58712637',
- 'differential.pkg.js' => 'a185599e',
+ 'differential.pkg.js' => '6ee9a850',
'diffusion.pkg.css' => 'b93d9b8c',
'diffusion.pkg.js' => '84c8f8fd',
'favicon.ico' => '30672e08',
@@ -392,7 +392,7 @@
'rsrc/js/application/dashboard/behavior-dashboard-tab-panel.js' => 'd4eecc63',
'rsrc/js/application/diff/DiffChangeset.js' => 'f7100923',
'rsrc/js/application/diff/DiffChangesetList.js' => 'e5c5e171',
- 'rsrc/js/application/diff/DiffInline.js' => 'f3af20b1',
+ 'rsrc/js/application/diff/DiffInline.js' => '4bbefc49',
'rsrc/js/application/diff/behavior-preview-link.js' => '051c7832',
'rsrc/js/application/differential/behavior-comment-jump.js' => '4fdb476d',
'rsrc/js/application/differential/behavior-comment-preview.js' => 'b064af76',
@@ -783,7 +783,7 @@
'phabricator-dashboard-css' => 'fe5b1869',
'phabricator-diff-changeset' => 'f7100923',
'phabricator-diff-changeset-list' => 'e5c5e171',
- 'phabricator-diff-inline' => 'f3af20b1',
+ 'phabricator-diff-inline' => '4bbefc49',
'phabricator-drag-and-drop-file-upload' => '58dea2fa',
'phabricator-draggable-list' => 'bea6e7f4',
'phabricator-fatal-config-template-css' => '8f18fa41',
@@ -1259,6 +1259,9 @@
'javelin-util',
'phabricator-shaped-request',
),
+ '4bbefc49' => array(
+ 'javelin-dom',
+ ),
'4c193c96' => array(
'javelin-behavior',
'javelin-uri',
@@ -2170,9 +2173,6 @@
'javelin-workflow',
'javelin-json',
),
- 'f3af20b1' => array(
- 'javelin-dom',
- ),
'f50152ad' => array(
'phui-timeline-view-css',
),
diff --git a/webroot/rsrc/js/application/diff/DiffInline.js b/webroot/rsrc/js/application/diff/DiffInline.js
--- a/webroot/rsrc/js/application/diff/DiffInline.js
+++ b/webroot/rsrc/js/application/diff/DiffInline.js
@@ -438,6 +438,8 @@
row = next_row;
}
+ JX.Stratcom.invoke('resize');
+
return first_meta;
},
@@ -516,6 +518,10 @@
// After making changes to inline comments, refresh the transaction
// preview at the bottom of the page.
this.getChangeset().getChangesetList().redrawPreview();
+
+ // Emit a resize event so that UI elements like the keyboad focus
+ // reticle can redraw properly.
+ JX.Stratcom.invoke('resize');
},
_redraw: function() {
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Mar 10, 11:11 AM (1 w, 5 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7432345
Default Alt Text
D17904.diff (2 KB)
Attached To
Mode
D17904: Emit resize events after making document changes during inline editing
Attached
Detach File
Event Timeline
Log In to Comment