Commit graph

2847 commits

Author SHA1 Message Date
Scott Jehl
116df45ae7 Merge pull request #2091 from taktran/master
Minor doc fix up
2011-07-17 09:22:03 -07:00
Scott Jehl
c4f8e7dbfb Merge pull request #2094 from hotTea/master
Fixes #2087 : Upgrade valencia to use the new gradient syntax
2011-07-17 09:03:35 -07:00
Mayank Varia
81581150dd Upgrade valencia to use the new gradient syntax. Fixes #2087
Adjusted css3 prefixing for background gradients and removed -ms filter
gradients
2011-07-17 00:55:44 -07:00
Tak Tran
fc15c53d2d Matching end comment for ui-grid-b code 2011-07-15 16:37:42 -07:00
John Bender
53a8023b14 fixed select tests to click the button instead of calling the select menu method 2011-07-15 15:22:56 -07:00
John Bender
2e2f318562 whitespace and missing semi in select 2011-07-15 15:22:56 -07:00
toddparker
edee8c42b3 Merge remote branch 'origin/master' 2011-07-15 17:04:33 -04:00
toddparker
6b8f322c66 Updated the single and multi-page templates to use the CDN version and have better design/content. Linked to these from the index page so they are more accessible too. 2011-07-15 17:02:25 -04:00
scottjehl
f84ceb12ed Merge remote branch 'origin/master' 2011-07-15 16:30:03 -04:00
toddparker
4f6eea6e00 Fixed inline button docs to remove the incorrect info that wrapping multiple buttons in a container with data-inline="true" woudl work. You must add this each each button. 2011-07-15 16:11:26 -04:00
scottjehl
22b0cae65c added unit tests for the data-prefetch attr 2011-07-15 15:55:27 -04:00
John Bender
ca173441d0 small refactor the the base url change for readability 2011-07-15 10:47:06 -07:00
scottjehl
098687ae63 added documentation for data-prefetch 2011-07-15 13:22:13 -04:00
scottjehl
a5d0a294e9 Implemented data-prefetch attribute for anchor elements. Presence of this attribute on an anchor will cause the referenced page to be preloaded when the parent page of that anchor is shown. Fixes #1819. 2011-07-15 13:16:31 -04:00
scottjehl
3dd495588b removed the nonHistorySelectors option, which was no longer in use after the nav refactor. 2011-07-15 11:50:26 -04:00
scottjehl
b0552d79de removed some old alpha comments. Versioning covers this sort of thing. 2011-07-15 11:47:32 -04:00
scottjehl
affd609330 This ensures inner button text is visible in IE7. Fixes #2058. Yay. 2011-07-15 11:42:25 -04:00
scottjehl
6da7e4a1dc Made loading message configurable at runtime. Fixes #2044. Fixes #1974. Fixes #1947. 2011-07-14 22:46:06 -04:00
Todd Parker
12d52772cb Merge pull request #2075 from mattopenstack/master
Small update to doc readme for running the repo locally. Thanks mattopenstack!
2011-07-14 08:40:19 -07:00
Matt
00f86c83f0 update docs regarding running demos 2011-07-14 07:22:25 -07:00
John Bender
af3877be43 tests updated to accomodate relative hash references 2011-07-13 16:04:24 -07:00
John Bender
d827be3bf2 relative url change per Kin Blas's last pre-vacation request 2011-07-13 16:04:24 -07:00
Ghislain Seguin
584e3070ae Unit tests for issue #1526 2011-07-12 23:32:22 -07:00
Ghislain Seguin
3062d385b8 Fix for issue #1526 2011-07-12 23:32:10 -07:00
Ghislain Seguin
8623b67a41 Merge pull request #2062 from taktran/patch-1
Fixed up spelling mistake.
2011-07-12 16:50:05 -07:00
Tak Tran
80edfd9f15 Fixed up spelling mistake. 2011-07-12 16:48:40 -07:00
scottjehl
815d82ba1f changed padding-box to padding for -moz-background-clip per https://developer.mozilla.org/en/CSS/background-clip#Browser_compatibility 2011-07-11 02:17:17 -04:00
scottjehl
e5e198a8db adjusted css3 prefixing for background gradients to a) increase browser support for standard prefixed gradients, and b) remove -ms filter gradients due to a rendering issue in IE9 that conflicts with border radius. Gradient support is set for IE10, however. More info on this bug and decision can be found at issue #2046. Fixes #2046. Fixes #1933. Addresses a portion of #13 as well. 2011-07-11 02:06:24 -04:00
scottjehl
ada46734ec abstracted out some of the page hide behavior to fix issues with the close button not returning focus to the button after closing. Also fixes an issue where a full page custom menu would open as a misplaced small custom menu the second time it opens (if the menu was closed via the custom close button). Fixes #1618. Fixes #1692. Fixes #1750. 2011-07-10 21:56:58 -04:00
scottjehl
2de817d24c fixed some logical errors in these tests. they now pass consistently in Firefox. Still inconsistent in Chrome, though they did pass once in Chrome during testing. Getting closer... 2011-07-10 21:51:08 -04:00
Scott Jehl
7b1966c850 Merge pull request #2015 from mlitwin/bug_1992
Fixes #1992; Swipe threshold constants are configurable
2011-07-10 15:20:15 -07:00
scottjehl
e567742c90 fixed up logic and code style for the _removeCorners "which" argument. Thx for the logic suggestion, @eugenb1. Fixes #1996. 2011-07-10 18:07:12 -04:00
scottjehl
4703fe0d24 Merge branch 'master' of https://github.com/wietsevenema/jquery-mobile into wietsevenema-master 2011-07-10 17:46:51 -04:00
scottjehl
fdde24b51f fixed unit test - menu var wasn't defined. 2011-07-10 17:34:38 -04:00
scottjehl
033ce4ab96 Merge branch 'fix_issue_1851' of https://github.com/tigbro/jquery-mobile into tigbro-fix_issue_1851
Conflicts:
	js/jquery.mobile.forms.checkboxradio.js
