Commit graph

3179 commits

Author SHA1 Message Date
unknown
ee1a8c1977 listview thumb styling via listview('refresh'). Fixes 947 2011-02-16 22:25:37 -08:00
John Bender
61b7b2e002 removed unnecessary var declaration 2011-02-16 19:55:01 -08:00
Ernesto Jiménez
9aa1a38a32 Reviewing the code realised that this var was implicitly declared as global. 2011-02-16 22:22:28 +00:00
John Bender
8ea018147c removed old test pages for navigation and one unneeded test 2011-02-15 23:01:22 -08:00
John Bender
bec975ad3a added tests for data url regexs 2011-02-15 22:59:54 -08:00
John Bender
3759f87173 reverted to regex method of retrieving the data-url from ajax loaded content to guarantee base is set, regex's courtesy of jblas 2011-02-15 22:24:15 -08:00
tschaub
899e9581e9 P free hamster. 2011-02-16 05:55:21 +08:00
Kin Blas
b2ca132fb9 Merge branch 'master' into fastclick 2011-02-15 13:47:04 -08:00
Kin Blas
dc0608d244 - Fixed some jslint warnings.
- Fixed "event" typo in the mouse click cancel callback.
2011-02-15 10:20:21 -08:00
John Bender
b1c8621309 small tweak to wait for page load in navigation tests 2011-02-14 23:34:48 -08:00
John Bender
05e7bbac45 fixed broken listview test in chrome and dialog test redirect 2011-02-14 23:19:56 -08:00
John Bender
f301018c1c added an extra parameter to data url element to match reported issue in pull request 2011-02-14 17:33:06 -08:00
John Bender
47d4a1fb0a refactor/simplification of fix for broken regex matching data url in ajax loaded pages 2011-02-14 17:25:23 -08:00
John Bender
5a23721a92 whitespace fix for navigation 2011-02-14 17:23:25 -08:00
Ernesto Jiménez
09213738f3 Regular expression / data-url="(.*)"/ doesn't stop at the end of the attribute
but the last quotes in the HTML.

I have replaced wildcard . with [^"] to fetch only the attribute content.
2011-02-14 16:33:58 +00:00
chrsMon
bbee2fdb2b Fixes issue #1036 partially offscreen rendering of select menu
https://github.com/jquery/jquery-mobile/issues/issue/1036

The css styles the select menu with a width of 80% with a max-width of
350px. This fix checks if width of select menu is less than max-width.
If that is the case the select menu is centered on screen. If not it
checks if the rigth or left side of the select menu are outside the
viewport and if so moves the select menu inside the viewport with a 30px
tolerance.
2011-02-13 21:11:53 +01:00
Kin Blas
d40868370a Removed obsolete file jquery.mobile.click.js. 2011-02-11 15:07:23 -08:00
Kin Blas
4acba083f2 Merge branch 'master' into fastclick 2011-02-11 15:04:41 -08:00
Kin Blas
6ebf6b78f6 Added support for a click block list. 2011-02-11 15:03:36 -08:00
John Bender
265f6d9ca8 switch instances of ok to same for test failure clarity 2011-02-10 23:24:49 -08:00
John Bender
743c6c9d9c fixed broken listview test and added a bunch of semicolons 2011-02-10 23:01:30 -08:00
Michael O'Hearn
554bb1e7e3 fixed a typo 2011-02-10 22:04:15 -08:00
Kin Blas
b5d417a9bb Added a reset timer for unblocking the mouse event handlers. This was necessary because Blackberry does not dispatch a touchend event if the touch resulted in a scroll of the page. 2011-02-10 17:10:39 -08:00
Kin Blas
9968c02351 Checkpoint checkin.
- Added support for dispatching virtual events from touch based events.
- Now we copy over the x/y values from original events on to the virtual ones.
- We still need to figure out how to cancel the mouse events that fire after the touchend, and do some clean up in the cases where a scroll happens which prevents some mouse/touch events from being generated, like on Blackberry OS 6.
2011-02-10 14:04:21 -08:00
Kin Blas
518f2175f1 Initial checkin of jquery.mobile.mouse.js. This version doesn't handle touch events yet. 2011-02-09 23:57:29 -08:00
Kin Blas
c8c5830e09 Merge branch 'master' into fastclick 2011-02-09 23:51:49 -08:00
Kin Blas
b696bda01b Cleaning up a bunch of jslint errors and warnings. 2011-02-08 13:13:59 -08:00
John Bender
3ca20f8362 resolved small conflict in test fixtures 2011-02-07 22:33:49 -08:00
Kin Blas
1c9414d030 Fix for issue #997 - Syntax Error (line 1711) alpha 3
- Escaped the slash characters inside the brackets of the href regexp.
2011-02-07 11:43:55 -08:00
John Bender
2a1935caf5 Revert "added autoInitialize documentation"
This reverts commit 7da26e1974.
2011-02-07 08:11:57 -08:00
John Bender
089f2b9753 rewrapped the media core tests in an immediate function 2011-02-06 23:25:03 -08:00
John Bender
65513add72 fixed media core failing tests 2011-02-06 23:24:09 -08:00
John Bender
5d7938cb4e minor indentation issue and mocking to fix test failures 2011-02-06 23:06:33 -08:00
John Bender
d4fd6d06dc rewrapped event core tests in immediate function 2011-02-06 22:58:25 -08:00
John Bender
487e04af02 removed useless test in for dialogs added simple replacement 2011-02-06 22:55:29 -08:00
John Bender
099dfbd610 Merge branch 'master' of https://github.com/TrippingTheBits/jquery-mobile into TrippingTheBits-master 2011-02-06 21:44:35 -08:00
John Bender
a025c0bffc backed out autoInitialize moving to feature request backlog 2011-02-06 21:18:51 -08:00
John Bender
cbd1eb7ac9 moved page and dialog styling to qunit css to remove repition and make sure that its consistent across pages 2011-02-05 21:22:50 -08:00
Ryan
ee56af59af Added data-dividertheme to docs. 2011-02-05 20:08:23 -05:00
Alex Kovar
910c4d43f0 fixed small display glitch on navigation tests 2011-02-05 14:39:11 -06:00
Alex Kovar
d970c20e4c fixed error when from is undefined 2011-02-05 14:03:31 -06:00
Alex Kovar
79929949db fix issue with failed page load not releasing page transition lock 2011-02-05 14:00:31 -06:00
scottjehl
fb9c7d03b3 Merge remote branch 'origin/master' 2011-02-04 12:45:34 -05:00
scottjehl
98842a337c critical bug fix for C-Grade support. Ensures page is not hidden on C-Grade browsers. Fixes #975 2011-02-04 12:45:26 -05:00
toddparker
d91d83887e Re-compressed the 18px icons to dramatically reduce bandwidth - 150k+ to 4k. Fireworks - what were you thinking last night? 2011-02-04 11:25:50 -05:00
scottjehl
89cb6d455f typos in page template urls. 2011-02-04 10:13:56 -05:00
jeresig
ac519ba754 Simplifying the build script some more. 2011-02-04 09:38:21 -05:00
scottjehl
a1867eef58 found a dead link that managed to take down our multipage demo. 2011-02-04 08:08:32 -05:00
John Resig
950784e70f Make some tweaks to the deploy script. 2011-02-03 18:57:53 -05:00
John Resig
24d324c443 Tagging the 1.0a3 release. 2011-02-03 18:39:48 -05:00