Index: inline-edit-post.js
===================================================================
--- inline-edit-post.js	(revision 23258)
+++ inline-edit-post.js	(working copy)
@@ -78,6 +78,11 @@
 			t.revert();
 			$('select[name^="action"]').val('-1');
 		});
+        
+        //show the 'quick links' section when user tabs into post title triggering focus
+        $('td.post-title a.row-title').on('focus', function(e){
+            $(this).parent().next().css("visibility", "visible")
+        });
 	},
 
 	toggle : function(el){
