Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15569696
D17901.id43060.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
697 B
Referenced Files
None
Subscribers
None
D17901.id43060.diff
View Options
diff --git a/webroot/rsrc/js/application/diff/DiffChangesetList.js b/webroot/rsrc/js/application/diff/DiffChangesetList.js
--- a/webroot/rsrc/js/application/diff/DiffChangesetList.js
+++ b/webroot/rsrc/js/application/diff/DiffChangesetList.js
@@ -47,6 +47,9 @@
'click',
['differential-inline-comment', 'differential-inline-reply'],
onreply);
+
+ var onresize = JX.bind(this, this._ifawake, this._onresize);
+ JX.Stratcom.listen('resize', null, onresize);
},
properties: {
@@ -584,6 +587,10 @@
inline.setHidden(is_hide);
},
+ _onresize: function() {
+ this._redrawFocus();
+ },
+
_onaction: function(action, e) {
e.kill();
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, May 5, 3:41 AM (2 d, 1 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7819235
Default Alt Text
D17901.id43060.diff (697 B)
Attached To
Mode
D17901: Resize the Differential keyboard focus reticle when the window is resized
Attached
Detach File
Event Timeline
Log In to Comment