aboutsummaryrefslogtreecommitdiffstats
path: root/ui/ui.dialog.js
Commit message (Collapse)AuthorAgeFilesLines
* Dialog: Fixed #3637: Added role of button to close link.Scott González2008-12-061-1/+9
|
* dialog: formatting changesRichard Worth2008-11-211-0/+3
|
* New file: AUTHORS.txt instead of having a single contributor's name in each ↵Richard Worth2008-11-211-1/+1
| | | | file header. See http://groups.google.com/group/jquery-ui-dev/browse_thread/thread/ca0b1cc9580141b
* Source formatting: Removing trailing spacesEduardo Lundgren2008-11-201-1/+1
|
* Removed all trailing whitespace from .js and .html filesRichard Worth2008-11-181-63/+63
|
* fixed #3578 - ALL CODE: e, ui should be changed to event, uiRichard Worth2008-11-141-8/+8
|
* Dialog, Progressbar: Combined ARIA attribute settings into one .attr() call.Scott González2008-11-071-2/+4
|
* Tweaking attr to normalize for FF2 ARIA implementation. Removed ariaRole and ↵David Bolter2008-11-051-2/+2
| | | | ariaState API. (Assist: Scott González, Fixes #3529)
* core: restructured helper functions, made enableSelection/disableSelection ↵Paul Bakaus2008-11-031-3/+1
| | | | jQuery plugins (fixes 3459)
* Fixed #3193 - Cannot select scrollbars inside dialog in Opera 9.51Richard Worth2008-11-011-20/+27
|
* adding version property to all ui componentsJörn Zaefferer2008-10-051-0/+1
|
* Dialog: Made moveToTop public.Scott González2008-09-291-22/+22
|
* Dialog: Removed functionality for copying classes from the main element to ↵Scott González2008-09-281-4/+0
| | | | the wrapper div. This was used for themes, but this method of theming is no longer encouraged.
* Added ariaRole and ariaState to ui.core with tests.David Bolter2008-09-221-0/+2
| | | | | | Added ARIA role and state to ui.dialog Fixes #3350 (Inspired by jARIA plugin from Chris Hoffman)
* Dialog: Added an id to the title span (needed for ARIA support).Scott González2008-09-191-4/+15
|
* Reverted r695.Scott González2008-09-191-62/+62
|
* Remove Trailing SpacesEduardo Lundgren2008-09-191-62/+62
|
* Dialog: Fixed #3087: Added beforeclose callback for dialogs (can prevent ↵Scott González2008-09-191-0/+4
| | | | closing the dialog by returning false).
* Dialog: Reordered functions.Scott González2008-09-141-164/+164
|
* Dialog: Fixed #3389: Non-draggable dialogs shouldn't instantiate draggables.Scott González2008-09-141-21/+26
|
* Dialog: Fixed #3220: Non-resizable dialogs shouldn't instantiate resizables.Scott González2008-09-141-29/+45
|
* Dialog: Partial fix for #3327: When opening a dialog, give focus to the ↵Scott González2008-09-111-0/+1
| | | | first tabbable element inside the dialog.
* Dialog: Fixed #3123: Prevent tabbing out of modal dialogs.Scott González2008-09-061-1/+24
|
* Fixed #3284 - Put version numbers inside of individual files.Richard Worth2008-09-041-1/+1
|
* Dialog: Fixed #3259: Remove title attribute from dialog elements on init.Scott González2008-09-031-1/+5
|
* Dialog: Fixed #3253: Don't allow closing modal dialogs on escape if ↵Scott González2008-08-271-4/+4
| | | | closeOnEscape is set to false.
* Use type button to avoid undesired submitsEduardo Lundgren2008-08-241-1/+1
|
* dialog: $.keyCodeChi Cheng2008-08-241-4/+2
|
* Dialog: Fixed #3198: Prevent exposure of internal methods.Scott González2008-08-161-21/+21
|
* Dialog: Added isOpen method.Scott González2008-08-121-4/+10
|
* Dialog: Removed fakeEvent method (no longer needed with the trigger method).Scott González2008-08-111-7/+0
|
* Dialog: Fixed #3076: Proper sizing of overlays in Opera 9.51.Scott González2008-07-141-1/+17
|
* Dialog: If options.title is empty on init, set it to the title attribute of ↵Scott González2008-07-121-1/+3
| | | | the dialog element.
* Dialog: Fixed #3013: Force dialog titlebars to have a full line height when ↵Scott González2008-07-121-1/+1
| | | | no title is provided (after initialization).
* Dialog: Fixed #3013: Force dialog titlebars to have a full line height when ↵Scott González2008-07-111-1/+1
| | | | no title is provided.
* Dialog: Fixed #3086: Fixed problem with auto margins in IE.Scott González2008-07-111-5/+5
|
* Dialog: Use new trigger method from the widget factory.Scott González2008-07-101-21/+5
|
* Dialog: fixed triggered events.Scott González2008-07-101-4/+16
|
* Dialog: cleanup.Scott González2008-07-091-15/+27
|
* dialog: added "focus" callback, whenever a dialog is focussed (moveToTop), ↵Paul Bakaus2008-07-041-3/+5
| | | | implements #2728, fixed a couple jslint warnings
* fixed #3061 - dialog buttons not visible without a theme fileRichard Worth2008-07-031-1/+1
|
* Fixed #3059 - cannot select text in dialog contentRichard Worth2008-07-031-1/+7
|
* Dialog - Update resizable dialgos to use helper instead of proxyEduardo Lundgren2008-06-301-1/+1
|
* fixed #3012 - Dialog causing iframe load event to fire in firefox 2Richard Worth2008-06-281-1/+1
|
* Dialog: Fixed #3032: Calling open on an already open dialog no longer causes ↵Scott González2008-06-261-0/+7
| | | | problems.
* Dialog: Fixed stacking problem with modal dialogs.Scott González2008-06-261-1/+2
|
* Dialog: Restructured button creation and fixed the problem with not being ↵Scott González2008-06-261-14/+30
| | | | able to change the buttons after instantiation.
* fixed #3025 - dialog should have an autoResize option; default value: trueRichard Worth2008-06-251-2/+16
|
* Dialog - fixed #3017Eduardo Lundgren2008-06-181-6/+12
|
* dialog - added dragHelperEduardo Lundgren2008-06-171-0/+1
|