Commit graph

1434 commits

Author SHA1 Message Date
John Bender
73953915c0 merge fix for select 2011-08-10 14:21:49 -07:00
John Bender
6cdec7d14d minor whitespace 2011-08-10 13:35:35 -07:00
John Bender
28120ea929 fixed selected items bug 2011-08-10 13:35:05 -07:00
John Bender
b38efe1a63 whitespace 2011-08-10 00:01:55 -07:00
John Bender
09339ac534 grouped prive and public methods 2011-08-09 23:59:07 -07:00
John Bender
345fbbdacc more whitespace 2011-08-09 19:14:27 -07:00
John Bender
0d4bd449ca more whitespace 2011-08-09 19:12:43 -07:00
John Bender
3b7ab6dac7 whitespace 2011-08-09 19:11:46 -07:00
John Bender
629ef9a024 simplified the extension calls in the custom select 2011-08-09 19:08:34 -07:00
John Bender
e12f5122bd use cached value in button text method 2011-08-09 15:58:13 -07:00
John Bender
62e1631353 fix label class application bug 2011-08-09 15:50:42 -07:00
John Bender
88edbc666f cleaning up this and self references 2011-08-09 15:28:54 -07:00
John Bender
12771afade _create cleanup 2011-08-09 15:05:15 -07:00
John Bender
2839cfb469 small cleanup in naming and grouping 2011-08-09 14:52:31 -07:00
John Bender
0f072416cb moved shared functionality into native and custom selects as necessary 2011-08-09 14:41:51 -07:00
John Bender
67e76a072b removed options from shared, move theme determination to method 2011-08-09 13:47:40 -07:00
Rick Waldron
45ab6a9ddc Core Style Conformance: jquery.mobile.init.js 2011-08-09 11:16:41 -04:00
John Bender
fd8fb03205 segregate native and select 2011-08-08 16:47:53 -07:00
John Bender
974e4d0801 moved to event model for custom overrides, still need to centralize shared file 2011-08-08 16:19:52 -07:00
John Bender
ff8a1ceefa .call on shared 2011-08-08 13:53:53 -07:00
John Bender
426da8f495 centralizing options 2011-08-08 13:33:24 -07:00
John Bender
76adbc9293 minimize extension in individual widgets 2011-08-08 13:31:50 -07:00
John Bender
5c76de355a shared components moved to shared init function 2011-08-08 12:52:32 -07:00
John Bender
9eec8df520 moved native shared component into shared, will do the same for custom 2011-08-08 12:07:37 -07:00
John Bender
64a9b595d3 start of seperation of native select 2011-08-08 11:40:26 -07:00
John Bender
bac747498f small refactor before final split 2011-08-07 21:04:53 -07:00
scottjehl
0253e67fbb fixed an error in the array reference that was causing support tests to not test properties as they should. 2011-08-07 13:19:20 -04:00
John Bender
d293e968f9 moved _buildList into custom 2011-08-05 15:35:13 -07:00
John Bender
7494e398a5 moved open to custom and added a test for native select change removing the button down class 2011-08-05 14:45:08 -07:00
John Bender
3133ccbc3a moved close to custom, and disable/enable methods common with tests for enable/disable 2011-08-05 12:21:45 -07:00
John Bender
c739597755 core style guide 2011-08-05 09:37:55 -07:00
John Bender
7e09b9af28 ghetto cherry pick of custom dialog fix for chrome redraw issue and height calculation stability 2011-08-05 09:32:40 -07:00
scottjehl
d120404ead Merge remote branch 'origin/master' 2011-08-05 09:58:30 -04:00
scottjehl
28eebc25de Brought back the page content div theme inheritance from b1. Thanks to abdulqadir for the suggestion. Fixes #2221 2011-08-05 09:58:25 -04:00
Ghislain Seguin
b23d444c71 Merge pull request #2216 from johnbender/listview-filter-callback
Listview filter callback
2011-08-04 16:12:53 -07:00
John Bender
8660befda8 removed global from listview 2011-08-03 17:50:48 -07:00
John Bender
6bbf830da8 simple filterCallback in the options to delegate complex search to end users 2011-08-03 17:10:44 -07:00
John Bender
bda2358e6c Merge branch 'fcheslack-footer-control-group-buttons' 2011-08-03 13:39:22 -07:00
John Bender
6529dc7f8c Merge branch 'footer-control-group-buttons' of https://github.com/fcheslack/jquery-mobile into fcheslack-footer-control-group-buttons 2011-08-03 13:19:28 -07: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
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
Rick Waldron
953f0cdf97 Core Style Conformance updates; jquery.mobile.support.js 2011-08-03 13:19:53 -04:00
scottjehl
a48128f9a3 wrapped in parens for clarity 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
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
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