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:
parent
e3b46b25d3
commit
2588782bbd
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue