toddparker
d35fec0713
Added a note about the negative margin on lists to docs. Fixes #2715
...
Style note: all standard, non-inset lists have a -15px margin to negate
the 15px of padding on the content area to make lists fill to the edges
of the screen. If you add other widgets above or below a list, the
negative margin may make these elements overlap so you'll need to add
additional spacing in your custom CSS.
2011-10-15 22:31:29 -04:00
toddparker
84729a4fec
Added styling support for input type=color
...
Just for good measure. All HTML5 inputs are now auto enhanced into the
styled versions. We may need to decide if any of these need to be
degraded if the controls are wonky in some browsers.
2011-10-15 09:43:16 -04:00
toddparker
4ce1bfb795
Added new HTML5 date and time input support. Fixes #2144
...
Types added: input type time, date, month, week, date time,
datetime-local to auto for enhancements.
2011-10-15 09:33:06 -04:00
jblas@adobe.com
739373ee79
Merge branch 'master' of https://github.com/jquery/jquery-mobile
2011-10-14 16:21:02 -07:00
jblas@adobe.com
2c2be3d9c6
Fixes #2659 - buttons don't inherit page-theme
...
- Insert the fake button container before calling buttonMarkup(). This allows the buttonMarkup() code to accurately calculate theme inheritance.
2011-10-14 16:18:49 -07:00
John Bender
a38b1025b1
Merge pull request #2701 from eddiemonge/compilers
...
Update Compilers
2011-10-14 15:46:19 -07:00
John Bender
a69e906cc7
add bail if the degrade Input page data isn't present
2011-10-14 15:33:50 -07:00
John Bender
f04efbd109
Merge branch 'Issue-#2654' of https://github.com/redaemn/jquery-mobile into redaemn-Issue-#2654
2011-10-14 15:30:36 -07:00
toddparker
b2713fe5d7
Fixed a broken link to the retired forms API page
2011-10-14 18:13:35 -04:00
toddparker
8c28c8b6ef
Added disabled blurb to the form basic page
2011-10-14 18:09:19 -04:00
Todd Parker
9d7b6a82ea
Merge pull request #2712 from Wilto/disabled-sliders-selects
...
Turns off cursor events on disabled custom form inputs.
2011-10-14 14:38:52 -07:00
Mat Marquis
5425e67ad7
Turns off cursor events on disabled custom form inputs.
2011-10-14 17:28:35 -04:00
Todd Parker
d869cab1f0
Merge pull request #2711 from Wilto/disabled-sliders-selects
...
Fixes #2541 — Properly applies “disabled” styling and logic to custom form inputs. Thanks Wilto!
2011-10-14 14:21:16 -07:00
Mat Marquis
d0fc381d6b
Fixes #2541 — Properly applies “disabled” styling and logic to flip switches, sliders, and custom selects based on disabled attribute in underlying input markup.
2011-10-14 17:15:41 -04:00
Todd Parker
87a9d74a08
Merge pull request #2710 from Wilto/a11y-hidden-labels
...
Add .ui-hidden-accessible for hiding elements in an accessible way. Thanks Wilto!
2011-10-14 14:08:41 -07:00
Mat Marquis
a6892a67fc
Add .ui-hidden-accessible for hiding elements in an accessible way; add .ui-hide-label to similarly hide labels/adjust layout within field containers.
2011-10-14 16:52:50 -04:00
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
Eddie Monge
12e0e37e70
Update compiler/compressors
2011-10-13 16:39:41 -07:00
Eddie Monge
85522c2470
Update compiler/compressors
2011-10-13 16:35:06 -07:00
Eddie Monge
ca33b8244b
Update compiler/compressors
2011-10-13 16:34:39 -07:00
Gabriele Rabbiosi
862f58e90c
refactored degradeInputs tests
2011-10-14 01:02:37 +02:00
Gabriele Rabbiosi
9903376f35
degradeInputs now uses the recently introduced keepNativeSelector()
2011-10-14 00:50:29 +02: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
Gabriele Rabbiosi
7c34c5dc4b
Merge branch 'master' of git://github.com/jquery/jquery-mobile into Issue-#2654
2011-10-14 00:25:49 +02: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
Gabriele Rabbiosi
1559478aae
Issue #2654 - 'degradeInputs' plugin doesn't trigger on 'create' events; modified plugin and added tests
2011-10-13 22:21:47 +02: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