Improve pointer collision handling. fixes #19021.

git-svn-id: http://svn.automattic.com/wordpress/trunk@19713 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
koopersmith 2012-01-08 22:53:05 +00:00
parent e3b46b25d3
commit 2588782bbd
1 changed files with 2 additions and 1 deletions

View File

@ -155,7 +155,8 @@
left: 0,
zIndex: zindex++ // Increment the z-index so that it shows above other opened pointers.
}).show().position($.extend({
of: this.element
of: this.element,
collision: 'fit none'
}, position )); // the object comes before this.options.position so the user can override position.of.
this.repoint();