github github
  • Home
  • Pricing and Signup
  • Training
  • Gist
  • Blog
  • Login

jquery / jquery-ui

  • Admin
  • Watch Unwatch
  • Fork
  • Your Fork
    • 1,190
    • 298
  • Source
  • Commits
  • Network
  • Pull Requests (7)
  • Graphs
  • Tree: 7d9d2b5

click here to add a description

click here to add a homepage

  • Switch Branches (8)
    • bind
    • devpreview
    • formcontrols
    • master
    • menu
    • panel
    • tooltip
    • widget-super
  • Switch Tags (22)
    • 1.9m2
    • 1.9m1
    • 1.8rc3
    • 1.8rc2
    • 1.8rc1
    • 1.8b1
    • 1.8a2
    • 1.8a1
    • 1.8.5
    • 1.8.4
    • 1.8.3
    • 1.8.2
    • 1.8.1
    • 1.8
    • 1.7
    • 1.6rc6
    • 1.6rc5
    • 1.6rc3
    • 1.6rc2
    • 1.6
    • 1.5.2
    • 1.5.1
  • Comments
  • Contributors
Sending Request…
Downloads

The official jQuery user interface library. — Read more

  Cancel

http://jqueryui.com/

  Cancel
  • HTTP
  • Git Read-Only

This URL has Read+Write access

External: Updated bgiframe to 2.1.2. Fixes #6190 - Dialog demos don't work in IE9 because of bgiframe.
scottgonzalez (author)
Tue Oct 19 20:05:13 -0700 2010
commit  7d9d2b551fc9522e6eea
tree    621d02ad25c861e3fdc8
parent  72985fbbecba2153fa56

Showing 22 changed files with 59 additions and 30 deletions.

M demos/dialog/animated.html 2 ••
M demos/dialog/default.html 2 ••
M demos/dialog/modal-confirmation.html 2 ••
M demos/dialog/modal-form.html 2 ••
M demos/dialog/modal-message.html 2 ••
M demos/dialog/modal.html 2 ••
M demos/index.html 2 ••
D external/jquery.bgiframe-2.1.1.js 10 •••••
A external/jquery.bgiframe-2.1.2.js 39 •••••
M tests/unit/dialog/dialog.html 2 ••
M tests/visual/dialog/dialog.html 2 ••
M tests/visual/dialog/dialog_on_page_with_large_dom.html 2 ••
M tests/visual/dialog/dialog_on_page_with_scrollbars.html 2 ••
M tests/visual/dialog/dialog_option_buttons_OK_Cancel.html 2 ••
M tests/visual/dialog/dialog_option_closeOnEscape_false.html 2 ••
M tests/visual/dialog/dialog_option_closeOnEscape_true.html 2 ••
M tests/visual/dialog/dialog_option_modal_false.html 2 ••
M tests/visual/dialog/dialog_option_modal_true.html 2 ••
M tests/visual/dialog/dialog_option_position_right_top.html 2 ••
M tests/visual/dialog/dialog_ticket_4350.html 2 ••
M tests/visual/dialog/dialog_ticket_4826.html 2 ••
M tests/visual/menu/nested.html 2 ••
Txt demos/dialog/animated.html
  • View file @ 7d9d2b5
... ...
@@ -5,7 +5,7 @@
5 5
   <title>jQuery UI Dialog - Animation</title>
6 6
   <link rel="stylesheet" href="../../themes/base/jquery.ui.all.css">
7 7
   <script src="../../jquery-1.4.2.js"></script>
8  
-  <script src="../../external/jquery.bgiframe-2.1.1.js"></script>
  8
+  <script src="../../external/jquery.bgiframe-2.1.2.js"></script>
9 9
   <script src="../../ui/jquery.ui.core.js"></script>
10 10
   <script src="../../ui/jquery.ui.widget.js"></script>
11 11
   <script src="../../ui/jquery.ui.mouse.js"></script>
