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
Todd Parker
a783c740e8
Merge pull request #2609 from Wilto/voiceover-double-buttons
...
Fixes #2594 — Button text is no longer read aloud twice. Thanks @Wilto!
2011-10-04 14:10:29 -07:00
Mat Marquis
3c3a777158
Fixes #2594 — Button text is no longer read aloud twice (and treated as two separate navigable items) in iOS VoiceOver.
2011-10-04 16:45:14 -04:00
John Bender
55e11dd8ea
update documentation to highlight timing issues with orientationchange
2011-10-04 13:31:29 -07:00
Todd Parker
32ed8cfbbd
Merge pull request #2607 from Wilto/collapsible-status-text
...
Fixes #2595 — Hidden “click to expand contents” text now updates. Thanks @rogerjohansson and @Wilto
2011-10-04 12:44:03 -07:00
Jörn Zaefferer
0ed1460279
Add swarminject.js to prepare for TestSwarm integration
2011-10-04 15:02:17 -04:00
John Bender
57079e1d6b
add the ability to disable native orientation change support Fixes #793
...
the frequency of the triggered event in certain android releases ( 2.1, 2.2) appears to be dependent on a host of things other than an actual orientation change, eg alerts, zoom, and scrolling. This provides a way for the user to disable it in favor for using throttled resize while still making use of the window.orientation where its available for reliability
2011-10-04 11:54:26 -07:00
toddparker
ff9720281b
Added another check for orientation change event for Android 2.1
2011-10-04 11:54:25 -07:00
John Bender
a0ddaab8e3
fix for incorrect portrait of lanscape value
...
The value attached to the event passed into handlers was based soley on screensize which is problematic given that some implementations (eg Android 2.3) don't change the screensize until after the event is fired. The orientation property appears to report a better value where it is provided so the solution is to prefer what it reports and then fallback to the screensize caculation where necessary.
2011-10-04 11:54:25 -07:00
John Bender
a20bb72a29
whitespace in events
2011-10-04 11:54:25 -07:00
Mat Marquis
4ed1e6ac11
Fixes #2595 — Hidden “click to expand contents” text now changes depending on current expanded/hidden state.
2011-10-04 14:01:08 -04:00
Kin Blas
ec08371aec
Merge pull request #2599 from gabrielschulhof/scrollview-position-relative
...
scrollview: Add "position: relative;" to class ui-scrollview-clip in orde
2011-10-04 01:46:47 -07:00
Gabriel Schulhof
51a4298f96
scrollview: Add "position: relative;" to class ui-scrollview-clip in order to confine scrollbars to scrollview container
2011-10-04 11:35:04 +03:00
toddparker
a252794f36
Merge remote branch 'origin/master'
2011-10-03 17:23:25 -04:00
toddparker
b483eebc78
Added links to bar and content block examples.
2011-10-03 17:22:39 -04:00
toddparker
1791e671c9
Removed global link styles, added in swatch-specific link styles for bar and body.
2011-10-03 17:21:25 -04:00
scottjehl
ead0baf2ab
brought these orientation-based rules back for certain scenarios where they're helpful, such as when js is setting heights in iOS5. No bug fix, just a tweak.
2011-10-03 17:01:05 -04:00
toddparker
1c5fd4c12f
Updated version to 1.0rc2pre
2011-10-03 14:25:13 -04:00
gseguin
7106078f87
Fix for #2592
2011-10-03 09:19:44 -07:00
Kin Blas
8a25599b82
Merge branch 'master' of https://github.com/jquery/jquery-mobile
2011-09-30 12:43:30 -07:00
Kin Blas
5811440641
Added a test for diretly loading Urls with a hash that contains just the dialogHashKey. This tests to make sure these issues don't happen again:
...
Issue #2570 - Refreshing a page with #&ui-state=dialog causes syntax error
Issue #2582 - Refreshing a page with #&ui-state=dialog causes page duplication
2011-09-30 12:40:57 -07:00
Kin Blas
98eda9a0f4
Fixes #2582 - Refreshing a page with #&ui-state=dialog causes page duplication
...
- Modified loadPage() to call isFirstPage() with fileUrl instead of absUrl. Since fileUrl is the same as absUrl, but with the dialogHashKey stripped off, it will allow us to match against the url for the first-page.
2011-09-30 12:38:16 -07:00
Kin Blas
5a76ae7ed2
Merge branch 'master' of https://github.com/jquery/jquery-mobile
2011-09-30 09:19:15 -07:00
Kin Blas
bafc18723b
Fixes #2574 - namespace pollution on 'search' variable (1.0rc1)
...
- There was a typo in the var declaration in makeUrlAbsolute(). Changed the ';' in the middle of the declaration to ','.
2011-09-30 09:17:05 -07:00
gseguin
d5d3f47294
Added a link to jsbin and jsfiddle in the submitting bugs section
2011-09-29 15:56:30 -07:00
scottjehl
b4a7db2f1d
brought back these orientation rules as they're important in iOS5 layouts.
2011-09-29 18:38:15 -04:00
Kin Blas
52c9f35d47
Merge branch 'master' of https://github.com/jquery/jquery-mobile
2011-09-29 15:19:46 -07:00
Kin Blas
47812171f1
Fixes #2570 - Refreshing a page with #&ui-state=dialog causes syntax error
...
- This was a regression from my fix to loadPage() for detecting un-enhanced pages by @id as a fallback. In this particular case dataUrl was being used to create an id selector, and of course if the dataUrl is an empty string we end up using "#" as the selector. The fix is to simply check for a non-empty dataUrl.
2011-09-29 15:16:21 -07:00
John Resig
349daaffa7
Tagging 1.0rc1.
2011-09-29 17:05:19 -04:00
toddparker
5b1294f7c4
Fixed typo.
2011-09-29 16:40:55 -04:00
scottjehl
ce1e464275
adjusted the presentation of the left nav and footer for the docs
2011-09-29 16:35:31 -04:00
toddparker
836eae81cc
Merge remote branch 'origin/master'
2011-09-29 16:23:12 -04:00
toddparker
539713b9f9
Edited the features page to bring it up-to-date
2011-09-29 16:22:46 -04:00
scottjehl
1dbb08a7a7
Merge remote branch 'origin/master'
2011-09-29 15:28:30 -04:00
scottjehl
94c57aaa82
adjusted docs left column
2011-09-29 15:28:20 -04:00
toddparker
3aa1c6fac0
Added RC1 banner image
2011-09-29 15:14:17 -04:00
scottjehl
8c2b1d9f55
removed media classes from make file, following up to previous commits
2011-09-29 14:55:41 -04:00
scottjehl
de40dac5dc
added reference to Respond.js polyfill for those using CSS3 Media Queries.
2011-09-29 14:52:59 -04:00
scottjehl
e29346daf5
Merge remote branch 'origin/master'
2011-09-29 14:47:24 -04:00
scottjehl
a93c4878aa
removed media classes JS - deprecated since Beta 1. Use CSS3 Media Queries with a polyfill instead :) Docs are updated to link to old code in case anyone still needs a backwards-port
2011-09-29 14:47:05 -04:00
scottjehl
ea3a34e055
changed comment in JS
2011-09-29 14:46:06 -04:00
toddparker
5c7a802d23
Updated dependencies in templates to point to 1.0rc1 and 1.6.4
2011-09-29 14:28:12 -04:00
scottjehl
8a76335682
These orientation heights that were mainly tied to iOS are no longer needed, as viewport height is managed via JS
2011-09-29 14:27:49 -04:00
toddparker
85a70a75c5
Updated supported platforms for RC1
2011-09-29 14:25:38 -04:00