scottjehl
|
bd4e4a7eeb
|
updated the retina sprite targeting to specifically apply to the icons in the sprite, and nothing broader. Credit for this commit goes to Adam Messinger (@adammessinger). Thanks Adam!
|
2011-03-14 23:47:16 -04:00 |
|
scottjehl
|
7f48419a29
|
This adds a fallback for navbars that have one item, so they simply fill 100%. Credit for this fix and idea goes to kennedyr (Richard Kennedy), but we changed the naming around a bit. Fixes #1107. Thanks Richard!
|
2011-03-14 20:26:20 -04:00 |
|
Dave Hulbert
|
11965092bb
|
Fix for #1017 - Listview - remove hover/focus on read-only items
|
2011-03-15 07:52:11 +08:00 |
|
Phil Barnes
|
b740854ae7
|
Pass null event param for page _trigger beforehide and beforeshow -- Fixes issue #700
|
2011-03-15 07:41:32 +08:00 |
|
scottjehl
|
ddcacc1482
|
changed from ternary to ||
|
2011-03-14 19:34:16 -04:00 |
|
scottjehl
|
330f866143
|
Merge branch 'bug_733' of https://github.com/eddiemonge/jquery-mobile into eddiemonge-bug_733
|
2011-03-14 19:31:15 -04:00 |
|
ray58750034
|
a4dc5888d0
|
add gridlayout test
|
2011-03-15 07:27:11 +08:00 |
|
ray58750034
|
50c2df122e
|
set min-height of ui-block-* class, so the grid layout still work even some block doesn't contain any content.
|
2011-03-15 07:27:11 +08:00 |
|
scottjehl
|
6bcfd6f8d8
|
Merge branch 'bug/1151' of https://github.com/dave1010/jquery-mobile into dave1010-bug/1151
|
2011-03-14 18:49:57 -04:00 |
|
scottjehl
|
dedb54d15f
|
set native select with custom button to opacity 0 instead of 0.0001. Note: I thought it was 0.0001 for a reason, but this checks out fine in WP7, WebOS, Android,iOS, Chrome, Safari, Firefox 4, Firefox 3.6, Opera Desktop & Mobile, IE 7
IE 8, IE 9, Blackberry 6. Sooo... that covers it. Fixes #1216
|
2011-03-14 18:44:31 -04:00 |
|
John Bender
|
84ac4ebbb2
|
fixed input type regex for ff. It puts the type attribute at the end of the html string and breaks the trailing space. Checked in ie7
|
2011-03-14 08:22:44 -07:00 |
|
John Bender
|
8943287c75
|
Revert "fixed failing slider tests in firefox by adding data-type to type=range inputs"
This reverts commit 6ca79aceb4.
|
2011-03-14 08:22:44 -07:00 |
|
scottjehl
|
faa01256fa
|
Grouped buttons had extra margins. Fixes #1231
|
2011-03-14 11:13:47 -04:00 |
|
scottjehl
|
1457942367
|
Merge remote branch 'origin/master'
|
2011-03-14 08:29:32 -04:00 |
|
scottjehl
|
2b7a2669ac
|
fixed a var typo. Thanks @mschroeder.
|
2011-03-14 08:29:17 -04:00 |
|
John Bender
|
6ca79aceb4
|
fixed failing slider tests in firefox by adding data-type to type=range inputs
|
2011-03-13 23:40:03 -07:00 |
|
John Bender
|
c629e34e74
|
fix for broken init test and some whitespace
|
2011-03-13 23:09:32 -07:00 |
|
scottjehl
|
fc0cd38c4e
|
improved test for meta injects
|
2011-03-14 00:20:26 -04:00 |
|
scottjehl
|
f69c98caf0
|
gradeA adjusted to IE7 and up rather than 6 and up ( this still includes Windows Phone 7). Unit test adjusted to match
|
2011-03-14 00:20:26 -04:00 |
|
scottjehl
|
d08ff23765
|
fixed up path.clean test so it passes
|
2011-03-14 00:20:26 -04:00 |
|
scottjehl
|
4c199a5ce6
|
added unit test for IE version check in Mobile ( doesn't use UA detection like jQuery Core's)
|
2011-03-14 00:20:26 -04:00 |
|
scottjehl
|
b2ea5e99e5
|
added comment about missing meta tag
|
2011-03-14 00:20:26 -04:00 |
|
scottjehl
|
f6a2bd46ec
|
added a unit test for checking if meta viewport tag is not appended if one already exists.
|
2011-03-14 00:20:26 -04:00 |
|
scottjehl
|
b2222388d7
|
updated to latest
|
2011-03-14 00:20:26 -04:00 |
|
scottjehl
|
6ecb99c936
|
typo in selector for finding meta[viewport] element
|
2011-03-14 00:20:26 -04:00 |
|
scottjehl
|
3014ab785d
|
fixed the flip switch in Windows Phone 7. Z indexes needed tweaking to accommodate IE.
|
2011-03-14 00:20:25 -04:00 |
|
scottjehl
|
d3a170db09
|
moved the IE test to support.js, added a workaround to the listview refresh method to prevent default on mousedown, which makes the tap highlight color look right in Windows Phone 7. Without this workaround, it still works fine, but the entire listview is highlighted when an LI is clicked.
|
2011-03-14 00:20:25 -04:00 |
|
scottjehl
|
4596769b5e
|
fixed up the dimensions and opacity for nativeMenu selects so they work in Windows Phone and IE
|
2011-03-14 00:20:25 -04:00 |
|
scottjehl
|
4c42be503d
|
tabindex shouldn't be -1 on nativemenu button
|
2011-03-14 00:20:25 -04:00 |
|
scottjehl
|
3ffe86bc21
|
fixed form button appearance in Windows Phone 7 and IE
|
2011-03-14 00:20:25 -04:00 |
|
scottjehl
|
c1f6057773
|
switched from inline-block to inline on the divs to get grouped Checkboxes and Radios to stack horizontally in Windows Phone.
|
2011-03-14 00:20:25 -04:00 |
|
scottjehl
|
7aab355ffb
|
some fixes to make checks and radios work in Windows Phone 7. The labels were not being found through the selector, but finding all labels and then using the filter method seemed to work fine. Other than that, this push includes a little DRY cleanup here and there.
|
2011-03-14 00:20:24 -04:00 |
|
scottjehl
|
c4685ac14f
|
replace the current path in the url when checking if it's a null # href. This ensures # hrefs won't follow default behavior in IE / Win Phone.
|
2011-03-14 00:20:24 -04:00 |
|
scottjehl
|
793d03b2e6
|
adjusted input element replacement regexp to account for non-quoted type attributes when replacing markup. This change lets things work properly in IE, so plugins like the slider now get enhanced.
|
2011-03-14 00:20:24 -04:00 |
|
scottjehl
|
60d75f008c
|
fixed Ajax navigation in Windows Phone 7. Since all urls are absolute in IE, we need to check if the href has a protocol up front, and if so, later on, make sure we don't prefix it with a base path because it doesn't need one.
|
2011-03-14 00:20:24 -04:00 |
|
scottjehl
|
8cb9923055
|
gradeA test was missed in the update. back in now, with IE 6+ enabled.
|
2011-03-14 00:20:24 -04:00 |
|
scottjehl
|
aa31e01d63
|
updated to latest core js, with deprecation note
|
2011-03-14 00:20:24 -04:00 |
|
scottjehl
|
5b1f586cdb
|
added meta back. This is now deprecated for A4 in favor of putting the viewport meta directly in the markup.
|
2011-03-14 00:20:24 -04:00 |
|
scottjehl
|
bd1f9e1249
|
changing overflow to visible makes list items stack properly in IE7. This rule was only there for clearfix, so either value should be fine. Tested in iOS/iPad to make sure this did not re-introduce the icon positioning bug. Removed unnecessary zoom as well.
|
2011-03-14 00:20:24 -04:00 |
|
scottjehl
|
05c48f2c3e
|
moved the CSS shorthand around for a better rgba fallback in IE
|
2011-03-14 00:20:24 -04:00 |
|
scottjehl
|
dcbe844f5c
|
brought back meta definition. This is now deprecated in A4
|
2011-03-14 00:20:23 -04:00 |
|
scottjehl
|
b38113950f
|
only inject meta if there isn't already one there. Deprecating support for injected meta in A4. Will likely remove completely at beta.
|
2011-03-14 00:20:23 -04:00 |
|
scottjehl
|
dfe7cf6593
|
Added viewport meta elements to the markup of every template and removed the metaViewportContent option from code and docs. IE does not support generated viewport tags.
|
2011-03-14 00:20:23 -04:00 |
|
scottjehl
|
0d9627d54e
|
Added viewport meta elements to the markup of every template and removed the metaViewportContent option from code and docs. IE does not support generated viewport tags.
|
2011-03-14 00:20:23 -04:00 |
|
scottjehl
|
1370d5a48e
|
add IE version check to gradeA qualifier.
|
2011-03-14 00:20:22 -04:00 |
|
scottjehl
|
2879014fb5
|
Merge branch 'master' of github.com:jquery/jquery-mobile
|
2011-03-14 00:19:58 -04:00 |
|
toddparker
|
9e29410d0a
|
Added documentation to explain how to use the refresh method on many form elements when you manipulate them. This will hopefully help a lot of people who were confused by this!
|
2011-03-13 22:16:13 -04:00 |
|
scottjehl
|
043293fd74
|
Merge remote branch 'origin/master'
|
2011-03-13 21:59:57 -04:00 |
|
scottjehl
|
0f9eb85240
|
removed a TODO about changing the changePage function's arg structure. We can revisit this again if it ends up causing problems, but for now, it's not hurting anything and people are already using it. Fixes #1152
|
2011-03-13 21:59:51 -04:00 |
|
toddparker
|
061fbc4a72
|
Fixed country names next to flags. Apologies to Norway, Finland and Sweden! Fixes #1156.
|
2011-03-13 21:58:37 -04:00 |
|