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

jquery / jquery-ui

  • Admin
  • Watch Unwatch
  • Fork
  • Your Fork
  • Pull Request
  • Download Source
    • 592
    • 103
  • Source
  • Commits
  • Network (103)
  • Graphs
  • Tree: a90e195

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

Selectable: moved position absolute and z-index to css. Fixed #4475 - Selectable 
helper has z-index hard coded
rdworth (author)
Wed May 26 15:42:24 -0700 2010
commit  a90e195489915ed8a6d6
tree    81f33c7e09db20977fb4
parent  202ddd0c58933e80b603
M themes/base/jquery.ui.selectable.css 2 ••
M ui/jquery.ui.selectable.js 2 ••
Txt themes/base/jquery.ui.selectable.css
  • View file @ a90e195
... ...
@@ -1,3 +1,3 @@
1 1
 /* Selectable
2 2
 ----------------------------------*/
3  
-.ui-selectable-helper { border:1px dotted black }
  3
+.ui-selectable-helper { position: absolute; z-index: 100; border:1px dotted black; }
Txt ui/jquery.ui.selectable.js
  • View file @ a90e195
... ...
@@ -90,8 +90,6 @@ $.widget("ui.selectable", $.ui.mouse, {
90 90
     $(options.appendTo).append(this.helper);
91 91
     // position helper (lasso)
92 92
     this.helper.css({
93  
-      "z-index": 100,
94  
-      "position": "absolute",
95 93
       "left": event.clientX,
96 94
       "top": event.clientY,
97 95
       "width": 0,

0 notes on commit a90e195

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