Txt demos/dialog/default.html
  • View file @ 7d9d2b5
... ...
@@ -5,7 +5,7 @@
5 5
   <title>jQuery UI Dialog - Default functionality</title>
6 6
   <link rel="stylesheet" href="../../themes/base/jquery.ui.all.css">
7 7
   <script src="../../jquery-1.4.2.js"></script>
8  
-  <script src="../../external/jquery.bgiframe-2.1.1.js"></script>
  8
+  <script src="../../external/jquery.bgiframe-2.1.2.js"></script>
9 9
   <script src="../../ui/jquery.ui.core.js"></script>
10 10
   <script src="../../ui/jquery.ui.widget.js"></script>
11 11
   <script src="../../ui/jquery.ui.mouse.js"></script>
Txt demos/dialog/modal-confirmation.html
  • View file @ 7d9d2b5
... ...
@@ -5,7 +5,7 @@
5 5
   <title>jQuery UI Dialog - Modal confirmation</title>
6 6
   <link rel="stylesheet" href="../../themes/base/jquery.ui.all.css">
7 7
   <script src="../../jquery-1.4.2.js"></script>
8  
-  <script src="../../external/jquery.bgiframe-2.1.1.js"></script>
  8
+  <script src="../../external/jquery.bgiframe-2.1.2.js"></script>
9 9
   <script src="../../ui/jquery.ui.core.js"></script>
10 10
   <script src="../../ui/jquery.ui.widget.js"></script>
11 11
   <script src="../../ui/jquery.ui.mouse.js"></script>
Txt demos/dialog/modal-form.html
  • View file @ 7d9d2b5
... ...
@@ -5,7 +5,7 @@
5 5
   <title>jQuery UI Dialog - Modal form</title>
6 6
   <link rel="stylesheet" href="../../themes/base/jquery.ui.all.css">
7 7
   <script src="../../jquery-1.4.2.js"></script>
8  
-  <script src="../../external/jquery.bgiframe-2.1.1.js"></script>
  8
+  <script src="../../external/jquery.bgiframe-2.1.2.js"></script>
9 9
   <script src="../../ui/jquery.ui.core.js"></script>
10 10
   <script src="../../ui/jquery.ui.widget.js"></script>
11 11
   <script src="../../ui/jquery.ui.mouse.js"></script>
Txt demos/dialog/modal-message.html
  • View file @ 7d9d2b5
... ...
@@ -5,7 +5,7 @@
5 5
   <title>jQuery UI Dialog - Modal message</title>
6 6
   <link rel="stylesheet" href="../../themes/base/jquery.ui.all.css">
7 7
   <script src="../../jquery-1.4.2.js"></script>
8  
-  <script src="../../external/jquery.bgiframe-2.1.1.js"></script>
  8
+  <script src="../../external/jquery.bgiframe-2.1.2.js"></script>
9 9
   <script src="../../ui/jquery.ui.core.js"></script>
10 10
   <script src="../../ui/jquery.ui.widget.js"></script>
11 11
   <script src="../../ui/jquery.ui.mouse.js"></script>
Txt demos/dialog/modal.html
  • View file @ 7d9d2b5
... ...
@@ -5,7 +5,7 @@
5 5
   <title>jQuery UI Dialog - Basic modal</title>
6 6
   <link rel="stylesheet" href="../../themes/base/jquery.ui.all.css">
7 7
   <script src="../../jquery-1.4.2.js"></script>
8  
-  <script src="../../external/jquery.bgiframe-2.1.1.js"></script>
  8
+  <script src="../../external/jquery.bgiframe-2.1.2.js"></script>
9 9
   <script src="../../ui/jquery.ui.core.js"></script>
10 10
   <script src="../../ui/jquery.ui.widget.js"></script>
11 11
   <script src="../../ui/jquery.ui.mouse.js"></script>
Txt demos/index.html
  • View file @ 7d9d2b5
