toddparker
3db65f9592
Merge remote branch 'origin/master'
2011-08-03 15:20:29 -04:00
toddparker
37db803557
Removed back buttons.
2011-08-03 15:18:57 -04:00
John Bender
3dbb018e82
Merge pull request #2173 from SamuelKC/selecthidefix
...
Fix issue of the select menu not closing on Chrome - Fixes 2198, 2194, 2197
2011-08-03 11:52:17 -07:00
toddparker
a23ab67e53
Another path tweak.
2011-08-03 14:25:52 -04:00
toddparker
35d2366946
Fixed CSS paths. Closes #2201
2011-08-03 14:21:29 -04:00
toddparker
a7abcfef59
Switched to .selector for sample code.
2011-08-03 14:19:07 -04:00
toddparker
35b174fa31
Merge remote branch 'origin/master'
2011-08-03 14:17:40 -04:00
toddparker
bee8ac2226
Improved sample code.
2011-08-03 14:17:29 -04:00
gseguin
cce89cb91d
Merge remote-tracking branch 'upstream/master'
2011-08-03 11:16:20 -07:00
gseguin
6da588c394
Coding standards
2011-08-03 11:15:03 -07:00
toddparker
584e2931b4
Fixed typos
2011-08-03 14:06:57 -04:00
toddparker
e9114f8c34
Merge remote branch 'origin/master'
2011-08-03 14:02:39 -04:00
toddparker
bd36fd6f91
Updated boilerplates to beta 2
2011-08-03 14:02:24 -04:00
toddparker
6ab7e118c6
Beta 2 flag
2011-08-03 14:02:10 -04:00
scottjehl
55b0fe304a
Merge remote branch 'origin/master'
2011-08-03 13:42:24 -04:00
scottjehl
a362a782fa
Changed the collapsible cleanup in our docs JS to use click instead of vclick
2011-08-03 13:41:12 -04:00
Todd Parker
6c08d64ccd
Merge pull request #2199 from rwldrn/jquery.mobile.support.js
...
Core Style Conformance updates; jquery.mobile.support.js. Thanks rwldrn!
2011-08-03 10:27:42 -07:00
Rick Waldron
953f0cdf97
Core Style Conformance updates; jquery.mobile.support.js
2011-08-03 13:19:53 -04:00
scottjehl
5f2462d031
updated to support deep links to nested lists and dialog parent pages. Still battling a 2x back history issue on those.
2011-08-03 12:35:24 -04:00
scottjehl
51199dd14b
first pass at implementing pushstate support from an external file.
2011-08-03 12:35:24 -04:00
scottjehl
a48128f9a3
wrapped in parens for clarity
2011-08-03 12:15:04 -04:00
scottjehl
4c01267306
Moving this call to setDefaultTransition to run at DOM ready, because calling it earlier triggers an error in jQuery core, based on logic in dimensions.js that assumes document.body is defined. I've added a pull request to fix the issue in jQuery core, but for our purposes, this change allows us to work without the fix.
2011-08-03 12:15:04 -04:00
scottjehl
d42db4d4ee
This change moves the ajax navigation opt-out list (which contains, mainly, browsers that have broken history tracking of hash changes) over to the support.js file, and added a multi-tierd Nokia condition that checks a number of UA conditions to try and pinpoint Nokia + Symbian + Webkit + 7.3-or-older. Big thanks to Bryan and Stephanie at Yiibu for their helpful article on Nokia device detection. That said, we would LOVE to find a non-UA based way to handle this detection. Reluctantly, this seems to do what we need at the moment, while assuming hash history will be improved in any post-7.3 release.
...
Also included in this commit is a Nokia-specific condition that re-appends existing stylesheets to force them to render, as all pre-7.3 devices we tested would not render the CSS if it was referenced before the JavaScript (as we'd recommend doing). There may be a non-JS way to work around this problem, but for now, this seems to do the trick.
2011-08-03 12:15:04 -04:00
toddparker
b77bf47d1d
Minor tweaks.
2011-08-03 12:13:04 -04:00
toddparker
5b73f452f2
Fixed a few issues in the content.
2011-08-03 10:31:57 -04:00
toddparker
6b77c01553
Updated supported platforms, intro and features for beta 2 prep.
2011-08-03 10:11:06 -04:00
toddparker
ac30c121c7
Added docs for the scroll thresholds and virtual mouse events.
2011-08-03 10:10:43 -04:00
toddparker
012ce48e6f
Added new scripting page to provide a quick overview of common techniques, updated local nav for all other pages.
2011-08-03 10:10:18 -04:00
John Bender
f6a5608ae2
added select_native test set and a tests to verify that setting the value of the select itself sets button text
2011-08-02 16:11:32 -07:00
John Bender
58631807d4
moved common refresh functionality up
2011-08-02 16:00:37 -07:00
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
6a46839d5e
added missing assertion to select tests
2011-08-02 13:13:19 -07:00
John Bender
1d00ee316e
forgotten bind on pagehide to fix height calculation issues
2011-08-02 12:38:53 -07:00
Todd Parker
bdbb0f90c2
Merge pull request #2176 from ovargas27/master
...
Checkbox - new API docs format. Thanks ovargas27!
2011-08-02 09:57:04 -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
John Bender
f7d5d918ae
fixes for select tests and tests to cover basic functionality for new cached pages and select dialogs
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
Todd Parker
d958983e5b
Merge pull request #2179 from defeated/docs-errata
...
fixed typo: swatch E identifying as swatch D. Thanks defeated!
2011-07-31 18:46:20 -07:00
eddie cianci
1410e03601
fixed typo: swatch E identifying as swatch D
2011-07-31 21:25:38 -04:00