Commit graph

1489 commits

Author SHA1 Message Date
toddparker
dbdcffd505 Removed instances of hex color shorthand in filters to fix potential IE issues 2011-01-13 17:46:33 -05:00
scottjehl
adcc106bbe Merge branch 'issue764' of https://github.com/ehynds/jquery-mobile into ehynds-issue764 2011-01-13 16:32:35 -05:00
scottjehl
7cd3d81e5d Merge remote branch 'origin/master' 2011-01-13 16:23:04 -05:00
ehynds
f9c1592bc7 fix extra-wide pages in opera & opera mini 2011-01-12 18:00:53 -05:00
ehynds
9e6a3df6b1 make sure the options cache is updated after a refresh, and that the click handler reads from this cache. 2011-01-12 22:01:50 +08:00
Jesse Streb
924c2c3e9b updated select to no longer wrap the input element as it is already jQuery object. Thanks ehynds. 2011-01-12 08:01:37 +08:00
Jesse Streb
5b238ea1ce https://github.com/jquery/jquery-mobile/issues#issue/578 Updated to use the selector that Scott suggested in order to make checkboxes not dissappear. One issue I noticed is that the page still transitions to the 'new' page even though it is really the same page. I have a fix for this that will post in a separate drop. 2011-01-12 08:01:36 +08:00
D. Elmo Peele
1a21b0581c Avoid triggering a 'tap' event if the event target on touchStop differs from the original touchStart target. 2011-01-12 07:47:17 +08:00
Kin Blas
5617d0c8d3 Merge branch 'delay_duplicateCachedPage' of https://github.com/medovob/jquery-mobile into pull662
Had to fix merge conflicts in:
	js/jquery.mobile.navigation.js
2011-01-11 14:12:07 -08:00
ehynds
95819c8c60 same fix in a few other places 2011-01-12 05:30:56 +08:00
ehynds
b71cc32d78 "this" in this context is already a jquery object 2011-01-12 05:30:56 +08:00
scottjehl
2841c26b85 Merge branch 'fieldcontain_this' of https://github.com/ehynds/jquery-mobile into ehynds-fieldcontain_this 2011-01-11 16:25:34 -05:00
bclinkinbeard
32056c6873 Added type attribute to script tags and fixed footer comment 2011-01-12 03:52:33 +08:00
Louy Alakkad
db1f51aeb2 Button label isn't obvious when data-theme="c" and button is :visited. [#777] 2011-01-12 02:48:13 +08:00
scottjehl
44d6064fb6 Merge branch 'no_enhance_for_hidden' of https://github.com/hynkle/jquery-mobile into hynkle-no_enhance_for_hidden 2011-01-11 13:42:30 -05:00
Kin Blas
8a70cdb3de Initial patch from pull 672 had incorrect check for backbtn data value. Changed it from $this.data("backbtn") === false to $this.data("backbtn") !== false to match the original logic that was in place prior to the patch.
Original patch missed a nobackbtn reference in jquery.mobile.forms.select.js.
2011-01-11 09:34:50 -08:00
Kin Blas
8050fb0d01 Merge branch 'master' of https://github.com/walkingeyerobot/jquery-mobile into pull672 2011-01-11 09:04:32 -08:00
John Bender
96d941ebe9 added the ability to disable ajax forms with data-ajax=false, attribute up for debate, Fixes #519 2011-01-08 23:47:07 -08:00
scottjehl
cc39cbc1f1 Merge branch 'master' of github.com:jquery/jquery-mobile 2011-01-08 09:32:12 -05:00
scottjehl
663c33e7a0 just whitespace. Fixes #181 2011-01-08 09:32:02 -05:00
Jonathan Hinkle
6b799dad71 added 'hidden' to the types of inputs not to be enhanced by textinput 2011-01-07 12:33:59 -05:00
Kin Blas
c910f4b01f Fix for issues:
470 - Multiple Footers when using data-position=fixed and data-id=[someid]

773 - The fixHeaderFooter pagebeforeshow live function is not triggered for the initial page shown

- Removed the findStickyFooter() function.

- Reworked the logic in the pagebeforeshow live function. We now add a ui-sticky-footer class to the sticky footer element. This will guarantee that we find the sticky footer if it already exists. We may at some point want to consider the use of ids on the sticky footers so that we don't have to crawl the entire document.

- Moved the live pagebeforeshow and pageshow calls outside of the DOMReady function so that they get registered as soon as the plugin is loaded. This guarantees that they will be triggered when the core plugin's DOMReady function fires.