... ...
@@ -6,7 +6,7 @@
6 6
   <link rel="stylesheet" href="../themes/base/jquery.ui.all.css">
7 7
   <link rel="stylesheet" href="demos.css">
8 8
   <script src="../jquery-1.4.2.js"></script>
9  
-  <script src="../external/jquery.bgiframe-2.1.1.js"></script>
  9
+  <script src="../external/jquery.bgiframe-2.1.2.js"></script>
10 10
   <script src="../ui/jquery.ui.core.js"></script>
11 11
   <script src="../ui/jquery.ui.widget.js"></script>
12 12
   <script src="../ui/jquery.ui.mouse.js"></script>
Txt external/jquery.bgiframe-2.1.1.js
  • View file @ 7d9d2b5
... ...
@@ -1,10 +0,0 @@
1  
-/* Copyright (c) 2006 Brandon Aaron (http://brandonaaron.net)
2  
- * Dual licensed under the MIT (http://www.opensource.org/licenses/mit-license.php) 
3  
- * and GPL (http://www.opensource.org/licenses/gpl-license.php) licenses.
4  
- *
5  
- * $LastChangedDate: 2007-07-21 18:45:56 -0500 (Sat, 21 Jul 2007) $
6  
- * $Rev: 2447 $
7  
- *
8  
- * Version 2.1.1
9  
- */
10  
-(function($){$.fn.bgIframe=$.fn.bgiframe=function(s){if($.browser.msie&&/6.0/.test(navigator.userAgent)){s=$.extend({top:'auto',left:'auto',width:'auto',height:'auto',opacity:true,src:'javascript:false;'},s||{});var prop=function(n){return n&&n.constructor==Number?n+'px':n;},html='<iframe class="bgiframe"frameborder="0"tabindex="-1"src="'+s.src+'"'+'style="display:block;position:absolute;z-index:-1;'+(s.opacity!==false?'filter:Alpha(Opacity=\'0\');':'')+'top:'+(s.top=='auto'?'expression(((parseInt(this.parentNode.currentStyle.borderTopWidth)||0)*-1)+\'px\')':prop(s.top))+';'+'left:'+(s.left=='auto'?'expression(((parseInt(this.parentNode.currentStyle.borderLeftWidth)||0)*-1)+\'px\')':prop(s.left))+';'+'width:'+(s.width=='auto'?'expression(this.parentNode.offsetWidth+\'px\')':prop(s.width))+';'+'height:'+(s.height=='auto'?'expression(this.parentNode.offsetHeight+\'px\')':prop(s.height))+';'+'"/>';return this.each(function(){if($('> iframe.bgiframe',this).length==0)this.insertBefore(document.createElement(html),this.firstChild);});}return this;};})(jQuery);
11 0
\ No newline at end of file
Txt external/jquery.bgiframe-2.1.2.js
  • View file @ 7d9d2b5
... ...
@@ -0,0 +1,39 @@
  1
+/*! Copyright (c) 2010 Brandon Aaron (http://brandonaaron.net)
  2
+ * Licensed under the MIT License (LICENSE.txt).
  3
+ *
  4
+ * Version 2.1.2
  5
+ */
  6
+
  7
