github
Advanced Search
  • Home
  • Pricing and Signup
  • Explore GitHub
  • Blog
  • Login

jquery / jquery-ui

  • Admin
  • Watch Unwatch
  • Fork
  • Your Fork
  • Pull Request
  • Download Source
    • 550
    • 88
  • Source
  • Commits
  • Network (88)
  • Graphs
  • Tree: e7c2eb4

click here to add a description

click here to add a homepage

  • Switch Branches (7)
    • bind
    • devpreview
    • formcontrols
    • master
    • menu
    • panel
    • tooltip
  • Switch Tags (18)
    • 1.9m1
    • 1.8rc3
    • 1.8rc2
    • 1.8rc1
    • 1.8b1
    • 1.8a2
    • 1.8a1
    • 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…

The official jQuery user interface library. — Read more

  Cancel

http://jqueryui.com/

  Cancel
  • HTTP
  • Git Read-Only

This URL has Read+Write access

Remove width:100%; from menu-item styles (was there for icon-support, which was 
dropped); also fixed the nested-menu visual test to position properly in IE6
jzaefferer (author)
Mon Mar 22 13:44:32 -0700 2010
commit  e7c2eb42d08c5ee7b444
tree    bda4bafc1b14364ec63c
parent  7e79eee1b08b44ec464c
M tests/visual/menu/nested.html 15 ••••
M themes/base/jquery.ui.autocomplete.css 1 •
Txt tests/visual/menu/nested.html
  • View file @ e7c2eb4
... ...
@@ -106,11 +106,16 @@
106 106
     $("button").click(function(event) {
107 107
       // TODO required to prevent the click handler below from handling this event
108 108
       event.stopPropagation();
109  
-      nestedmenu.nestedmenu("show").position({
110  
-        my: "left top",
111  
-        at: "right top",
112  
-        of: event.pageX > 0 ? event : this
113  
-      });
  109
+      nestedmenu.nestedmenu("show")
  110
+        .css({
  111
+          top: 0,
  112
+          left: 0
  113
+        })
  114
+        .position({
  115
+          my: "left top",
  116
+          at: "right top",
  117
+          of: this
  118
+        });
114 119
       $(document).one("click", function() {
115 120
         nestedmenu.nestedmenu("hide");
116 121
       })
Txt themes/base/jquery.ui.autocomplete.css
  • View file @ e7c2eb4
... ...
@@ -20,7 +20,6 @@
20 20
 .ui-menu .ui-menu-item {
21 21
   margin:0;
22 22
   padding: 0;
23  
-  width: 100%;
24 23
 }
25 24
 .ui-menu .ui-menu-item a {
26 25
   text-decoration:none;

0 notes on commit e7c2eb4

Please log in to comment.
Blog | Support | Training | Contact | API | Status | Twitter | Help | Security
© 2010 GitHub Inc. All rights reserved. | Terms of Service | Privacy Policy
Powered by the Dedicated Servers and
Cloud Computing of Rackspace Hosting®
Dedicated Server