Make WordPress Core

Changeset 19713


Ignore:
Timestamp:
01/08/2012 10:53:05 PM (13 years ago)
Author:
koopersmith
Message:

Improve pointer collision handling. fixes #19021.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/js/wp-pointer.dev.js

    r19684 r19713  
    156156                zIndex: zindex++ // Increment the z-index so that it shows above other opened pointers.
    157157            }).show().position($.extend({
    158                 of: this.element
     158                of: this.element,
     159                collision: 'fit none'
    159160            }, position )); // the object comes before this.options.position so the user can override position.of.
    160161
Note: See TracChangeset for help on using the changeset viewer.