+(function($){
  8
+
  9
+$.fn.bgiframe = ($.browser.msie && /msie 6\.0/i.test(navigator.userAgent) ? function(s) {
  10
+    s = $.extend({
  11
+        top     : 'auto', // auto == .currentStyle.borderTopWidth
  12
+        left    : 'auto', // auto == .currentStyle.borderLeftWidth
  13
+        width   : 'auto', // auto == offsetWidth
  14
+        height  : 'auto', // auto == offsetHeight
  15
+        opacity : true,
  16
+        src     : 'javascript:false;'
  17
+    }, s);
  18
+    var html = '<iframe class="bgiframe"frameborder="0"tabindex="-1"src="'+s.src+'"'+
  19
+                   'style="display:block;position:absolute;z-index:-1;'+
  20
+                       (s.opacity !== false?'filter:Alpha(Opacity=\'0\');':'')+
  21
+                       'top:'+(s.top=='auto'?'expression(((parseInt(this.parentNode.currentStyle.borderTopWidth)||0)*-1)+\'px\')':prop(s.top))+';'+
  22
+                       'left:'+(s.left=='auto'?'expression(((parseInt(this.parentNode.currentStyle.borderLeftWidth)||0)*-1)+\'px\')':prop(s.left))+';'+
  23
+                       'width:'+(s.width=='auto'?'expression(this.parentNode.offsetWidth+\'px\')':prop(s.width))+';'+
  24
+                       'height:'+(s.height=='auto'?'expression(this.parentNode.offsetHeight+\'px\')':prop(s.height))+';'+
  25
+                '"/>';
  26
+    return this.each(function() {
  27
+        if ( $(this).children('iframe.bgiframe').length === 0 )
  28
+            this.insertBefore( document.createElement(html), this.firstChild );
  29
+    });
  30
+} : function() { return this; });
  31
+
  32
+// old alias
  33
+$.fn.bgIframe = $.fn.bgiframe;
  34
+
  35
+function prop(n) {
  36
+    return n && n.constructor === Number ? n + 'px' : n;
  37
+}
  38
+
  39
+})(jQuery);
0 40
\ No newline at end of file
Txt tests/unit/dialog/dialog.html
  • View file @ 7d9d2b5
... ...
@@ -7,7 +7,7 @@
7 7
   <link type="text/css" href="../../../themes/base/jquery.ui.dialog.css" rel="stylesheet" />
8 8
 
9 9
   <script type="text/javascript" src="../../../jquery-1.4.2.js"></script>
10  
-  <script type="text/javascript" src="../../../external/jquery.bgiframe-2.1.1.js"></script>
  10
+  <script type="text/javascript" src="../../../external/jquery.bgiframe-2.1.2.js"></script>
11 11
   <script type="text/javascript" src="../../../ui/jquery.ui.core.js"></script>
12 12
   <script type="text/javascript" src="../../../ui/jquery.ui.widget.js"></script>
13 13
   <script type="text/javascript" src="../../../ui/jquery.ui.mouse.js"></script>
Txt tests/visual/dialog/dialog.html
  • View file @ 7d9d2b5
... ...
@@ -6,7 +6,7 @@
6 6
   <link rel="stylesheet" href="../visual.css" type="text/css" />
7 7
   <link rel="stylesheet" href="../../../themes/base/jquery.ui.all.css" type="text/css">
8 8
   <script type="text/javascript" src="../../../jquery-1.4.2.js"></script>
9  
-  <script type="text/javascript" src="../../../external/jquery.bgiframe-2.1.1.js"></script>
  9
+  <script type="text/javascript" src="../../../external/jquery.bgiframe-2.1.2.js"></script>
10 10
   <script type="text/javascript" src="../../../ui/jquery.ui.core.js"></script>
11 11
   <script type="text/javascript" src="../../../ui/jquery.ui.widget.js"></script>
12 12
   <script type="text/javascript" src="../../../ui/jquery.ui.mouse.js"></script>
Txt tests/visual/dialog/dialog_on_page_with_large_dom.html
  • View file @ 7d9d2b5
... ...
@@ -6,7 +6,7 @@
6 6
   <link rel="stylesheet" href="../visual.css" type="text/css" />
7 7
   <link rel="stylesheet" href="../../../themes/base/jquery.ui.all.css" type="text/css">
8 8
   <script type="text/javascript" src="../../../jquery-1.4.2.js"></script>
9  
-  <script type="text/javascript" src="../../../external/jquery.bgiframe-2.1.1.js"></script>
  9
