@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.

Restore missing behavior for Differential keyboard navigation

Summary: Fixes T12086. This got dropped by accident while cleaning up haunting.

Test Plan: Loaed a revision, hit "?", hit n/j/p/etc

Reviewers: chad

Reviewed By: chad

Maniphest Tasks: T12086

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

+6
+6
src/applications/differential/controller/DifferentialRevisionViewController.php
··· 464 464 465 465 Javelin::initBehavior('differential-user-select'); 466 466 467 + Javelin::initBehavior( 468 + 'differential-keyboard-navigation', 469 + array( 470 + 'haunt' => null, 471 + )); 472 + 467 473 $view = id(new PHUITwoColumnView()) 468 474 ->setHeader($header) 469 475 ->setSubheader($subheader)