BUG? IE9 jQuery UI 1.10 .position()

BUG? IE9 jQuery UI 1.10 .position()

I'm having a terrible time trying to position a DIV using jQueryUI 1.10 in IE9.


You can see in the screenshot that IE9 does the opposite of what I'm asking for. Chrome displays as expected



  1.     <div id="personPopupContainer" style="position: absolute; z-index: 255; display: block;">
  2. <div id="personPopupContent">
  3.     </div>    
  4.     </div>

  5. $("#personPopupContainer").position(
  6.                                 {
  7.                                     my: "left top",
  8.                                     at: "right top",
  9.                                     of: TheLink
  10.                                 }