Commit graph

1054 commits

Author SHA1 Message Date
scottjehl
fae3a93f26 remove active link class before leaving to an external page. Fixes #375 2010-11-03 18:56:21 -04:00
Kin Blas
23689f2379 Fixed 358
List thumbnails disappear in iOS 3.1.2

- The bug seems to be caused by the fact that .ui-page has a -webkit-backface-visibility:hidden on it. I added a dummy translateX(0) -webkit-transform which seems to work around the problem. In theory, the backface property should only be needed during the flip transition since that is the only time the back of an element would be visible, but it seems that we are using backface to prevent tile rendering from being visible while scrolling.
2010-11-03 12:25:39 -07:00
Todd Parker
6737a69d95 fixed typo 2010-11-03 14:36:08 -04:00
Todd Parker
c1f8660aa1 Added an example of a slider with a min of 500, max of 5,000 and value of 2,500 to test and demonstrate a slider that isn't 1-100. 2010-11-03 13:50:43 -04:00
scottjehl
4036aa97e9 added an forceRemoval argument to make sure active states are removed when a page load error occurs. Fixes #364 2010-11-03 12:20:44 -04:00
Todd Parker
f8a0812c20 added 400 item list 2010-11-02 18:16:08 -04:00
Todd Parker
522e1ebfb1 added 400 item list to docs so it's available for people to test 2010-11-02 18:15:48 -04:00
Todd Parker
8ca2ad5274 added filter to list 2010-11-02 18:10:13 -04:00
Kin Blas
b074f2b38a Turn off the default hilighting that happens for all links and elements with click behavior on them by making the default tap hilight color transparent. 2010-11-02 14:33:41 -07:00
scottjehl
f66047f410 added class 'ui-mobile-viewport-transitioning' to page parent container during transitions, and applied css to give perspective and proper dimension to the container and child pages. Also set overflow to hidden.
Fixes #347
2010-11-02 16:29:12 -04:00
scottjehl
edc1b81ba4 added ui-mobile-viewport class to parent of page element ( body in most cases). Updated css to style this class instead of body 2010-11-02 16:00:23 -04:00
scottjehl
cf4c1f858c Merge branch 'checkbox_selector' of http://github.com/mlins/jquery-mobile into mlins-checkbox_selector 2010-11-02 15:09:48 -04:00
Matt Lins
e66997b794 Use existing inputtype var 2010-11-02 13:31:09 -05:00
scottjehl
6700721437 added php to <? opening tags - thx @TechIsCool. Fixes #308 2010-11-02 14:24:17 -04:00
Dave Penfold
ae342659df Increase y axis threshold on swiping from 20 to 75 2010-11-03 02:12:05 +08:00
scottjehl
1c12db5ded fixed a few selectors 2010-11-02 01:28:14 -04:00
scottjehl
52f834cb8f post requests update the hash with url only - but no params 2010-11-02 01:23:27 -04:00
scottjehl
cba41eb1d2 updated content 2010-11-02 01:23:08 -04:00
scottjehl
fa794ca0ee made sure external form actions are submitted through http 2010-11-02 00:57:27 -04:00
scottjehl
bb54ee9645 demo content 2010-11-02 00:54:23 -04:00
scottjehl
73e006d0e6 fixed a bug in relative url handling of form submissions 2010-11-02 00:48:46 -04:00
scottjehl
dc74945b00 updates to content 2010-11-02 00:38:31 -04:00
scottjehl
717254da01 fixed some css/js paths 2010-11-02 00:01:25 -04:00
scottjehl
966e6bc4d2 updated form explanation 2010-11-01 23:56:53 -04:00
scottjehl
5e5f9387bf implemented simple automated form submission handling for get and post requests. added demo page which includes more information about how it works. 2010-11-01 23:56:42 -04:00
scottjehl
a4ae3b9c4c removed ajaxform plugin and experiments 2010-11-01 23:53:52 -04:00
scottjehl
9352d75487 removed ajaxform role 2010-11-01 23:53:35 -04:00
scottjehl
88a3c9ae57 updated to trigger a submit if the type is submit 2010-11-01 23:53:06 -04:00
scottjehl
f733dbb518 revised last commit - only header and footer inherit theming. content is left unthemed unless specified. 2010-11-01 22:54:41 -04:00
scottjehl
9ff1a1be6d allow header, content, and footer to inherit theming from the page element, if unspecified on the elements themselves. Fixes #282 2010-11-01 22:43:51 -04:00
scottjehl
1c7396e65e unnecessary on body 2010-11-01 22:19:02 -04:00
scottjehl
a14522b6e6 fixed up slider layout in wider screen widths 2010-11-01 22:04:13 -04:00
scottjehl
dcaeeb70ad Changed width of aside content when under 480px min-width breakpoint. Fixes #171 2010-11-01 21:58:13 -04:00
scottjehl
bc1d0ba08e set utf-8 2010-11-01 21:46:29 -04:00
scottjehl
72f7dbde8b added -ms-text-size-adjust in addition to webkit 2010-11-01 21:41:37 -04:00
scottjehl
1110f78659 additional normalization to urls for getting base url - now better accommodates starting urls that contain a filename 2010-11-01 21:28:10 -04:00
scottjehl
4f908e2c22 fixed closure arg - jQuery should have been $ 2010-11-01 14:34:39 -04:00
scottjehl
e4e8f1ddc4 added closures to event and support 2010-11-01 14:33:54 -04:00
scottjehl
4af621fd9d removed an old comment 2010-11-01 14:32:42 -04:00
scottjehl
ea98a98ba2 Narrowed down first-load transition issue to ui-loading class.
Removed a selector from overflow rule that seemed to be a bit overreaching. Fixes #336
2010-10-31 11:18:44 -04:00
Matt Lins
ea0470f099 Ensure more specific selector works for radio 2010-10-30 15:12:37 -05:00
Matt Lins
7e49a8f648 Use more specific selector for checkbox refresh 2010-10-30 14:47:03 -05:00
Kin Blas
d96ef2ea7d Fixed 138 - transition: fix flip (and cube?)
- Added a -webkit-perspective property to the body element, since it is the container for the element (ui-page) that actually flips. We need specify this so a projection matrix gets created, giving the viewer some perspective. The 1000 represents the depth in pixels (the distance from the viewer to the z-plane). According to the CSS3 spec 1000 is a moderate value. Lower values make the effect more extreme.
2010-10-29 13:23:04 -07:00
jblas@adobe.com
acbec71e29 Fixed #117
"Global: blinky page transitions"

According to the CSS Animations spec as soon as an animation completes, any properties that were animated revert back to their previous values. This means that the CSS rule that refers to the animation by name must also have the "To" property values specified.
2010-10-28 23:40:11 -07:00
Todd Parker
3d19ac10c8 changed #fff to #ffffff in ui-body-b and ui-body-e because IE has issues with shorthand notation in filters.
Fixes issue 327: http://github.com/jquery/jquery-mobile/issues#issue/327
2010-10-28 16:36:30 -04:00
Jeffrey Way
aa4ff18e22 Small improvement to keep from querying the DOM more than once for the data-role=pages elements. 2010-10-29 02:21:24 +08:00
scottjehl
2e86ed1425 added support for enable and disable methods 2010-10-27 23:11:36 -04:00
scottjehl
336dc36297 changed disabled class to ui-disabled, dropping the "state" portion to fit with the new conventions 2010-10-27 23:11:22 -04:00
scottjehl
7d03d097bf rewrote checkboxradio to use widget factory. renamed method checkboxradio and updated page plugin to match 2010-10-27 22:38:02 -04:00
scottjehl
c242604ec0 rewrote navbar with widget factory 2010-10-27 21:58:00 -04:00