John Bender
|
edfef386b1
|
moved refresh to individual widgets, still some duplication to be moved into the common
|
2011-08-02 14:08:42 -07:00 |
|
John Bender
|
1d00ee316e
|
forgotten bind on pagehide to fix height calculation issues
|
2011-08-02 12:38:53 -07:00 |
|
John Bender
|
be0dbb9b10
|
fixed some minor whitespace issues
|
2011-08-02 09:30:28 -07:00 |
|
John Bender
|
3950542884
|
made sure the dialog test fails many times, added an extra todo for moving the functionality to find the current theme if its not specified to a generic location
|
2011-08-02 09:30:28 -07:00 |
|
John Bender
|
b8451c5557
|
moved element creation and propertie declaration into the common object
|
2011-08-02 09:29:01 -07:00 |
|
John Bender
|
6e343c20cb
|
fixed double wrap from local variables
|
2011-08-02 09:26:31 -07:00 |
|
John Bender
|
30c2e6c6a4
|
moved most of the build functionality to delegate objects
|
2011-08-02 09:26:31 -07:00 |
|
John Bender
|
0e7ded7709
|
create -> build, and list build up moved
|
2011-08-02 09:26:31 -07:00 |
|
John Bender
|
9014e243fb
|
custome menu select creation begun
|
2011-08-02 09:26:31 -07:00 |
|
John Bender
|
4aa32698de
|
move native menu creation to delegate object
|
2011-08-02 09:26:30 -07:00 |
|
John Bender
|
89e6f59bb3
|
Revert "removed the custom menu portions of the selectmenu, which will be moved to select.custom.js, which is non-functional in this commit"
This reverts commit c318c5b7cf7d51a69438071cbfbcf307a27c7b7d.
|
2011-08-02 09:26:30 -07:00 |
|
scottjehl
|
db22dfa111
|
removed the custom menu portions of the selectmenu, which will be moved to select.custom.js, which is non-functional in this commit
|
2011-08-02 09:21:21 -07:00 |
|
Scott Jehl
|
b7a19b604c
|
Merge pull request #2184 from rwldrn/jquery.mobile.fixHeaderFooter.js
Core Style Conformance updates; jquery.mobile.fixHeaderFooter.js
|
2011-08-02 07:24:08 -07:00 |
|
John Bender
|
f1d964e9e9
|
fix for cached page removal breaking dialog sized select menus Fixes #2181
|
2011-08-01 18:08:28 -07:00 |
|
Rick Waldron
|
627b9189d6
|
Core Style Conformance updates; jquery.mobile.fixHeaderFooter.js
|
2011-08-01 18:34:49 -04:00 |
|
scottjehl
|
faf26d8f6d
|
namespaced $.fixedToolbars to $.mobile. Kept a deprecated pointer to $.fixedToolbars that we'll want to remove later. This feature can now be documented. Addresses Issue #2024
|
2011-07-31 20:35:18 -04:00 |
|
scottjehl
|
ee17b4f05c
|
Ensure that navigating backwards through dialogs works as expected when domCache is false (which is the default now).
|
2011-07-31 10:03:22 -04:00 |
|
scottjehl
|
be74405b49
|
Added a configurable timeout to $.mobile.loadPage to give pages that are being fetched from cache a little time to load before a loading message appears. We'll need to tweak this timer based on device testing to determine how long it takes on average to fetch a cached page. If the delay ends up needing to be longer than 300ms or so to suit some devices, it's probably not worth having this feature at all.
|
2011-07-30 08:33:04 -04:00 |
|
scottjehl
|
bdba60efd5
|
removed urlHistory references to (and use of) each entry's "page" property, which kept a reference to the DOM elements of each page that had been loaded. This fixes leaking memory on removed pages, and outsources page requests to the browser cache (for real this time :) ).
|
2011-07-29 19:51:17 -04:00 |
|
John Bender
|
50acf2eb7c
|
fix to use options defined on page widget to determing domCache settings
|
2011-07-29 12:55:40 -07:00 |
|
John Bender
|
27b4ba1691
|
ajaxDomCaching -> domCache
|
2011-07-29 10:10:26 -07:00 |
|
John Bender
|
180243e9ad
|
added a todo for the subpage tracking
|
2011-07-29 10:10:26 -07:00 |
|
John Bender
|
85114be097
|
use childPages method to abstract method for finding child pages, hopefully we can find something better than the url selector
|
2011-07-29 10:10:25 -07:00 |
|
John Bender
|
3035387446
|
first test for nested page removal/caching
|
2011-07-29 10:10:25 -07:00 |
|
John Bender
|
d716f3e9e7
|
moved dom cache check above the enhance to let widgets unbind parent page hide behaviour. added parent removal to listview special remove
|
2011-07-29 10:10:25 -07:00 |
|
John Bender
|
57a1e9abf7
|
whitespace and log statement in listview
|
2011-07-29 10:10:25 -07:00 |
|
scottjehl
|
115f1710b1
|
remove entire list when parent page is hidden and next page is not a sub list. Note: the unbind of the "pagehide.remove" does not appear to be preventing the parent page from removal, and it regenerates its sublists when revisiting that parent, since it was removed.
|
2011-07-29 10:10:25 -07:00 |
|
scottjehl
|
a8c3859d84
|
using regular data method to access widget
|
2011-07-29 10:10:25 -07:00 |
|
scottjehl
|
dc054a10e7
|
implemented ajax dom caching option of the page plugin, which can be overridden by page options or data attribute. Includes unit test to support feature.
|
2011-07-29 10:10:25 -07:00 |
|
Ghislain Seguin
|
30e8ea8e09
|
Coding standards
|
2011-07-28 15:25:57 -07:00 |
|
Ghislain Seguin
|
29c408f32a
|
Merge remote-tracking branch 'upstream/master'
|
2011-07-28 15:25:10 -07:00 |
|
Ghislain Seguin
|
703d31073e
|
Merge pull request #2102 from kpozin/patch-6
Cache option indices in <li>s in custom select menus instead of doing linear search on every click
|
2011-07-28 15:21:52 -07:00 |
|
scottjehl
|
263193f490
|
Moved autoinit calls to after widgets. Made it so auto init selectors use the initSelector option, so that it can be configurable.
|
2011-07-27 18:42:16 -04:00 |
|
Ghislain Seguin
|
6ff9d9a06a
|
Coding standards
|
2011-07-27 11:22:13 -07:00 |
|
Ghislain Seguin
|
d1e8083f15
|
Merge pull request #2152 from webmynd/master
Consider data-role when picking page transition in changePage
|
2011-07-27 10:04:39 -07:00 |
|
Ghislain Seguin
|
f84f359743
|
Merge pull request #2154 from SamuelKC/bug_2064
Fix for issue #2064
|
2011-07-27 09:53:20 -07:00 |
|
Scott Jehl
|
2c4615176d
|
Fixed typo in reference to initSelector default value.
|
2011-07-27 11:58:20 -03:00 |
|
Samuel Padou
|
051855e94d
|
Bug 2064; Add try/catch block to prevent 'Unspecified error' when we use an IFrame on IE9
|
2011-07-27 14:53:27 +02:00 |
|
James Brady
|
9cf3a60dee
|
Consider data-role when picking page transition.
Re-use existing "isDialog" variable in changePage,
instead of just looking at settings.role.
|
2011-07-27 12:24:41 +01:00 |
|
Scott Jehl
|
705ed4f308
|
typo in comment
|
2011-07-26 17:04:36 -03:00 |
|
scottjehl
|
e07c40e3d0
|
exposed automatic initialization selectors on most widgets that expose options through the widget factory. Option name is "initSelector"
|
2011-07-26 14:22:08 -04:00 |
|
scottjehl
|
79d3aa6f04
|
brought back degradeInputs page option, this time as a decoupled page plugin file. Fixes #2123
|
2011-07-26 13:49:10 -04:00 |
|
scottjehl
|
df3fbca3f4
|
implemented the autoInitializePage global config option, so that auto-initialization may be disabled in favor of manually initializing the page later on. Still needs a unit test.
|
2011-07-24 19:27:21 -04:00 |
|
scottjehl
|
fdb77bfa52
|
changed new (undocumented) "enhance" event to "create" to better match our existing event name conventions
|
2011-07-22 09:05:55 -04:00 |
|
scottjehl
|
1a828594f5
|
default for loadPage should be to not show the loading message, since its default use case is to fetch a page that is not yet active. However, changePage should cause it to show because loadPage is being called during a page change.
|
2011-07-21 08:04:12 -04:00 |
|
Scott Jehl
|
4d66aa6397
|
added input types url and tel to auto-init.
|
2011-07-20 15:29:08 -07:00 |
|
Scott Jehl
|
214e2e0c1a
|
Merge pull request #2118 from commadelimited/master
Fixes #2117. Add textInput styles to email type input field
|
2011-07-20 15:27:42 -07:00 |
|
jacob4u2
|
9ff4d4cfd3
|
fix for #2119; updated to
|
2011-07-20 16:03:10 -05:00 |
|
Andy Matthews
|
0123608748
|
Edited js/jquery.mobile.forms.textinput.js via GitHub
|
2011-07-20 12:52:19 -07:00 |
|
scottjehl
|
a3afffdbbd
|
restored autocorrect/complete disabling, as it was implemented in the page plugin already.
|
2011-07-20 12:59:20 -04:00 |
|