Commit graph

3633 commits

Author SHA1 Message Date
toddparker
daeeab8b83 Re-vamped form docs to add in full width examples and clean up demos 2011-10-14 15:59:55 -04:00
toddparker
90d29840f6 Tweaked styles for footer grid example. 2011-10-14 13:00:59 -04:00
toddparker
cd09f54ef3 Updated grid docs, added footer example at the bottom. Fixes #2707
Thanks for the suggestion @agcolom!
2011-10-14 12:49:30 -04:00
jblas@adobe.com
ab8deade90 Fixed #2699 - Dialog reverse transition
- Moved the settings.transition calculation code before the code that pushes a new history item on the stack. This ensures that the proper transition is stored with the history item.
2011-10-14 09:30:26 -07:00
Todd Parker
832d2376d3 Merge pull request #2708 from Wilto/form-elements-fullwidth
Form elements now 100% of parent width, outside of field containers. Thanks Wilto!
2011-10-14 09:26:09 -07:00
Mat Marquis
0f81773a42 Form elements now span entire container width and behave as display: block, outside of field containers. 2011-10-14 12:22:14 -04:00
toddparker
5d45359943 Added design suggestions for header footers
Added a section at the bottom of headers explain gin how to roll your
own headers and bars with some CSS classes and custom rules. Linked to
grids from footer page.
2011-10-14 11:52:22 -04:00
toddparker
540c88008e Added some notes to the toolbar theming page
Linked to grid layouts in footer content, highlighted code examples.
2011-10-14 11:29:38 -04:00
toddparker
6ae3008df6 Updated fixed toolbar docs
Re-wrote the whole page, added note about
$.fixedToolbars.setTouchToggleEnabled(false) option, known limitations,
touchOverflowEnabled features.
2011-10-14 11:23:44 -04:00
toddparker
127903fd2f Refined styles so titles in footer aren't truncated as aggressively
Titles in headers and footers had the same padding value in the CSS,
but we don't support the same markup conventions for left/right button
slot in the footer so this was truncating too early. Fixes #2706
2011-10-14 10:20:15 -04:00
jblas@adobe.com
1da0eb3c1c Merge branch 'master' of https://github.com/jquery/jquery-mobile 2011-10-13 22:51:45 -07:00
jblas@adobe.com
773497b501 Fixed #2348 - lists-search-with-dividers breaks fixed footer
- Fixed header/footer code now listens for a custom event "contentmodified" on the document to figure out if it should be repositioned or not. Modified collapsible and listview to fire off contentmodified whenever they modify content. Developers can also fire off this event to trigger position updates for fixed headers/footers, so this could be used to address issue #2042 and the mention of collapsible in #2596.
2011-10-13 22:45:52 -07:00
John Bender
a949ddb836 alter build xml to follow make files split of structure css from theme css 2011-10-13 21:07:24 -07:00
John Bender
99abbbb474 add the version to the structure only css 2011-10-13 15:44:47 -07:00
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