Kin Blas
0927ddfe3e
Merge branch 'master' of https://github.com/jquery/jquery-mobile
2011-03-31 09:22:55 -07:00
Kin Blas
3ce228e3f2
On touch devices, 3rd party code that used href='#' links and onclick handlers weren't working because our live("vclick") link handler in jquery.mobile.navigation.js was calling preventDefault() on the vclick event.
...
For vclicks dispatched via touchend, calling preventDefault causes mouse clicks to be suppressed. This is why the 3rd party onclick handlers weren't getting triggered. For vclicks dispatched by a real mouse click this isn't a problem.
The fix basically removes the preventDefault() call from the live("vclick") handler and places it in a real live("click") handler. This allows the mouse event to get dispatched and trigger 3rd party click handlers, and still call preventDefault to prevent the link from being followed.
2011-03-31 09:19:05 -07:00
scottjehl
612192011b
adjusted change event handling to fire change event on the selected radio, as Dave suggested, and which matches the native triggering. Also, checkboxes change events appear consistent with native implementation. Fixes #1206
2011-03-31 00:22:26 -04:00
scottjehl
506d5050b1
Merge remote branch 'origin/master'
2011-03-30 23:52:41 -04:00
scottjehl
77b25a46ea
docs typo. Fixes #1150
2011-03-30 23:52:36 -04:00
toddparker
bfb713ce04
Merge remote branch 'origin/master'
2011-03-30 23:41:42 -04:00
toddparker
7ae63cb6cd
Updated grid documentation to explain that we're using additional classes an styles, just for illustraiton purposes.
2011-03-30 23:41:29 -04:00
scottjehl
6bac3f81e5
Merge remote branch 'origin/master'
2011-03-30 23:28:58 -04:00
scottjehl
51c79481fc
documented hashListeningEnabled. Fixes #1091
2011-03-30 23:28:53 -04:00
toddparker
faf0d6a581
Merge remote branch 'origin/master'
2011-03-30 23:15:43 -04:00
toddparker
43ea8df112
Fixed missing hyphens in listview theming data- attribues and re-coded some mangled list code examples. Everything is working right again. Closes #992
2011-03-30 23:15:27 -04:00
scottjehl
b77e04e7c4
Merge remote branch 'origin/master'
2011-03-30 22:53:55 -04:00
scottjehl
5d93d53090
removed the cdn hotlinks - local is best for testing. Also added a link to test Bender's new fix - works fantastic.
2011-03-30 22:53:46 -04:00
toddparker
e9e7a78e99
Fixed a minor grammatical error in the pages docs.
2011-03-30 22:31:18 -04:00
scottjehl
cdccf8f2af
updated the fastclick comment
2011-03-30 21:32:38 -04:00
scottjehl
93ddf9d984
Syntax fix with data-ajax attr - also making sure [target] is included in the external link check, and that the pathname is removed properly in IE before prefixing.
2011-03-30 21:17:52 -04:00
scottjehl
a017576da9
Merge remote branch 'origin/master'
2011-03-30 20:52:20 -04:00
scottjehl
e38a25de58
make sure the sticky footer matching is only true if data-ids are specified. This makes "tap" work again when toggling fixed headers and footers.
2011-03-30 20:52:13 -04:00
Kin Blas
14fbe8b164
Fix for issue 1316 - URL is not properly formed in Firefox
...
- Checking in scottjehl's suggested selector for the non dynamicBaseTag support case.
2011-03-30 16:15:24 -07:00
Kin Blas
2d83b8d373
Adding jquery.mobile.vmouse.js to the list of files.
2011-03-30 08:38:27 -07:00
Kin Blas
6fa5002c7e
Added jquery.mobile.vmouse.js to the build Makefile.
2011-03-30 08:04:45 -07:00
John Bender
6d37ad6bbb
added addtional test to cover issue 1305
2011-03-30 01:08:15 -07:00
John Bender
215aded824
fixed path detection for when linking from embedded pages to file paths Fixes #1305
2011-03-30 01:08:15 -07:00
John Bender
32f1264491
corrected poor async start order
2011-03-30 01:08:15 -07:00
John Bender
3a758f97fa
navigation whitespace
2011-03-30 01:08:15 -07:00
scottjehl
27b4cd29fc
improved the fixed headers and footers so they show and hide more appropriately, even when starting a scroll on an anchor element. Fixes #1309
2011-03-29 19:09:19 -04:00
Kin Blas
f80d286ecb
Fixing tap/taphold tests that broke when fastclick/vmouse changes landed.
2011-03-29 12:01:58 -07:00
Kin Blas
62f8ce254e
Bullet proof handleTouchStart() against fake touchstart events that don't have any touches[] properties defined.
2011-03-29 09:46:10 -07:00
Kin Blas
9e40d14b28
Fixing unit test bustage. The fastclick branch landed so these tests need to be updated to fire off "click" versus "touchend" or "mouesup".
2011-03-29 09:32:10 -07:00
Kin Blas
1f2c7fd537
Merge branch 'master' into fastclick
...
Resolved Conflicts:
js/jquery.mobile.navbar.js
2011-03-29 09:03:05 -07:00
scottjehl
80f81ca6fa
improved sticky footers a little bit. Now they don't fade after becoming sticky, but they stick well at least.
2011-03-28 20:35:17 -04:00
scottjehl
15ef91c828
Merge remote branch 'origin/master'
2011-03-28 18:31:00 -04:00
scottjehl
8fa56b6e85
Got the sticky footers working again. Markup change noted in first page of demo. Fixes #850
2011-03-28 18:30:55 -04:00
toddparker
cf5676992d
Fixed toolbar demo page, added a sample form and updated list markup to new style
2011-03-28 16:43:40 -04:00
scottjehl
bb9921a9f4
Merge remote branch 'origin/master'
...
Conflicts:
docs/pages/docs-link-scenarios.html
2011-03-28 16:37:58 -04:00
toddparker
72f4b4a0ca
Fixed link markup on this page.
2011-03-28 16:33:29 -04:00
scottjehl
1a2a85773b
fixed a bad path
2011-03-28 16:07:19 -04:00
scottjehl
bc005fe18d
page isn't in use. covered by link-formats.html
2011-03-28 16:07:09 -04:00
scottjehl
3b9a90ee4a
fixed underline on button down state
2011-03-28 15:55:37 -04:00
toddparker
50717094ad
Removed section on non-ajax dialogs, not supported yet.
2011-03-28 15:42:53 -04:00
John Bender
7b4842eabc
test for dialogs within dialogs
2011-03-28 00:41:33 -07:00
John Bender
97783bdbd1
added page tracking to history stack and handling for dialog to dialog transitions in hashchange
2011-03-28 00:41:33 -07:00
jblas@adobe.com
0a063c6d67
Get rid of "moved" tracking in the label event bindings. This is all handled transparently by the virtual mouse event code.
2011-03-27 21:20:06 -07:00
jblas@adobe.com
729cda075a
Merge branch 'master' into fastclick
...
Resolved Conflicts:
js/jquery.mobile.buttonMarkup.js
js/jquery.mobile.event.js
js/jquery.mobile.forms.checkboxradio.js
js/jquery.mobile.forms.select.js
js/jquery.mobile.listview.js
2011-03-27 21:00:22 -07:00
scottjehl
ee02a76279
self-submitting form demo.
2011-03-27 18:51:59 -04:00
scottjehl
4f4718731f
Incorporating mariozaizar's changes to add a backBtnTheme option (null by default) to the page plugin. A few edits were needed to support namespacing and a proper null default so theme inheritance is the default.
2011-03-27 18:29:45 -04:00
scottjehl
b0eb2bd053
Fixed up nested listviews so that any markup that comes before the child list will be used for complex formatting in the list item node. Text nodes that are direct children of the LI still work fine as well. Fixes #585
2011-03-27 16:18:24 -04:00
scottjehl
4011cf684e
added a bigger select example to the demo
2011-03-27 15:56:48 -04:00
scottjehl
15a052134f
moved overflow hidden w/ ellips to inner anchor fixing a small listview CSS regression.
2011-03-27 14:19:00 -04:00
scottjehl
ef1b0d94ae
added the $.mobile.listview.prototype.options.closeBtnText option for configuring the text of dialog back/close buttons. This also Fixes #1227 (or at least a note within that already-closed issue). Documentation included.
2011-03-27 14:10:16 -04:00