Mat Marquis
4c5e85cc50
Correctly addresses #3020 — “Content” elements now correctly apply themes, but do not inherit the theme set on the overall page.
2011-11-16 10:35:03 -05:00
Todd Parker
e7a3623771
Merge pull request #3064 from jakeboone02/f-swatch-gradients-syntax
...
Docs: modified f-swatch gradient syntax to match default theme
2011-11-15 20:09:05 -08:00
Jake Boone
be8f75086e
Modified f-swatch gradient syntax to match default theme
2011-11-15 21:39:58 -05:00
jblas@adobe.com
16aafad67e
Merge branch 'master' of https://github.com/jquery/jquery-mobile
2011-11-15 16:18:50 -08:00
jblas@adobe.com
098eed9c3b
Fix for #2826 - an error occurred with click event on svg element using "live" or "delegate"
...
- Modified findClosestLink() to check the ele.nodeName type before trying to access it.
2011-11-15 16:17:14 -08:00
Mat Marquis
b3e65595e6
Fixes #3053 — I was a little overzealous in ensuring “content” elements didn’t inherit a theme if it wasn’t intended.
2011-11-15 17:37:14 -05:00
toddparker
fcce0c4915
Removed left/right border on swatch F for the docs to prevent horizontal scrolling. Fixes #3045
2011-11-15 16:17:50 -05:00
Todd Parker
03b1ce3693
Merge pull request #3061 from MauriceG/patch-16
...
docs/forms: adding a disabled slider (not just) for testing purpose (#3058 )
2011-11-15 11:19:55 -08:00
Maurice Gottlieb
718a0acf6d
adding a disabled slider for testing purpose ( #3058 )
...
change name-attribute of the flipswitch for consistency
2011-11-15 20:01:40 +01:00
toddparker
31144912f0
Added notes about linking to multi-page docs and added a link to the subpage plugin
2011-11-15 13:47:18 -05:00
jblas@adobe.com
116fd5fdc5
Merge branch 'master' of https://github.com/jquery/jquery-mobile
2011-11-15 10:23:18 -08:00
jblas@adobe.com
afb7bab90f
Test case for issues:
...
3046 - closestEnabledButton() conflicts with OpenLayers
3054 - RC3 - button conflicts with svg element, throws error: Uncaught TypeError: Object #<SVGAnimatedString> has no method 'split'
2011-11-15 10:22:36 -08:00
Mat Marquis
d9ceb85ffb
Merge pull request #3059 from MauriceG/master
...
fixing two other issues at docs/pages/pages-themes/theme-a and theme-e
2011-11-15 10:20:06 -08:00
jblas@adobe.com
ba8458daef
Fix for issues:
...
- Modified findClosestEnabledButton() so that instead of checking for existence of ele.className, before using it, that it check for typeof ele.className === 'string'. This prevents us from looking at the className property of SVG elements which actually use type SVGAnimatedString which does not have the split() function in its API.
2011-11-15 10:19:37 -08:00
Maurice Gottlieb
d89c5cc063
fixing two other issues at docs/pages/pages-themes/
2011-11-15 19:06:44 +01:00
Todd Parker
7a0df3e62c
Merge pull request #3048 from agcolom/patch-34
...
Update docs/pages/page-navmodel.html
2011-11-15 09:41:11 -08:00
Todd Parker
6a0c19cc3a
Merge pull request #3052 from agcolom/patch-35
...
Update docs/pages/multipage-template.html
2011-11-15 09:17:16 -08:00
Todd Parker
38ab30c6cb
Merge pull request #3057 from MauriceG/master
...
Some corrections for the docs/pages/pages-themes/theme-x pages
2011-11-15 09:13:20 -08:00
toddparker
c2315215fe
Added more info to the touchOverflow docs, added links to good test page from the config page
2011-11-15 11:32:57 -05:00
Maurice Gottlieb
20e6002dbd
fixing copy/paste typo at collapsible content description
2011-11-15 17:14:26 +01:00
Maurice Gottlieb
e33549ea9c
fixing a typo at the e-swatch-page-link and a copy/paste typo at collapsible content description
2011-11-15 17:13:34 +01:00
Maurice Gottlieb
4e2aebaa36
fixing copy/paste typo at collapsible content description
2011-11-15 17:11:54 +01:00
Maurice Gottlieb
f3c2f4df5a
fixing copy/paste typo at collapsible content description
2011-11-15 17:10:29 +01:00
Maurice Gottlieb
3b8a389b86
setting the header-data-theme to swatch b for consistency otherwise it defaults to swatch a,
...
fixing copy/paste typo at collapsible content description
2011-11-15 17:08:43 +01:00
Anne-Gaelle Colom
c3bfd324dd
Update docs/pages/multipage-template.html
2011-11-15 14:51:07 +00:00
Anne-Gaelle Colom
7796c4182f
Update docs/pages/page-navmodel.html
2011-11-15 08:34:10 +00:00
jblas@adobe.com
b8dcdc9657
A simple bookmarklet that allows us to attach to a jQuery Mobile application and throw an alert that displays the load, enhancment, and transition times for a page the user navigates to.
2011-11-14 16:22:39 -08:00
Todd Parker
ee779f29d6
Merge pull request #3044 from agcolom/patch-33
...
Update docs/pages/page-navmodel.html
2011-11-14 15:49:35 -08:00
Anne-Gaelle Colom
fb51bfad75
Update docs/pages/page-navmodel.html
2011-11-14 23:11:23 +00:00
Todd Parker
e530125237
Merge pull request #3042 from MauriceG/patch-15
...
Docs: fixing some typos at docs / content / content-themes.html
2011-11-14 14:55:04 -08:00
Todd Parker
9fd512503f
Merge pull request #3043 from garann/c3fb688701aa418f6a9df549dd535fad76d9ea60
...
Proofreading fixes to touchOverflow doc
2011-11-14 14:54:34 -08:00
John Bender
c0880137b9
account for droid x ua string
2011-11-14 14:11:47 -08:00
Mat Marquis
86f639b286
Fixing ‘home’ link on new theme pages.
2011-11-14 16:56:30 -05:00
Mat Marquis
d52b02f60f
Fixes footer nav links on new theme pages.
2011-11-14 16:53:17 -05:00
Mat Marquis
e69d8a5854
Kludged a little padding into the theme nav. Tell no one of this.
2011-11-14 16:48:59 -05:00
toddparker
59099abd31
Removed controlgroup
2011-11-14 16:39:50 -05:00
toddparker
3a6e35dd0e
Updated references from RC2 to RC3 for release
2011-11-14 16:29:58 -05:00
Maurice Gottlieb
e516ab90fc
fixing some typos at docs / content / content-themes.html
2011-11-14 21:49:32 +01:00
John Bender
cf521ea062
missing escape
2011-11-14 11:27:26 -08:00
John Bender
bfb42ff3f3
account for lack of 'mobile' in android ua strings
2011-11-14 11:25:22 -08:00
John Bender
ba8030e4f3
account for minor version only android version strings
2011-11-14 11:11:34 -08:00
John Bender
c8d06f5d86
union the non android entries with android entries where we trim the version number down to the minor version
2011-11-14 11:05:50 -08:00
Garann Means
c3fb688701
Minor copy edits to touchOverflow docs.
2011-11-14 13:00:30 -06:00
John Bender
54e9cc6466
test list view parent theme inheritance
2011-11-14 10:13:07 -08:00
jblas@adobe.com
db2782b564
Merge branch 'master' of https://github.com/jquery/jquery-mobile
2011-11-14 09:45:21 -08:00
John Bender
3e93c2969a
move the agent_version forward in the table caption and correct data attribute name
2011-11-14 09:43:34 -08:00
jblas@adobe.com
3353649a29
Uh, yeah, I'll take back another 700 msecs on WP7.5 (Mango) and 200 msecs on iPad. Thank You.
...
- Don't set the item class on the list item or it's btn-inner children until after the main processing loop. We now use a dictionary of item-classes to track what items get what set of classes and then set them all afterwards. This cuts down the per-item addClass() and children() function overhead significantly and gets us big wins on platforms like WP 7.5
2011-11-14 09:42:48 -08:00
John Bender
db87885f60
fixed dom selection issue
2011-11-14 09:39:29 -08:00
John Bender
1675d44bff
simple time grouping to fix issues without aggregation
2011-11-14 09:39:29 -08:00
Mat Marquis
48de5f4209
Minor width tweak to slider input; prevents slider from breaking to second line at ~320px.
2011-11-14 12:17:53 -05:00