summaryrefslogtreecommitdiffstats
path: root/ui/jquery.ui.selectmenu.js
Commit message (Collapse)AuthorAgeFilesLines
...
* removed: unnecessary refreshPosition in value methodFelix Nagel2010-11-241-1/+0
|
* fixed: problem when selectmenu is positioned at the very top / bottom of a siteFelix Nagel2010-11-241-0/+5
|
* updated: files to jQuery 1.4.4Felix Nagel2010-11-141-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 semicolonFelix Nagel2010-11-131-1/+1
|
* fixed: default max height only when address format is not definedFelix Nagel2010-11-131-2/+4
|
* fixed: positioning issueFelix Nagel2010-11-131-4/+11
| | | | added: default max height based upon the viewport height
* updated: positioning functionality is now based upon position plugin, this ↵Felix Nagel2010-11-131-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 Nagel2010-11-101-1/+1
| | | | reporting, see https://github.com/fnagel/jquery-ui/issues#issue/6
* fixed: keyboard control, THX to bluefox, see ↵Felix Nagel2010-11-091-5/+2
| | | | https://github.com/fnagel/jquery-ui/issues#issue/6
* Added: better (background) image support, see ↵Felix Nagel2010-10-261-5/+9
| | | | http://github.com/fnagel/jquery-ui/issues#issue/8
* fixed: removed default case for keyboard control as its steals keyboard ↵Felix Nagel2010-10-081-6/+2
| | | | control form user, thx to phazei
* fixed: widget placed a the very top of a page, thx to phazeiFelix Nagel2010-10-081-0/+3
|
* fixed: no hover when widget is disabled, thx to mad-doctor, see ↵Felix Nagel2010-10-051-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 Nagel2010-09-061-2/+5
| | | | fhemberger, see http://github.com/fhemberger/jquery-ui/commit/d93d0a2e535144cbfa6d0098da2f28c51528dbd4
* fixed: destroy method, thx to Jörn zaefferer, see ↵Felix Nagel2010-08-291-0/+4
| | | | | | http://github.com/fnagel/jquery-ui/issues#issue/7 added: comment for previous commit
* removed: follow up to: ↵Felix Nagel2010-08-281-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 browsersFelix Nagel2010-08-281-2/+4
|
* added: check if there's enough room to expand to the bottom, otherwise ↵Felix Nagel2010-08-281-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 Nagel2010-08-271-1/+1
| | | | http://github.com/fnagel/jquery-ui/issues#issue/5
* fixed: remove click eventFelix Nagel2010-08-261-1/+2
|
* fixed: removed and added semicolonFelix Nagel2010-08-231-7/+6
|
* fixed: loop issue when using noConflict modeFelix Nagel2010-08-071-1/+1
|
* changed: delete defaults (will not work < jQuery UI 1.8x.x)Felix Nagel2010-08-071-17/+0
|
* fixed: positioning problems when placing selectbox at the very bottomFelix Nagel2010-08-071-0/+8
| | | | fixed: positioning problems when resizing window
* fixed: whitespace in the optgroupname must be replaced, otherwise the li of ↵Felix Nagel2010-08-071-1/+2
| | | | existing optgroups are never found (thx to Adrian Grigore)
* fixed: newelement can be null under unclear circumstances in IE8 (thx to ↵Felix Nagel2010-08-071-1/+2
| | | | Adrian Grigore)
* make selectmenu usable with jQuery UI 1.8.xFelix Nagel2010-08-071-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 Nagel2010-08-071-0/+524
http://jquery-ui.googlecode.com/svn/branches/labs/selectmenu/ added: *.db to gitignore (Im using Windows) added: readme for gitHub