+  <script type="text/javascript" src="../../../external/jquery.bgiframe-2.1.2.js"></script>
10 10
   <script type="text/javascript" src="../../../ui/jquery.ui.core.js"></script>
11 11
   <script type="text/javascript" src="../../../ui/jquery.ui.widget.js"></script>
12 12
   <script type="text/javascript" src="../../../ui/jquery.ui.draggable.js"></script>
Txt tests/visual/dialog/dialog_on_page_with_scrollbars.html
  • View file @ 7d9d2b5
... ...
@@ -6,7 +6,7 @@
6 6
   <link rel="stylesheet" href="../visual.css" type="text/css" />
7 7
   <link rel="stylesheet" href="../../../themes/base/jquery.ui.all.css" type="text/css">
8 8
   <script type="text/javascript" src="../../../jquery-1.4.2.js"></script>
9  
-  <script type="text/javascript" src="../../../external/jquery.bgiframe-2.1.1.js"></script>
  9
+  <script type="text/javascript" src="../../../external/jquery.bgiframe-2.1.2.js"></script>
10 10
   <script type="text/javascript" src="../../../ui/jquery.ui.core.js"></script>
11 11
   <script type="text/javascript" src="../../../ui/jquery.ui.widget.js"></script>
12 12
   <script type="text/javascript" src="../../../ui/jquery.ui.draggable.js"></script>
Txt tests/visual/dialog/dialog_option_buttons_OK_Cancel.html
  • View file @ 7d9d2b5
... ...
@@ -6,7 +6,7 @@
6 6
   <link rel="stylesheet" href="../visual.css" type="text/css" />
7 7
   <link rel="stylesheet" href="../../../themes/base/jquery.ui.all.css" type="text/css">
8 8
   <script type="text/javascript" src="../../../jquery-1.4.2.js"></script>
9  
-  <script type="text/javascript" src="../../../external/jquery.bgiframe-2.1.1.js"></script>
  9
+  <script type="text/javascript" src="../../../external/jquery.bgiframe-2.1.2.js"></script>
10 10
   <script type="text/javascript" src="../../../ui/jquery.ui.core.js"></script>
11 11
   <script type="text/javascript" src="../../../ui/jquery.ui.widget.js"></script>
12 12
   <script type="text/javascript" src="../../../ui/jquery.ui.draggable.js"></script>
Txt tests/visual/dialog/dialog_option_closeOnEscape_false.html
  • View file @ 7d9d2b5
... ...
@@ -6,7 +6,7 @@
6 6
   <link rel="stylesheet" href="../visual.css" type="text/css" />
7 7
   <link rel="stylesheet" href="../../../themes/base/jquery.ui.all.css" type="text/css">
8 8
   <script type="text/javascript" src="../../../jquery-1.4.2.js"></script>
9  
-  <script type="text/javascript" src="../../../external/jquery.bgiframe-2.1.1.js"></script>
  9
+  <script type="text/javascript" src="../../../external/jquery.bgiframe-2.1.2.js"></script>
10 10
   <script type="text/javascript" src="../../../ui/jquery.ui.core.js"></script>
11 11
   <script type="text/javascript" src="../../../ui/jquery.ui.widget.js"></script>
12 12
   <script type="text/javascript" src="../../../ui/jquery.ui.draggable.js"></script>
Txt tests/visual/dialog/dialog_option_closeOnEscape_true.html
  • View file @ 7d9d2b5
... ...
@@ -6,7 +6,7 @@
6 6
   <link rel="stylesheet" href="../visual.css" type="text/css" />
7 7
   <link rel="stylesheet" href="../../../themes/base/jquery.ui.all.css" type="text/css">
8 8
   <script type="text/javascript" src="../../../jquery-1.4.2.js"></script>
9  
-  <script type="text/javascript" src="../../../external/jquery.bgiframe-2.1.1.js"></script>
  9
