Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | removed: unnecessary refreshPosition in value method | Felix Nagel | 2010-11-24 | 1 | -1/+0 | |
| | ||||||
* | fixed: problem when selectmenu is positioned at the very top / bottom of a site | Felix Nagel | 2010-11-24 | 1 | -0/+5 | |
| | ||||||
* | updated: files to jQuery 1.4.4 | Felix Nagel | 2010-11-14 | 1 | -1/+1 | |
| | | | | fixed: small bug hwn using jQuery 1.4.4, THX to michaelcaplan, see https://github.com/fnagel/jquery-ui/issues/#issue/29 | |||||
* | fixed: missing semicolon | Felix Nagel | 2010-11-13 | 1 | -1/+1 | |
| | ||||||
* | fixed: default max height only when address format is not defined | Felix Nagel | 2010-11-13 | 1 | -2/+4 | |
| | ||||||
* | fixed: positioning issue | Felix Nagel | 2010-11-13 | 1 | -4/+11 | |
| | | | | added: default max height based upon the viewport height | |||||
* | updated: positioning functionality is now based upon position plugin, this ↵ | Felix Nagel | 2010-11-13 | 1 | -43/+17 | |
| | | | | | | | shopuld fix a few issues, see http://jqueryui.com/demos/position/ updated: demos added: positioning demo | |||||
* | fixed: blocked ALT or F5 when focus the "fake" select, THX phazei for ↵ | Felix Nagel | 2010-11-10 | 1 | -1/+1 | |
| | | | | reporting, see https://github.com/fnagel/jquery-ui/issues#issue/6 | |||||
* | fixed: keyboard control, THX to bluefox, see ↵ | Felix Nagel | 2010-11-09 | 1 | -5/+2 | |
| | | | | https://github.com/fnagel/jquery-ui/issues#issue/6 | |||||
* | Added: better (background) image support, see ↵ | Felix Nagel | 2010-10-26 | 1 | -5/+9 | |
| | | | | http://github.com/fnagel/jquery-ui/issues#issue/8 | |||||
* | fixed: removed default case for keyboard control as its steals keyboard ↵ | Felix Nagel | 2010-10-08 | 1 | -6/+2 | |
| | | | | control form user, thx to phazei | |||||
* | fixed: widget placed a the very top of a page, thx to phazei | Felix Nagel | 2010-10-08 | 1 | -0/+3 | |
| | ||||||
* | fixed: no hover when widget is disabled, thx to mad-doctor, see ↵ | Felix Nagel | 2010-10-05 | 1 | -2/+2 | |
| | | | | http://github.com/fnagel/jquery-ui/issues#issue/16 | |||||
* | fixed: problem with ID attr to ensure usage of a unique ID., thx to ↵ | Felix Nagel | 2010-09-06 | 1 | -2/+5 | |
| | | | | fhemberger, see http://github.com/fhemberger/jquery-ui/commit/d93d0a2e535144cbfa6d0098da2f28c51528dbd4 | |||||
* | fixed: destroy method, thx to Jörn zaefferer, see ↵ | Felix Nagel | 2010-08-29 | 1 | -0/+4 | |
| | | | | | | http://github.com/fnagel/jquery-ui/issues#issue/7 added: comment for previous commit | |||||
* | removed: follow up to: ↵ | Felix Nagel | 2010-08-28 | 1 | -3/+0 | |
| | | | | http://github.com/fnagel/jquery-ui/commit/cde0d9042c95508d04cfa6d96d8e426657e23523 unnecessary _refreshPosition with timeout | |||||
* | removed: support of up and down arrow keys as these throw errors in all browsers | Felix Nagel | 2010-08-28 | 1 | -2/+4 | |
| | ||||||
* | added: check if there's enough room to expand to the bottom, otherwise ↵ | Felix Nagel | 2010-08-28 | 1 | -14/+36 | |
| | | | | | | expand to top fixed: improved performance of _refreshPosition | |||||
* | fixed: follow up for jQuery UI 1.8.x conformance, thx to Andreas, see ↵ | Felix Nagel | 2010-08-27 | 1 | -1/+1 | |
| | | | | http://github.com/fnagel/jquery-ui/issues#issue/5 | |||||
* | fixed: remove click event | Felix Nagel | 2010-08-26 | 1 | -1/+2 | |
| | ||||||
* | fixed: removed and added semicolon | Felix Nagel | 2010-08-23 | 1 | -7/+6 | |
| | ||||||
* | fixed: loop issue when using noConflict mode | Felix Nagel | 2010-08-07 | 1 | -1/+1 | |
| | ||||||
* | changed: delete defaults (will not work < jQuery UI 1.8x.x) | Felix Nagel | 2010-08-07 | 1 | -17/+0 | |
| | ||||||
* | fixed: positioning problems when placing selectbox at the very bottom | Felix Nagel | 2010-08-07 | 1 | -0/+8 | |
| | | | | fixed: positioning problems when resizing window | |||||
* | fixed: whitespace in the optgroupname must be replaced, otherwise the li of ↵ | Felix Nagel | 2010-08-07 | 1 | -1/+2 | |
| | | | | existing optgroups are never found (thx to Adrian Grigore) | |||||
* | fixed: newelement can be null under unclear circumstances in IE8 (thx to ↵ | Felix Nagel | 2010-08-07 | 1 | -1/+2 | |
| | | | | Adrian Grigore) | |||||
* | make selectmenu usable with jQuery UI 1.8.x | Felix Nagel | 2010-08-07 | 1 | -2/+19 | |
| | | | | | | fixed: move defaults to options changed: _init to _create changed: _uiHash to work again | |||||
* | init: fork of latest jQuery UI with selectmenu from ↵ | Felix Nagel | 2010-08-07 | 1 | -0/+524 | |
http://jquery-ui.googlecode.com/svn/branches/labs/selectmenu/ added: *.db to gitignore (Im using Windows) added: readme for gitHub |