- This fix makes issue/pull-request 765 obsolete.
2011-01-07 01:07:22 -08:00
John Bender
2065a1916b moved jstrebs integration tests under the unit folder, made it look a bit like the others, and changed the styling to move pages off the screen 2011-01-06 23:34:05 -08:00
John Bender
4c4b804346 Merge branch 'integration-tests' of https://github.com/jstreb/jquery-mobile into jstreb-integration-tests 2011-01-06 23:03:43 -08:00
Kin Blas
38f09ee66f Sweep through all files to add a trailing slash to <link> tags that include thems/default. This should fix Opera Mobile Issue 763. 2011-01-05 16:19:24 -08:00
Kin Blas
a07fa70b07 Quick fix for issue 763 - Icons and loading image fail to display on Opera Mobile.
This is just a quick check in to the main index.html of the test site to make sure things work. We still need to do a sweep through *ALL* html files and make sure we are including a trailing slash in the themes/default path.
2011-01-05 15:29:17 -08:00
maggiewachs
926982b4f0 Fixed bug 595, where form elements were not properly inheriting the theme. Form controls need to be enhanced after the page containers so they'll pick up on the containers' theme classes. 2011-01-05 11:55:41 -05:00
Jesse Streb
d49deea185 removed our the jasmine tests as they are no longer used 2010-12-31 13:56:06 -05:00
Jesse Streb
1c5034151e removing files that are no longer used 2010-12-31 13:54:35 -05:00
Jesse Streb
ee6184c9bb Fixed issue in which we were changing the location.href to a hardcoded value rather then just the hash. 2010-12-31 13:52:20 -05:00
Jesse Streb
35c2fe8aa5 Ported Jasmine integration tests over to Qunit tests. Kept these in a different folder of integration tests has there purpose is to test at a page level rather then a method by method level. 2010-12-31 13:37:17 -05:00
maggiewachs
60da49c6b9 Updated the datepicker workaround to be functional; also added a few style overrides and events to update the datepicker markup on load and click (necessary because it's redrawn) 2010-12-29 09:36:48 -05:00
ehynds
c8a161a04d same fix in a few other places 2010-12-28 10:15:30 -05:00
ehynds
be51f8abe3 "this" in this context is already a jquery object 2010-12-28 09:06:51 -05:00
John Bender
3a9652c9cc slider switch keyboard access tests Fixes #632 2010-12-26 23:09:11 -08:00
John Bender
06b83ad67a slider switch now keyboard enabled 2010-12-26 17:45:25 -08:00
Jesse Streb
c0d9cad6c8 Fixed issue in which we were changing the location.href to a hardcoded value rather then just the hash. 2010-12-24 08:27:24 -05:00
scottjehl
a37bc5d1b0 fixed double scrollbars when tall selects are present 2010-12-23 15:25:58 -05:00
scottjehl
3fb55aef0b fixed up some duplicate IDs 2010-12-23 14:50:01 -05:00
scottjehl
53392bc7ca Merge branch 'issue_723' of https://github.com/ehynds/jquery-mobile into ehynds-issue_723 2010-12-23 14:34:17 -05:00
ehynds
edfafe0c01 if the close icon in a full-page select is clicked on, fire the selectmenu close handler instead of the dialog close handler 2010-12-23 13:19:34 -05:00
Jesse Streb
015a361eb1 Added integration tests for listviews. These tests mock a users interaction with the various listviews, checking that the page is both enhanced and that the navigation behaves as expected. 2010-12-23 09:51:33 -05:00
scottjehl
e9b076bcc0 Merge branch 'master' of https://github.com/louy/jquery-mobile into louy-master 2010-12-23 09:20:55 -05:00
scottjehl
ce7ff992d6 Merge branch 'docs' of https://github.com/ehynds/jquery-mobile into ehynds-docs 2010-12-23 09:20:17 -05:00
John Bender
fa760da3bd docs updated with information about the slider keys 2010-12-22 23:53:44 -08:00
John Bender
39f4749257 added tests for home and end keys 2010-12-22 23:31:53 -08:00
John Bender
b2d58c1f30 slider keypress tests, comments, and style addition to navigation test page 2010-12-22 23:18:14 -08:00
John Bender
39729becd6 standard keyboard interaction working with slider, tests to come 2010-12-22 22:40:54 -08:00
John Bender
8ec3ae594d added keyCodes, Home and End working for range slider 2010-12-22 16:30:55 -08:00
ehynds
cc0d982c5e documentation for multiple select functionality and list icon theming.
also fixed a CSS specificity bug where the display:block declaration on .ui-li was overriding the display:none declaration for the placeholder class.
2010-12-22 18:11:01 -05:00