+  <script type="text/javascript" src="../../../external/jquery.bgiframe-2.1.2.js"></script>
10 10
   <script type="text/javascript" src="../../../ui/jquery.ui.core.js"></script>
11 11
   <script type="text/javascript" src="../../../ui/jquery.ui.widget.js"></script>
12 12
   <script type="text/javascript" src="../../../ui/jquery.ui.draggable.js"></script>
Txt tests/visual/dialog/dialog_option_modal_false.html
  • View file @ 7d9d2b5
... ...
@@ -6,7 +6,7 @@
6 6
   <link rel="stylesheet" href="../visual.css" type="text/css" />
7 7
   <link rel="stylesheet" href="../../../themes/base/jquery.ui.all.css" type="text/css">
8 8
   <script type="text/javascript" src="../../../jquery-1.4.2.js"></script>
9  
-  <script type="text/javascript" src="../../../external/jquery.bgiframe-2.1.1.js"></script>
  9
+  <script type="text/javascript" src="../../../external/jquery.bgiframe-2.1.2.js"></script>
10 10
   <script type="text/javascript" src="../../../ui/jquery.ui.core.js"></script>
11 11
   <script type="text/javascript" src="../../../ui/jquery.ui.widget.js"></script>
12 12
   <script type="text/javascript" src="../../../ui/jquery.ui.draggable.js"></script>
Txt tests/visual/dialog/dialog_option_modal_true.html
  • View file @ 7d9d2b5
... ...
@@ -6,7 +6,7 @@
6 6
   <link rel="stylesheet" href="../visual.css" type="text/css" />
7 7
   <link rel="stylesheet" href="../../../themes/base/jquery.ui.all.css" type="text/css">
8 8
   <script type="text/javascript" src="../../../jquery-1.4.2.js"></script>
9  
-  <script type="text/javascript" src="../../../external/jquery.bgiframe-2.1.1.js"></script>
  9
+  <script type="text/javascript" src="../../../external/jquery.bgiframe-2.1.2.js"></script>
10 10
   <script type="text/javascript" src="../../../ui/jquery.ui.core.js"></script>
11 11
   <script type="text/javascript" src="../../../ui/jquery.ui.widget.js"></script>
12 12
   <script type="text/javascript" src="../../../ui/jquery.ui.draggable.js"></script>
Txt tests/visual/dialog/dialog_option_position_right_top.html
  • View file @ 7d9d2b5
... ...
@@ -6,7 +6,7 @@
6 6
   <link rel="stylesheet" href="../visual.css" type="text/css" />
7 7
   <link rel="stylesheet" href="../../../themes/base/jquery.ui.all.css" type="text/css">
8 8
   <script type="text/javascript" src="../../../jquery-1.4.2.js"></script>
9  
-  <script type="text/javascript" src="../../../external/jquery.bgiframe-2.1.1.js"></script>
  9
+  <script type="text/javascript" src="../../../external/jquery.bgiframe-2.1.2.js"></script>
10 10
   <script type="text/javascript" src="../../../ui/jquery.ui.core.js"></script>
11 11
   <script type="text/javascript" src="../../../ui/jquery.ui.widget.js"></script>
12 12
   <script type="text/javascript" src="../../../ui/jquery.ui.draggable.js"></script>
Txt tests/visual/dialog/dialog_ticket_4350.html
  • View file @ 7d9d2b5
... ...
@@ -6,7 +6,7 @@
6 6
   <link rel="stylesheet" href="../visual.css" type="text/css" />
7 7
   <link rel="stylesheet" href="../../../themes/base/jquery.ui.all.css" type="text/css">
8 8
   <script type="text/javascript" src="../../../jquery-1.4.2.js"></script>
9  
-  <script type="text/javascript" src="../../../external/jquery.bgiframe-2.1.1.js"></script>
  9
+  <script type="text/javascript" src="../../../external/jquery.bgiframe-2.1.2.js"></script>
10 10
   <script type="text/javascript" src="../../../ui/jquery.ui.core.js"></script>
