scottjehl
cec0939a61
changed comment
2010-11-06 13:45:09 -04:00
scottjehl
c0b37ec97d
moved transitions to $.mobile hash, changed to array
2010-11-06 13:45:09 -04:00
scottjehl
72f3ca5765
move active page and button classes to the $.mobile hash
2010-11-06 13:45:09 -04:00
scottjehl
0c7860e7ed
removed startPageId setting - not necessary
2010-11-06 13:45:09 -04:00
scottjehl
cdbccc2802
moved page-plugin-related options to the page plugin (backBtnText, addBackBtn, degradeInputs).
2010-11-06 13:45:09 -04:00
scottjehl
f7ce344578
moved configurable selector for non-history tracked links to the $.mobile hash. Renamed to $.mobile.nonHistorySelectors
2010-11-06 13:45:09 -04:00
scottjehl
925ac2b57a
opened $.mobile to be extendable through $.mobileDefaults
2010-11-06 13:45:09 -04:00
Todd Parker
edf72f5a7e
Updated the split button transition and fixed some broken paths.
2010-11-05 16:32:30 -04:00
scottjehl
1c70d8833d
updated version to 1.0a2pre
2010-11-05 15:47:59 -04:00
Ben Alman
69e1e32c88
rewrote the orientationchange special event to allow both binding and unbinding of single or multiple event handlers as well as manual triggering. jQuery.event.special.orientationchange.orientation might not need to be public (which could save a few bytes).
2010-11-05 19:25:26 +00:00
scottjehl
cba49b67c7
updated ignore file
2010-11-05 15:13:49 -04:00
scottjehl
0aa7fe6454
fixed listview splitbutton theming
2010-11-05 15:08:21 -04:00
scottjehl
c9bc4880a9
removed trailing comma.
2010-11-05 14:46:25 -04:00
Todd Parker
358501409b
Added documentation about how to close dialogs and how they aren't tracked in history.
2010-11-05 13:00:06 -04:00
ossreleasefeed
0c05501b0d
Added new ant build file for those that want to get at the combined JS and CSS files but don't want to go through the PHP server set-up bit.
2010-11-05 19:19:47 +08:00
ossreleasefeed
531b1a8863
Added method to combine.php that writes the combined files to disk int the combined directory prior to being gzipped
2010-11-05 19:19:46 +08:00
ossreleasefeed
bb59c278c3
Added check for whether cache folder exists. If it does not, it is created and then written to
2010-11-05 19:19:46 +08:00
scottjehl
a0815daf48
Fixed a few listview split button regressions. Fixes #387
2010-11-05 00:06:39 -04:00
scottjehl
a68f6ee5c9
set overflow-x to hidden on ui-content div. prevents page content from breaking out beyond viewport. Fixes #353
2010-11-04 23:52:53 -04:00
D. Elmo Peele
95bac6f5a0
Fix tap event to ignore small movements.
2010-11-05 11:14:53 +08:00
scottjehl
aa6f842acc
changed selector from [href] to link[href] for elements that need url-remapping in Firefox. This ensures only stylesheets, but not anchors, are being remapped. Fixes #381
2010-11-04 23:11:35 -04:00
scottjehl
2a68ad6301
removed an empty selector
2010-11-04 22:59:19 -04:00
scottjehl
48c8bb0d7c
made icononly buttons inline-block. Fixes #281
2010-11-04 22:58:54 -04:00
scottjehl
3392be05d3
Added close() method to dialogs: $('.ui-dialog').dialog('close') . Also, links clicked within a dialog will now close the dialog on their way to their destination, just as if the dialog were a normal page. For links that are meant only for closing the dialog, such as a "cancel" link, just link to the page that triggered the dialog to open. This pattern of linking to the previous page happens to be meaningful in non-js browsing as well. If you are generating that link on the fly, just set its href to location.href. Fixes #383
2010-11-04 22:49:28 -04:00
scottjehl
93ba5c4a87
fixed some comment typos. thx @warzauwynn
2010-11-04 22:07:21 -04:00
scottjehl
b1f7ff9c2d
made textinputs and textareas inherit theming when possible, or fall back to "c"
2010-11-04 21:59:03 -04:00
scottjehl
ffa682cbfe
Converted textinput plugin to use widget factory. Also added enable and disable methods. Fixes #369
2010-11-04 21:32:28 -04:00
scottjehl
f29b85a149
converted collapsible to the widget factory. API change: data-state="collapsed" is now data-collapsed="true". Updated markup in demos to support change. Fixes #372
2010-11-04 21:32:28 -04:00
Kin Blas
a47a7035bb
Moved the data-filter attribute from the content element to the listview element where it should be.
2010-11-04 16:05:49 -07:00
scottjehl
f6dbe5554c
Welcome back, Valencia. Fixes #352
2010-11-04 18:50:43 -04:00
scottjehl
944f5aa92e
removed some extra selectors in input /textarea css. Fixes #392
2010-11-04 18:42:31 -04:00
Kin Blas
b3ec50b2e3
Removed redundant setting of $.activePage that I added in my previous checkin.
...
Updated lists-performance.html so that it is a list of 1000 items per Todd.
2010-11-04 15:15:49 -07:00
Todd Parker
79fdf8058f
added link to list format page
2010-11-04 12:17:33 -04:00
Todd Parker
ee781bf9b3
Merge branch 'master' of github.com:jquery/jquery-mobile
2010-11-04 12:16:46 -04:00
Todd Parker
f16a75a660
Documented split list icon and theme options. Updated split page demo to set the icon and theme on secondary button to illustrate the issue. Also linked the button to a new dialog page (it was linked to the same page as the main item before)
2010-11-04 12:16:31 -04:00
scottjehl
64e0c1dc47
removed a timeout - reset hashListener to false within hashchange event handler
2010-11-04 11:50:17 -04:00
scottjehl
29a60d3c3e
changed arg name to triggered
2010-11-04 11:24:39 -04:00
scottjehl
34283c04ed
changed hashchange args to use array
2010-11-04 11:24:13 -04:00
scottjehl
81fe1d2aea
Used documentElement.clientWidth/Height. Fixes #313
2010-11-04 10:44:35 -04:00
scottjehl
c45b0e3560
make sure "to" arg is an object, and has a url property before setting isFormRequest to true.
...
Fixes #377
2010-11-04 09:56:04 -04:00
scottjehl
3cc1c76d9d
improved check for activePageLink existence
2010-11-04 09:56:04 -04:00
Kin Blas
bb5708e543
Some tweaks to make page scrolling faster.
...
- Prevent the fixed header/footer code from traversing the entire document for each touchstart, touchend and scrollstart event.
- Make sure $.activePage is initialized with the startPage.
2010-11-04 00:27:21 -07:00
Kin Blas
6656d1f84c
Fixed 373 - Re-visit the need for -webkit-backface-visibility property on ui-page
...
- Removed -webkit-backface-visibility from all general rules and placed it in the .slide transition rule. It was impacting scroll performance and causing some rendering problems on iOS 3.1.x and some Android platforms.
2010-11-03 23:30:44 -07:00
scottjehl
a138877864
removed broad rule for rounding corners of thumbnail images in first and last slots of listviews. Now this only happens for inset listviews. Fixes #362
2010-11-03 22:26:09 -04:00
scottjehl
af8b21efc5
re-exported images as png8. Will need to test if this fixes issue number 367
2010-11-03 22:17:20 -04:00
scottjehl
8483816ffa
removed - no longer in use
2010-11-03 22:11:14 -04:00
scottjehl
ea12c75940
Make sure that Ajax form submissions (both get and post) always make a new request, even if it's identical to a previous submission. When a duplicate cached result page is present, it'll be removed from the DOM after the page change is complete . Thanks @medovob for the ideas and feature request. Fixes #368 , Fixes #366
2010-11-03 22:01:01 -04:00
Jonathan Sharp
b13ddf345c
Fixed typo (changed ther to there)
2010-11-04 06:58:01 +08:00
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