Mat Marquis
aefbe396c4
Fixes #2647 — Ensures overflow: hidden is applied to .ui-btn-text inside selects inside of listviews.
2011-10-11 15:53:43 -04:00
John Bender
e4cf491c2c
missing semi
2011-10-11 11:37:37 -07:00
John Bender
845f657ddf
test that autogrow is triggered on keyup
2011-10-11 11:32:38 -07:00
John Bender
5150114c13
test page init textarea autogrow
2011-10-11 11:32:38 -07:00
Todd Parker
8b1c28439c
Merge pull request #2669 from Wilto/hidden-text-alignment
...
Fixes issue where hidden button text was visibile on wide displays. Thanks Wilto and Sumeruter!
2011-10-11 11:31:29 -07:00
Mat Marquis
231b10fd66
Addresses comment on #2560 ( https://github.com/jquery/jquery-mobile/pull/2560#issuecomment-2365243 )
2011-10-11 14:19:59 -04:00
John Bender
4713bf26d5
remove log statements
2011-10-11 10:47:46 -07:00
John Bender
8dd3def54b
refactor for #509 , move to document ready instead of using ssetTimeout
2011-10-11 10:46:19 -07:00
John Bender
3306a3242c
Merge branch 'master' of https://github.com/mplatov/jquery-mobile into mplatov-master
2011-10-11 10:44:38 -07:00
John Bender
0aec8639d0
fixes to test unit runner for upgrade to qunit
2011-10-11 08:42:26 -07:00
John Bender
2efeafde40
corrected failing checkboxradio test
2011-10-11 08:39:10 -07:00
John Bender
9b73a750d4
use jQuery.trim
2011-10-11 08:31:37 -07:00
toddparker
1d81e4f28e
Added a note about disabling pushState in the "linking pages" section, cleaned up language.
2011-10-11 10:51:22 -04:00
Ghislain Seguin
3082a60586
Merge pull request #2662 from MauriceG/patch-7
...
Fix for #2653 - Firefox 7.0.1 - Collapsible heading gets truncated beginn
2011-10-10 15:23:25 -07:00
Maurice Gottlieb
be7f74262b
Fix for #2653 - Firefox 7.0.1 - Collapsible heading gets truncated beginning of string
2011-10-11 00:51:45 +03:00
John Bender
623433f75b
tests for enhance and exclusion through keepNative
2011-10-10 14:21:37 -07:00
John Bender
b958e84e2c
correction of slider test markup
2011-10-10 14:21:37 -07:00
John Bender
a4836ec5fd
move button to enhanceWithin
2011-10-10 14:21:37 -07:00
John Bender
f368f01a82
correct selector in test
2011-10-10 14:21:37 -07:00
John Bender
ec2c015136
slider enhanceWith tests
2011-10-10 14:21:37 -07:00
John Bender
404010839d
move slider to enhanceWith
2011-10-10 14:21:37 -07:00
John Bender
63ab61cb89
test for enhanceWithin use
2011-10-10 14:21:37 -07:00
John Bender
aa16aec358
move checkbox radio to enhanceWithin
2011-10-10 14:21:37 -07:00
John Bender
18737f4940
test to verify that textinputs are kept native where necessary
2011-10-10 14:21:37 -07:00
John Bender
4ccd9b1bb3
move textinput to widget prototype enhanceWithin
2011-10-10 14:21:37 -07:00
John Bender
9e63d40298
todo for moving the keepnative to the widget itself, whitespace
2011-10-10 14:21:37 -07:00
John Bender
c1bd079b90
test for keepnative on the select menu
2011-10-10 14:21:37 -07:00
John Bender
0e5583eae9
move to a centralized form element selector to leverage keepnative
2011-10-10 14:21:36 -07:00
John Bender
b358985ca2
tests for keepNativeSelector method
2011-10-10 14:21:36 -07:00
John Bender
1b6ac290d2
add keepNativeSelector method to page widget for use in child form creat bindings
2011-10-10 14:21:36 -07:00
Kin Blas
88720d5d01
Merge branch 'master' of https://github.com/jquery/jquery-mobile
2011-10-10 11:05:43 -07:00
Kin Blas
c297f9675b
Fix for issue #2644 - Navigating to root "/" does not generate clean URL if root page has id="*"
...
- Fixed a bug in the hashchange handler for the pushstate/replacestate plugin that was incorrectly resolving hashchanges for ids against the current location.href, which could be a different document. We now resolve id hashes against the document URL.
- Modified changePage() so that it sets the settings.dataUrl option to the documentUrl, when navigating to the first-page of the application document. This prevents any id on the first-page from being added to the location hash. This means that URLs that used to be produced like this:
http://site.com/apps/#first-page-id
will now display as:
http://site.com/apps/
Developers that wish to get the old behavior back can register a pagebeforechange handler and do something like this:
$( document ).bind( "pagebeforechange", function( e, data ) {
var toPage = data.toPage;
if ( typeof toPage === "object" && !data.options.dataUrl && toPage[ 0 ] === $.mobile.firstPage[ 0 ] && toPage[ 0 ].id ) {
data.options.dataUrl = "#" + toPage[ 0 ].id;
}
});
The handler above will make sure that any page changes to the first-page will always display as:
http://site.com/apps/#first-page-id
2011-10-10 11:04:04 -07:00
toddparker
38e77e5c80
Updated docs to clarify the replaceState known issues and to add docs on the pushStateEnabled option
2011-10-10 13:14:59 -04:00
John Bender
a589da3936
added 'known issues' bullet for (push|replace)State
2011-10-07 17:11:30 -07:00
John Bender
cddd16a02b
added warning to documentation for (push|replace)State plugin pertaining to external link issues
2011-10-07 16:03:28 -07:00
John Bender
479585e1ff
whitespace in navmodel docs
2011-10-07 16:03:28 -07:00
scottjehl
09c92b516d
Merge remote branch 'origin/master'
2011-10-07 18:50:30 -04:00
scottjehl
513940b88c
removed focus outline disabling on buttons and active state, which addresses issue #2639 , and helps with keyboard navigation.
2011-10-07 18:50:11 -04:00
scottjehl
f0403f9d9f
set native touch overflow enabling back to false
2011-10-07 18:48:38 -04:00
John Bender
92baba02d4
orientation change check requires stubbing onorientationchange
2011-10-07 13:32:34 -07:00
John Bender
c2c7af8876
fix for failing tests adding root page to the dom twice because of the search string
2011-10-07 13:30:31 -07:00
Kin Blas
9983e96382
Added the tools directory to the Makefile so it gets copied when making nightlies and demos.
2011-10-07 09:36:12 -07:00
Kin Blas
e3f45bf0f3
First pass implementation of a page event logger bookmarklet to help us quickly diagnose navigation problems for external jQuery Mobile sites. Users can either follow the instructions for using/setting up the bookmarklet in log-page-events.html, or simply include the log-page-events.js directly in their source.
2011-10-07 09:31:28 -07:00
scottjehl
dc90ef39f6
clarified some of the points on scripting pages
2011-10-07 10:58:34 -04:00
Todd Parker
da2352a7ad
Merge pull request #2622 from Wilto/search-iconpos
...
Fixes #2571 , Fixes #2590 , Fixes #2576 — Improperly scoped “position: relative;” on .ui-btn-text. Thanks Wilto!
2011-10-05 14:26:50 -07:00
Mat Marquis
772a4790a1
Fixes #2571 , Fixes #2590 , Fixes #2576 — All three issues were caused by improperly-scoped “position: relative;” on .ui-btn-text, within listviews.
2011-10-05 16:50:36 -04:00
John Bender
71b0eb0552
move $.fn.text invocation to $.fn.getEncodedTest where the content is being re-added to the dom for xss safety Fixes #2550
2011-10-04 18:25:54 -07:00
Todd Parker
90d8387caf
Merge pull request #2610 from Wilto/listview-rounded-icons
...
Fixes #2593 — Prevents rounded corners on icons in lists. Thanks Wilto!
2011-10-04 15:10:00 -07:00
Mat Marquis
54465515d7
Fixes #2593 — Prevents application of ‘ui-corner-bl’ and ‘ui-corner-tl’ classes to ‘ui-li-thumb’ elements that have a class of ‘ui-li-icon.’
2011-10-04 18:02:52 -04:00
Jörn Zaefferer
23a24f6106
Update to latest QUnit. Fix event tests that were calling both asyncTest
2011-10-04 17:34:33 -04:00