11 11
   <script type="text/javascript" src="../../../ui/jquery.ui.widget.js"></script>
12 12
   <script type="text/javascript" src="../../../ui/jquery.ui.mouse.js"></script>
Txt tests/visual/dialog/dialog_ticket_4826.html
  • View file @ 7d9d2b5
... ...
@@ -6,7 +6,7 @@
6 6
   <link rel="stylesheet" href="../visual.css" type="text/css" />
7 7
   <link rel="stylesheet" href="../../../themes/base/jquery.ui.all.css" type="text/css">
8 8
   <script type="text/javascript" src="../../../jquery-1.4.2.js"></script>
9  
-  <script type="text/javascript" src="../../../external/jquery.bgiframe-2.1.1.js"></script>
  9
+  <script type="text/javascript" src="../../../external/jquery.bgiframe-2.1.2.js"></script>
10 10
   <script type="text/javascript" src="../../../ui/jquery.ui.core.js"></script>
11 11
   <script type="text/javascript" src="../../../ui/jquery.ui.widget.js"></script>
12 12
   <script type="text/javascript" src="../../../ui/jquery.ui.draggable.js"></script>
Txt tests/visual/menu/nested.html
  • View file @ 7d9d2b5
... ...
@@ -9,7 +9,7 @@
9 9
   <script type="text/javascript" src="../../../ui/jquery.ui.widget.js"></script>
10 10
   <script type="text/javascript" src="../../../ui/jquery.ui.position.js"></script>
11 11
   <script type="text/javascript" src="../../../ui/jquery.ui.autocomplete.js"></script>
12  
-  <script type="text/javascript" src="../../../external/jquery.bgiframe-2.1.1.js"></script>
  12
+  <script type="text/javascript" src="../../../external/jquery.bgiframe-2.1.2.js"></script>
13 13
   <script type="text/javascript" src="http://jqueryui.com/themeroller/themeswitchertool/"></script>
14 14
   <script type="text/javascript">
15 15
   $(function() {

0 notes on commit 7d9d2b5

Please log in to comment.
Dedicated Server Powered by the Dedicated Servers and
Cloud Computing of Rackspace Hosting®
  • Blog
  • Support
  • Training
  • Job Board
  • Shop
  • Contact
  • API
  • Status
  • © 2010 GitHub Inc. All rights reserved.
  • Terms of Service
  • Privacy
  • Security
  • English
  • Deutsch
  • Français
  • 日本語
  • Português (BR)
  • Русский
  • 中文
  • See all available languages

Your current locale selection: English. Choose another?

  • English
  • Afrikaans
  • Català
  • Čeština
  • Deutsch
  • Español
  • Français
  • Hrvatski
  • Indonesia
  • Italiano
  • 日本語
  • Nederlands
  • Norsk
  • Polski
  • Português (BR)
  • Русский
  • Српски
  • Svenska
  • 中文

Keyboard Shortcuts

Site wide shortcuts

s
Focus site search
?
Bring up this help dialog

Commit list

j
Move selected down
k
Move selected up
t
Open tree
p
Open parent
c or o or enter
Open commit

Pull request list

j
Move selected down
k
Move selected up
o or enter
Open issue

Issues

j
Move selected down
k
Move selected up
x
Toggle select target
o or enter
Open issue
I
Mark selected as read
U
Mark selected as unread
e
Close selected
y
Remove selected from view
c
Create issue
l
Create label
i
Back to inbox
u
Back to issues
/
Focus issues search

Network Graph

← or h
Scroll left
→ or l
Scroll right
↑ or k
Scroll up
↓ or j
Scroll down
t
Toggle visibility of head labels
shift ← or shift h
Scroll all the way left
shift → or shift l
Scroll all the way right
shift ↑ or shift k
Scroll all the way up
shift ↓ or shift j
Scroll all the way down