2011-07-10 17:17:51 -04:00
scottjehl
47cb8cbeeb fixed test so it passes in Firefox 2011-07-10 17:14:55 -04:00
scottjehl
1036a8398a added unit test to verify previous bugfix. 2011-07-10 16:28:40 -04:00
scottjehl
3deaa97c3a removed the globalpagecreate event trigger that came with the previous pull request, as it was never necessary. 2011-07-10 16:12:05 -04:00
scottjehl
f13207505f Merge branch 'master' of https://github.com/eugenb1/jquery-mobile into eugenb1-master 2011-07-10 16:09:00 -04:00
scottjehl
25f6e012b6 removed some old experiments. Others should soon move to a branch or external repo. 2011-07-10 15:39:26 -04:00
Scott Jehl
e1fd7a9e32 Merge pull request #2043 from beatryder/collapsible-set-fix
Fixes #1931 - Collapsible Set - Visual Bug
2011-07-10 07:18:53 -07:00
Ryan Neufeld
92fcbe1672 Fix for Bug #1931 - Collapsible Set - Visual Bug
collapsable selector was using :first so set was only ever one element.
changed find to children
2011-07-07 13:20:10 -07:00
John Bender
b761496ece moved typeof check to jQuery.type() 2011-07-07 09:22:24 -07:00
John Bender
bf9c071900 whitespace in navigation 2011-07-07 09:19:16 -07:00
Eugen
d581accfdb #2018 - forms.select now uses $.mobile.defaultDialogTransition 2011-07-07 09:52:02 +02:00
Eugen
4102df9923 Merge branch 'master' of https://github.com/jquery/jquery-mobile 2011-07-07 09:20:55 +02:00
Todd Parker
64a5786a81 Merge pull request #1941 from kpozin/patch-2
Change timing function on spin animation to linear. Thanks kpozin!
2011-07-06 19:57:36 -07:00
Todd Parker
a38b8f4207 Merge pull request #2039 from jgable/bug_1999
Fix #1999, mismatched gradient stops for .ui-btn-up-c style. Thanks jgable!
2011-07-06 14:07:29 -07:00
jacob4u2
e2a7b1a63c Fix #1999, mismatched gradient stops for .ui-btn-up-c style 2011-07-06 16:03:13 -05:00
Todd Parker
6e6c06b8f2 Merge pull request #2028 from jgable/bug_2002
Fix #2002; updated -ms-filter style to match others. Thanks jgable!
2011-07-06 13:47:20 -07:00