Changeset 9189

Show
Ignore:
Timestamp:
06/18/07 02:31:36 (17 months ago)
Author:
bill
Message:

Fix/workaround drop down positioning on Safari on scrolled page (refs #3455)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • dijit/trunk/util/place.js

    r9169 r9189  
    159159                        corner: aroundCorners[nodeCorner], 
    160160                        pos: { 
    161                                 x: aroundNodePos.x + (nodeCorner.charAt(1)=='L' ? 0 : aroundNodeW), 
    162                                 y: aroundNodePos.y + (nodeCorner.charAt(0)=='T' ? 0 : aroundNodeH) 
     161                                x: aroundNodePos.l + (nodeCorner.charAt(1)=='L' ? 0 : aroundNodeW), 
     162                                y: aroundNodePos.t + (nodeCorner.charAt(0)=='T' ? 0 : aroundNodeH) 
    163163                        } 
    164164                });