jzaefferer
b96ff11e3b
Slider: Refactoring _valueMin and _valueMax methods, removing useless temporary variables
2010-03-27 01:49:56 +01:00
jzaefferer
3922996231
Slider: Inlining _step method, was used only once
2010-03-27 01:47:42 +01:00
jzaefferer
3eee15fca8
Slider tests: Split three different change-event tests into three tests, adding start, slide and stop assertions to each, removing placeholders for those other events
2010-03-27 01:44:14 +01:00
jzaefferer
885fea1f3d
Drilldown menu: First attempt at drilldown animations
2010-03-26 20:13:50 -04:00
jzaefferer
e49af16c5a
Menu prototypes: Renamed newer ones to old names
2010-03-26 20:00:54 -04:00
jzaefferer
cd32b3fc5a
Menu prototypes: Remove early nested and drilldown prototypes, to be replaced with nested2/drilldown2
2010-03-26 19:59:17 -04:00
Scott González
a0f754faf5
Merge branch 'master' of github.com:jquery/jquery-ui
2010-03-26 19:56:10 -04:00
Scott González
9541bd0bf2
Position: Use parseInt() to prevent fractional pixel values.
...
Fixes #5280 - ui.position generates different position in static context.
2010-03-26 19:53:43 -04:00
jzaefferer
f1933142e4
Merge branch 'master' into tooltip
2010-03-26 12:45:32 -04:00
jzaefferer
6d9caf1e23
Autocomplete: Only remove classes actually added by the widget, ui-widget etc. aren't added, so don't remove them
2010-03-26 12:42:03 -04:00
jzaefferer
40e3637117
Added $.ui.keyCode.ALT to complete list of metakeys, used in autocomplete
2010-03-26 12:40:46 -04:00
jzaefferer
56a3d4cbff
Autocomplete: Use $.ui.autocomplete.escapeRegex in combobox demo; Fixes #5436 Autocomplete: use $.ui.autocomplete.escapeRegex in combox demo
2010-03-26 10:59:34 -04:00
Scott González
b297b3fa6a
Fixed size calculations for dialogs.
...
Fixes #5392 - Dialog explicit height doesn't match given value from set option.
2010-03-25 21:58:08 -04:00
jzaefferer
e8f397bc14
Added compound test for Tabs with Tooltips
2010-03-25 18:23:11 -04:00
jzaefferer
87533753f4
Tooltip: Add Button to visual test page to test interoperability
2010-03-25 18:06:16 -04:00
jzaefferer
8c2df20a5d
Tooltip: Disable background-images in IE6 on tooltip element to avoid cursor flickering during fade
2010-03-25 17:30:55 -04:00
jzaefferer
9786a19c82
Core unit tests: Include testsuite.js for the testswarm include
2010-03-25 16:40:43 -04:00
jzaefferer
04115422b5
Updating to latest QUnit
2010-03-25 16:17:52 -04:00
jzaefferer
a3286b12be
Tooltip: Added comment about asny response handling
2010-03-25 15:28:34 -04:00
jzaefferer
3bd4de2a87
Tooltip: Add role='application' to body when there is no role attribute; required for screenreaders to interpret aria attributes correctly
2010-03-25 15:23:02 -04:00
jzaefferer
32e9d58963
Tooltip: Fix positioning
2010-03-25 15:22:19 -04:00
jzaefferer
e285e43d2b
Tooltip: Replacing mouseover/out with mouseenter/leave, dropping (for now) support for event delegation
2010-03-25 14:46:42 -04:00
jzaefferer
2766e1997a
Tooltip: Fixing up demo
2010-03-25 14:45:50 -04:00
jzaefferer
0752719de1
Drilldown menu: Fixing type-to-search, missing event argument to menu-activate method
2010-03-25 11:27:08 -04:00
jzaefferer
37774bb516
Menu: new prototype for drilldown menu with keyboard handling
2010-03-24 23:32:37 -04:00
jzaefferer
27c5debb59
Improved drilldown keyboard handling
2010-03-24 18:01:43 -04:00
jzaefferer
b90438d90e
Implemented menu/nested2 visual test, implementation doesn't rip DOM apart, way simpler then original approach
2010-03-24 17:53:48 -04:00
jzaefferer
872ca387e8
Merge branch 'master' of github.com:jquery/jquery-ui
2010-03-24 17:02:11 -04:00
jzaefferer
b7ad981e69
Fixing styles for menu to work properly in IEs, even with nested menus (updated the nested-menu protoype nested2.html with themeroller) - kills the hover-border in IE6, but we have to live with that
2010-03-24 17:01:30 -04:00
Scott González
b4729e5512
Autocomplete demo: Removed todo (already captured in trac).
2010-03-24 13:24:19 -04:00
Scott González
f2873b6ebf
Menu: Ignore clicks that don't occur on the anchor tag within a valid menu item.
...
Fixes #5376 - Menu plugin fires select when border is clicked.
2010-03-24 07:15:30 -07:00
jzaefferer
467b6f9bb6
Update testswarm url for new server
2010-03-23 20:23:15 +01:00
jzaefferer
7443cb8e40
Menu: Testing nested menus without the DOM restructuring, just need to fix display issue in IE6
2010-03-23 05:10:54 +01:00
jzaefferer
e7c2eb42d0
Remove width:100%; from menu-item styles (was there for icon-support, which was dropped); also fixed the nested-menu visual test to position properly in IE6
2010-03-22 21:44:32 +01:00
jzaefferer
710c38d193
Experimental shadow for tooltip element
2010-03-22 20:58:28 +01:00
Scott González
7e79eee1b0
Merge branch 'master' of github.com:jquery/jquery-ui
2010-03-22 07:54:23 -04:00
Scott González
596d1ef581
Dialog: Use .height(0) instead of .hide(0) when determining the size of the non-content area of a dialog.
...
Partial fix for #5392 - Dialog explicit height doesn't match given value from set option.
2010-03-22 07:53:34 -04:00
jzaefferer
eeda4eadb7
Updated AUTHORS.txt with URLs to website and Github, thanks Ralph
2010-03-22 03:39:32 +01:00
jzaefferer
339543636f
Tooltip: Added another element for testing the issue with mouseover/out
2010-03-21 22:45:36 +01:00
jzaefferer
7dbf7ecfc1
Copying files from old Googlecode dev branch for tooltip
2010-03-21 22:28:32 +01:00
jzaefferer
b22109298f
First iteration for generating the MANIFEST file with checksums
2010-03-21 22:16:56 +01:00
jzaefferer
05e31932a0
Adding a .gitignore file with some presets
2010-03-21 21:11:38 +01:00
jzaefferer
f5a14de1b1
Cleaning up visual tests
...
Fixes #5395 - Visual Tests Cleanup
2010-03-21 21:07:25 +01:00
jzaefferer
d29f819269
Fixing another typo in README
2010-03-21 20:48:04 +01:00
jzaefferer
b8a1c21f3c
Adding link to using-jquery-ui forum to README
2010-03-21 20:47:22 +01:00
jzaefferer
de45b675b2
Improving README.md, eg. fixing links after misunderstanding Markdown
2010-03-21 20:45:06 +01:00
jzaefferer
23c5b94a49
Adding README.md for Github to display something
2010-03-21 20:43:10 +01:00
jzaefferer
304a45c159
Position Visual Test: Corrected page title - Testcase for #5284 Position: Smarter collision detection
2010-03-21 19:52:18 +01:00
jzaefferer
ff6c15b83e
Position: Adding visual testcase for #5284 - Position: Smarter collision detection
2010-03-21 19:48:30 +01:00
Doug Neiner
3e1f97d5e5
Added scoped selectors for .ui-widget-header
...
When using buttons in a .ui-widget-header, they were loosing their
styling on link elements. By scoping the selector just like is
done for .ui-widget-content, it fixes this problem
2010-03-20 22:19:11 -04:00