Commit Graph

2555 Commits

Author SHA1 Message Date
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
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
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
jzaefferer
678844ed8c Combobox demo: Improved styling and added a title to the button, to avoid having   in the tooltip 2010-03-20 22:04:35 +01:00
Scott González
b46e8a52fb Merge branch 'master' of github.com:jquery/jquery-ui 2010-03-20 16:58:32 -04:00
Scott González
1899cca942 Autocomplete: Combobox demo - don't use position plugin to place the button next to the text field.
Fixes #5338 - autocomplete combobox look weird in opera 10.50.
2010-03-20 16:57:37 -04:00
jzaefferer
64f6bfae3a Merge branch 'master' of github.com:jquery/jquery-ui 2010-03-20 21:52:31 +01:00
jzaefferer
d4ad2cb837 line-endings 2010-03-20 21:51:53 +01:00
jzaefferer
8f680fb347 Widgets in Dialog compound visual test: Added more widgets and linked Slider with Progressbar 2010-03-20 21:51:12 +01:00
Scott González
0e2484950b Merge branch 'master' of github.com:jquery/jquery-ui 2010-03-20 16:22:42 -04:00
jzaefferer
f4fd024cde Compound visual dialog tests: Add some content to the page for better testing 2010-03-20 21:21:02 +01:00
Scott González
1ddd4f5d3f Menu: pass the original event to the select callback.
Fixes #5343 - Add option to allow form submission when option is chosen.
2010-03-20 16:17:56 -04:00
jzaefferer
3d5adba51a Added visual menu tests from (old) dev-branch and fixed nested-menu 2010-03-20 21:04:04 +01:00
jzaefferer
8a64698960 Merge branch 'master' of github.com:jquery/jquery-ui 2010-03-20 20:37:43 +01:00
jzaefferer
7cca20daa8 line-endings 2010-03-20 20:36:25 +01:00
John Resig
aa05861b85 Merge branch 'master' of git@github.com:jquery/jquery-ui 2010-03-20 15:28:38 -04:00
John Resig
062f0346e6 Moved to using Google Closure from YUI Compressor. 2010-03-20 15:28:10 -04:00
Scott González
c61bd8ec67 Menu: Don't trigger select if a click occurs outside of a menu item.
Fixes #5376 - Menu plugin fires select when border is clicked.
2010-03-20 15:09:46 -04:00
Scott González
e70743cdcb Autocomplete: Don't trigger a search when the left or right arrow keys are used.
Fixes #5289 - Autocomplete: ignore cursor left/right.
2010-03-20 14:58:38 -04:00
Scott González
22ba931c39 Menu: skip over elements that aren't menu items.
Fixes #5188 - Refactor menu rendering for more customizing.
2010-03-20 14:37:25 -04:00
Jörn Zaefferer
65d8fa2b0c autocomplete: pass through mouse and key events to menu methods in order to differentiate between key and mouse events in autocomplete 2010-03-20 14:57:06 +00:00
Jörn Zaefferer
e4f8f54607 added new compound test, still incomplete 2010-03-20 14:39:20 +00:00
Jörn Zaefferer
e6516ad3e6 Added mouse, position, draggable and resizable dependencies 2010-03-20 14:39:05 +00:00
Jörn Zaefferer
253e94555b Added some margin to body to avoid horizontal scrollbar 2010-03-20 14:38:50 +00:00
Jörn Zaefferer
627fa1b522 Removed jQuery (not used); Added links to all.html, effects.all.html and compound tests 2010-03-20 14:38:34 +00:00
Jörn Zaefferer
2206bbf10c Added Button and Autocomplete 2010-03-20 14:38:24 +00:00
Jörn Zaefferer
d7b1044d6c debug comment 2010-03-20 14:38:12 +00:00
Jörn Zaefferer
edcd6823e2 Fixed broken encoding of Préc 2010-03-20 14:37:55 +00:00
Jörn Zaefferer
c98e8e666b core focus-test, call start() after running assertions 2010-03-20 14:37:36 +00:00
Jörn Zaefferer
d7e33373ad replaced pearl with perl 2010-03-20 14:37:18 +00:00
Jörn Zaefferer
63ed4dccce normalize margin/padding on test markup to get reliable height results 2010-03-20 14:32:06 +00:00
Jörn Zaefferer
234c6cbfea global introduced by jQuery 1.3.x is gone, don't need the noglobals fix anymore 2010-03-20 14:31:23 +00:00
Richard Worth
f2a1606353 build: corrected position docs url 2010-03-18 12:29:25 +00:00