aboutsummaryrefslogtreecommitdiffstats
path: root/ui/jquery.ui.position.js
Commit message (Collapse)AuthorAgeFilesLines
* JavaScript "strict mode" fixesjdomnitz2012-02-121-1/+1
|
* Use jQuery.css() instead of deprecated jQuery.curCSS().Scott González2012-02-121-4/+4
|
* Position: Update fullname reference; jQuery => $. Fixes #8029 - Position: ↵Rick Waldron2012-01-191-7/+7
| | | | There is a reference to the global jQuery variable.
* Position: Check for fraction support.Scott González2011-11-021-0/+45
|
* Position: Check to also make sure to only flip if more of the element is ↵kborchers2011-09-161-2/+2
| | | | inside "within"
* Position: Added better collision detection for flip and fit, added visual ↵kborchers2011-08-121-48/+124
| | | | tests for each and updated the unit tests to take the changes into account. In the process, I removed the rounding that was being done to the position since older jQuery couldn't handle the fractions. There was another pull for this same issue and I have merged the unit tests from that pull into this commit. Also added flipfit!
* Position: Add flip-classes. Fixes #5937 - Position: Add ability to determine ↵Benjamin Sterling2011-07-111-1/+17
| | | | if the element is flipped via css
* Position: Coding standards.Scott González2011-06-101-18/+23
|
* Position: added check for undefined value of offset. Fixed #7458 - ↵tashekelahi2011-06-091-1/+1
| | | | ui.position offset property creates error when set to undefined
* Fix visual test in IE6 and move the new helper functions for getting ↵David Murdoch2011-05-261-6/+9
| | | | scrollbar properties to $.position
* updated tests to account for scrollbar width/heightDavid Murdoch2011-05-261-1/+1
|
* Now takes scrollbar width into account in collision detectionDavid Murdoch2011-05-261-4/+30
|
* Removing unnecessary variables, caching 'within' in tests where its ↵David Murdoch2011-05-161-12/+8
| | | | beneficial, and making some other changes based on the code review
* position now passes all tests! 0/David Murdoch2011-05-131-15/+18
|
* Update position to work properly when window and/or within element is scrolled.David Murdoch2011-05-131-6/+11
|
* Update var name to avoid confusionDavid Murdoch2011-05-131-20/+20
|
* Replace comma with semi-colon. How'd that get there?David Murdoch2011-05-121-1/+1
|
* fix spacing and add in a missing commaDavid Murdoch2011-05-111-5/+6
|
* Fix issue when window is "within".David Murdoch2011-05-111-22/+24
|
* Fix #5645 - Position: Allow for arbitrary element to be containing elementDavid Murdoch2011-05-111-25/+37
|
* Position: Handled scrolled windows properly with collision: fit. Fixes #7211 ↵Jean-Francois Remy2011-05-031-9/+26
| | | | - Position: Collision: fit doesn't work at top of window when scrolled.
* Position: Coding standards.Scott González2011-03-221-25/+29
|
* Position: Merged offset option into my and at options and added support for ↵Scott González2011-03-221-13/+77
| | | | percentage-based offsets. Fixes #6981 - Position: Merge offset option into my and at options. Fixes #7028 - Position: Allow percent-based offsets.
* Position: Fixed typo.Scott González2011-03-211-1/+1
|
* Position: Removed unused refenrece to $.fn.offset.Scott González2011-03-211-2/+1
|
* Position: Drop offset-as-a-setter from position, 1.9 won't support corejzaefferer2011-02-251-35/+0
| | | | 1.3 anymore
* Updated copyright year.Scott González2011-01-171-1/+1
|
* Position: Fixed calculation of collision dimensions. Fixes #6812 - Position: ↵Scott González2011-01-121-3/+3
| | | | Collision detection fails on the right side in Internet Explorer.
* Position: Use $.isWindow()Scott González2010-12-101-2/+1
|
* Position: Handle sub-pixel offsets better in Firefox. Fixes #6000 - ↵Scott González2010-12-011-2/+2
| | | | Position: Sometimes positioning is off by 1px in Firefox.
* Revert "Position: Handle sub-pixel offsets better in Firefox. Fixes #6000 - ↵Scott González2010-10-221-2/+2
| | | | | | Position: Sometimes positioning is off by 1px in Firefox." This reverts commit 32264f7ad12609b316189fd013cda63b41c8b271.
* Position: Handle sub-pixel offsets better in Firefox. Fixes #6000 - ↵Scott González2010-10-211-2/+2
| | | | Position: Sometimes positioning is off by 1px in Firefox.
* Position: Use a better check for determining if an object is a window. Fixes ↵Scott González2010-10-201-1/+2
| | | | #6201 - Autocomplete: Broken menu in IE8 Standards Mode when including prototype framework.
* Position: Take margin into account when performing collisions. Fixes #5766 - ↵Ben Hollis2010-09-031-9/+24
| | | | position: collision should take margin into account.
* Position: Handle $(document) and $(window) for the of option. Fixes #5963 - ↵Scott González2010-08-271-3/+4
| | | | Position: option 'of' accepts jQuery object unless it wraps document. Fixes #5655 - (Possible) Typo in jquery.ui.position 1.8.1.
* Position: Created center variable for better minification. Fixes #5964 - ↵Scott González2010-08-271-13/+12
| | | | Combine horizontalDefault and verticalDefault to one variable - possibly named center.
* Position: Fix flip collision. Fixes #5932 - Position: flip collision ↵Ben Hollis2010-08-111-3/+6
| | | | handling is wrong in some cases.
* All: Added http://jqueryui.com/about to header comments.Scott González2010-07-141-1/+1
|
* All: Define a local undefined variable inside the main closure.Scott González2010-07-131-1/+1
|
* Updated copyright headers to make it clear that you can choose between MIT ↵Scott González2010-07-091-3/+3
| | | | and GPLv2. Also added a link to http://jquery.org/license.
* Position: Use parseInt() to prevent fractional pixel values.Scott González2010-03-261-0/+4
| | | | Fixes #5280 - ui.position generates different position in static context.
* Position: quiet JSLintRichard Worth2010-03-111-11/+8
|
* Position: Conform to coding standards.Scott González2010-02-141-99/+114
|
* Happy New YearRichard Worth2010-01-201-1/+1
|
* Dialog, position: Removed bgiframe option; always use bgiframe when available.Scott González2010-01-191-1/+1
| | | | Fixes #5071 - Remove bgiframe option from all plugins.
* Replaced stackfix with bgiframe.Scott González2010-01-141-1/+1
| | | | Fixes #5061 - Remove stackfix.
* Merged in /branches/dev r3251:3620 (excluding autocomplete, modal, tooltip, ↵Scott González2010-01-071-227/+217
| | | | menu; including menu static tests).
* Position: Fixed window detection.Scott González2009-12-241-1/+1
|
* Position: Changed document/window detection to be consistent with jQuery core.Scott González2009-11-191-2/+2
| | | | | Fixes a bug in IE7/8 where window == document.
* renamed all ui.*.js files to jquery.ui.*.js, all effects.*.js files to ↵Richard Worth2009-09-171-0/+227
jquery.effects.*.js per announcement and discussion here http://groups.google.com/group/jquery-ui-dev/msg/d565a0c56e0cb935