Commit graph

3619 commits

Author SHA1 Message Date
John Bender
c134acce16 create separate structure and structure.min css
This addition is in response to the creation of the theme roller. It doesn't make much sense to include a theme from the framework if the user is adding his/her own from the theme roller or otherwise.
2011-10-13 15:28:06 -07:00
John Bender
2de28ee69f allow users to define keepnative on page elements 2011-10-13 14:53:36 -07:00
Todd Parker
e9040c7123 Merge pull request #2694 from Wilto/version-flag-touchOverflowEnabled
Fixes position of ‘current version’ flag on documentation index when touchOverflowEnabled is true. Thanks Wilto!
2011-10-13 13:32:37 -07:00
Mat Marquis
9719454056 Fixes position of ‘current version’ flag on documentation index when touchOverflowEnabled is true. 2011-10-13 16:22:08 -04:00
toddparker
fbec0e3520 Added config test page for jQuery core 1.8B1 2011-10-13 15:46:55 -04:00
toddparker
9fd7c160ef Created a set of static global config test pages
This will make it easy to quickly test key settings by going to:
jquerymobile.com/test/config

This is a bit fragile because refreshing or hitting a link with
rel=external or ajax=false will lose the setting.
2011-10-13 13:59:10 -04:00
toddparker
4d35966e69 Tweaked odd input values in demo page for buttons 2011-10-12 18:08:51 -04:00
Kin Blas
2c7d1785ac Merge pull request #2687 from eddiemonge/patch-5
style cleanups
2011-10-12 14:12:54 -07:00
Eddie Monge Jr.
7c449fc791 style cleanups 2011-10-12 13:10:08 -07:00
John Bender
49325216ed second half of the test fix from yesterday that was required by the root page url default 2011-10-12 11:54:07 -07:00
John Bender
713c6a0342 fixed broken path tests
normally I wouldn't accept re-ordering of tests as a solution to any problem, but the issue here was multiple changepage events overlapping during our tests. generally we have browser state issues in our test suite and we need a general solution for them which will come post 1.0
2011-10-12 11:54:07 -07:00
Todd Parker
adf55d052c Merge pull request #2684 from myakura/bug_2677
Fixes #2677 - Incorrect -moz-background-clip property in Valancia theme. Thanks myakura!
2011-10-12 09:55:34 -07:00
Masataka Yakura
592fc77cd2 fix -moz-background-clip value so that old Firefox can understand. Fix for #2677 2011-10-13 01:17:51 +09:00
toddparker
1c9a18ed79 Fixed CSS border-radius:none invalid in section "Using 3rd party icon sets". Fixes #2129 2011-10-12 11:55:06 -04:00
toddparker
15e984eca6 Re-vamped the navbar docs to fix incorrect info about icon positioning and theming. Fixes #1858, Fixes #1797, Fixes #2667, Fixes #1180, Fixes #2373
The docs incorrectly stated that the icon position could be set per
link, but this is intended as a global setting for the navbar parent.
This is working as designed and helps with visual consistency. If icon
positioning needs to be be adjusted per link, you will need to manually
apply the right classes through JS and may need to tweak CSS because
top/bottom and left/right positions have different heights.
2011-10-12 11:49:26 -04:00
toddparker
e4834a8db7 Fixed typo in code, unnecessary data-role="fieldcontain" attribute. Fixes #2682. Thanks jarrettaylor 2011-10-12 10:49:31 -04:00
John Bender
f0db137ed9 render prefetched pages according to their data-rel attr fixes #2335 2011-10-11 16:19:18 -07:00
John Bender
475069becd added test for prefetched dialog pages 2011-10-11 16:19:18 -07:00
Todd Parker
61f68189d5 Merge pull request #2674 from Wilto/button-text-icon-zindexes
Hopefully fixes #1392 — Accounts for z-index issues on elements in buttons. Thanks @Wilto
2011-10-11 15:05:12 -07:00
Mat Marquis
68dba30b4f Hopefully fixes #1392 — Accounts for z-index issues with input type=submit/button elements, icons, and text within .ui-btn, both inside and outside listviews (including split views). Also accounts for current phase of the moon, just in case. 2011-10-11 17:46:29 -04:00
John Bender
2b5d9a9a3a correction to nav test to account for root element using the pathname + search 2011-10-11 13:11:11 -07:00
Todd Parker
c9e6c45d55 Merge pull request #2671 from Wilto/text-overflow-in-lists
Fixes #2647 — Ensures overflow: hidden is applied to .ui-btn-text inside listviews. Thanks Wilto!
2011-10-11 13:02:14 -07:00
Mat Marquis
aefbe396c4 Fixes #2647 — Ensures overflow: hidden is applied to .ui-btn-text inside selects inside of listviews. 2011-10-11 15:53:43 -04:00
John Bender
e4cf491c2c missing semi 2011-10-11 11:37:37 -07:00
John Bender
845f657ddf test that autogrow is triggered on keyup 2011-10-11 11:32:38 -07:00
John Bender
5150114c13 test page init textarea autogrow 2011-10-11 11:32:38 -07:00
Todd Parker
8b1c28439c Merge pull request #2669 from Wilto/hidden-text-alignment
Fixes issue where hidden button text was visibile on wide displays. Thanks Wilto and Sumeruter!
2011-10-11 11:31:29 -07:00
Mat Marquis
231b10fd66 Addresses comment on #2560 ( https://github.com/jquery/jquery-mobile/pull/2560#issuecomment-2365243 ) 2011-10-11 14:19:59 -04:00
John Bender
4713bf26d5 remove log statements 2011-10-11 10:47:46 -07:00
John Bender
8dd3def54b refactor for #509, move to document ready instead of using ssetTimeout 2011-10-11 10:46:19 -07:00
John Bender
3306a3242c Merge branch 'master' of https://github.com/mplatov/jquery-mobile into mplatov-master 2011-10-11 10:44:38 -07:00
John Bender
0aec8639d0 fixes to test unit runner for upgrade to qunit 2011-10-11 08:42:26 -07:00
John Bender
2efeafde40 corrected failing checkboxradio test 2011-10-11 08:39:10 -07:00
John Bender
9b73a750d4 use jQuery.trim 2011-10-11 08:31:37 -07:00
toddparker
1d81e4f28e Added a note about disabling pushState in the "linking pages" section, cleaned up language. 2011-10-11 10:51:22 -04:00
Ghislain Seguin
3082a60586 Merge pull request #2662 from MauriceG/patch-7
Fix for #2653 - Firefox 7.0.1 - Collapsible heading gets truncated beginn
2011-10-10 15:23:25 -07:00
Maurice Gottlieb
be7f74262b Fix for #2653 - Firefox 7.0.1 - Collapsible heading gets truncated beginning of string 2011-10-11 00:51:45 +03:00
John Bender
623433f75b tests for enhance and exclusion through keepNative 2011-10-10 14:21:37 -07:00
John Bender
b958e84e2c correction of slider test markup 2011-10-10 14:21:37 -07:00
John Bender
a4836ec5fd move button to enhanceWithin 2011-10-10 14:21:37 -07:00
John Bender
f368f01a82 correct selector in test 2011-10-10 14:21:37 -07:00
John Bender
ec2c015136 slider enhanceWith tests 2011-10-10 14:21:37 -07:00
John Bender
404010839d move slider to enhanceWith 2011-10-10 14:21:37 -07:00
John Bender
63ab61cb89 test for enhanceWithin use 2011-10-10 14:21:37 -07:00
John Bender
aa16aec358 move checkbox radio to enhanceWithin 2011-10-10 14:21:37 -07:00
John Bender
18737f4940 test to verify that textinputs are kept native where necessary 2011-10-10 14:21:37 -07:00
John Bender
4ccd9b1bb3 move textinput to widget prototype enhanceWithin 2011-10-10 14:21:37 -07:00
John Bender
9e63d40298 todo for moving the keepnative to the widget itself, whitespace 2011-10-10 14:21:37 -07:00
John Bender
c1bd079b90 test for keepnative on the select menu 2011-10-10 14:21:37 -07:00
John Bender
0e5583eae9 move to a centralized form element selector to leverage keepnative 2011-10-10 14:21:36 -07:00