scottjehl
083f69d018
Undeleted some "features" that seemed to keep bugs at bay. Fixes #2545 . Fixes #2476
2011-09-27 15:17:25 -04:00
scottjehl
1ad3eeaf98
accelerate elements within the page in touch-enabled scenarios to prevent hidden elements (not just blinking, but flat-out disappearing)
2011-09-27 12:34:17 -04:00
scottjehl
569d55acf9
addresses issue #2415 - applying a transform gets rid of the element peekaboos for headers, and other content in the page. We'll need to monitor this one this week and see what the memory impact is before keeping it.
2011-09-24 00:04:34 -04:00
Mat Marquis
078d317e63
Potentially addresses #1927 — Using “filter” for opacity was causing strange issues in IE, making all but the text on submit inputs click-proof. Bears further testing, if someone wouldn’t mind taking a look.
2011-09-23 18:00:13 -04:00
Ghislain Seguin
659bc45f74
Merge pull request #2517 from Wilto/master
...
Fixes #2516 — Tightens scope of a previous fix for clicks not registering on listview buttons’ icons.
2011-09-23 14:10:38 -07:00
Mat Marquis
848d1a72a3
Fixes #2516 — Tightens scope of a previous fix for clicks not registering on listview buttons’ icons.
2011-09-23 16:57:57 -04:00
toddparker
ee6754d9f2
Merge remote branch 'origin/master'
2011-09-23 14:48:19 -04:00
toddparker
af5b666a15
Updated tokenized theme CSS to remove the widget styles that were appended at the end.
2011-09-23 14:48:07 -04:00
Brandon Johnson
eaa182648e
Styling count only when the list is enhanced
2011-09-23 12:10:33 -06:00
Mat Marquis
088454dc1a
Fixes #1392 — Positions .ui-icon on lower z-index than .ui-btn-text, ensuring the click will register on the latter.
2011-09-22 16:56:37 -04:00
Todd Parker
d0364c5139
Merge pull request #2507 from Wilto/42f7dccd7ea99fdb803ce52994c0c703bd12dd0f
...
Fixes #1666 — .ui-checkbox/.ui-radio floated rather than inline, to fix height and properly hide checkboxes/radios. Visible checkboxes/radios below labels in FF4+ (Windows). Thanks Wilto!
2011-09-22 13:30:19 -07:00
Mat Marquis
42f7dccd7e
Fixes #1666 — .ui-checkbox/.ui-radio floated rather than inline, to fix height and properly hide checkboxes/radios.
2011-09-22 16:20:47 -04:00
Eddie Monge
5bfc08bba2
Issue 2499: Some php improvements
2011-09-21 23:19:37 -07:00
Eddie Monge
269c592a37
Issue 2494: Removed accidental css cruft and git info reorder
2011-09-21 13:50:35 -07:00
Kin Blas
432b876e84
Fix for issue 2474 - [IPAD] change page flicking in landscape[IPAD] change page flicking in landscape
...
- On iOS, giving focus to the ui-page element causes flashing during page animations/transitions. This is due to the CSS outline property which is applied when the page is given focus. Turning outlines off for all pages prevents the flashing.
2011-09-20 14:16:37 -07:00
Todd Parker
44f3218ab9
Merge pull request #2468 from MauriceG/patch-1
...
Fix for issue #2192 labels for form inputs have different vertical alignment. Thanks MauriceG!
2011-09-19 19:27:28 -07:00
Todd Parker
b173815f11
Merge pull request #2469 from MauriceG/patch-2
...
Fix for issue #2192 labels for form inputs have different vertical alignment. Thanks MauriceG!
2011-09-19 18:13:36 -07:00
Todd Parker
8a6c107718
Remove the top "glow" border because it's breaking out in split button lists.
2011-09-19 22:05:33 -03:00
Todd Parker
2d3cbbe804
Replaced theme.css with the new tokenized version that will support a future ThemeRoller tool. Each editable color or values in the theme has a comment "token" that will be replaced with the user-generated values.
2011-09-18 22:28:01 -04:00
MauriceG
fd4640081f
Fix for issue #2192 labels for form inputs have different vertical alignments
2011-09-18 16:31:55 +03:00
MauriceG
10bdd3d845
Fix for issue #2192 labels for form inputs have different vertical alignments
2011-09-18 16:24:08 +03:00
gseguin
139ab1378b
Added comments
2011-09-14 21:12:43 -07:00
gseguin
99e52eafdc
Set font-weight to normal in collapsible content
2011-09-14 21:11:54 -07:00
gseguin
e6eaf7cacd
Fix for #1899 :
...
Re-styled collapsible and collapsible set so the content of the collapsible now is applied the ui-btn-up-%%theme%% class. This way the border will match the border of the header button. In the meantime in the ui-collapsible-content class we remove the background image and tweak the margin/padding to make everything look good.
Combined the expand/collapse handlers into a single one and made extensive use of .toggleClass()
2011-09-14 16:02:47 -07:00
gseguin
87ca47f162
Fix for issue #1899
...
Refactored some css classes
Fixed bottom corners in set with only one collapsible
2011-09-14 11:05:53 -07:00
scottjehl
b645781f4d
implemented native overflow scrolling based on support for -[prefix]-overflow-scrolling: touch. True fixed headers and footers come supported as well.
2011-09-08 12:38:50 -04:00
scottjehl
1a524756f3
added a pre-transition class to set pages to display: block early and allow for their scrollTop and focus to be set before they are shown.
2011-09-08 12:38:50 -04:00
scottjehl
440be55f2b
changed the name of the overflow support test and class to touchOverflow / touch-overflow
2011-09-08 12:38:50 -04:00
scottjehl
c8e676d591
applied conditional overflow scrolling to page div
2011-09-08 12:38:50 -04:00
Kin Blas
2f160e1402
Fix for issue 2346 - Flip toggle switches don't animate when tapped.
...
- Changed the target selector for ui-slider-handle-snapping from:
div.ui-slider-handle-snapping
to:
a.ui-slider-handle-snapping
to match the actual markup being generated.
2011-09-07 10:09:00 -04:00
gseguin
d6da6fed64
piggy back on checkbox/radio to define background-color for ui-icon-checkbox-on
2011-08-31 13:32:44 -07:00
gseguin
830663d88b
Changed look and feel of custom select options to match the checkbox/radio
2011-08-31 10:43:34 -07:00
gseguin
2cc8c7ff34
Fix for issue #779
...
Addressing @jakeboone02's comments at dd9ae4898b (commitcomment-531858)
2011-08-24 13:54:03 -07:00
gseguin
bcd0a05982
Added .ui-corner-none
2011-08-17 12:07:05 -07:00
gseguin
dd9ae4898b
Fix for issue #779
...
Added a ui-li-has-count class for listview items that contain a count bubble. Changed default padding-right to 25px adjusting it to 75px when count bubble is present.
2011-08-11 16:59:51 -07:00
scottjehl
1dd3f4bbb3
removed background unset from fieldcontains. No good reason to keep that in there.
2011-07-21 12:32:06 -04:00
scottjehl
b0552d79de
removed some old alpha comments. Versioning covers this sort of thing.
2011-07-15 11:47:32 -04:00
scottjehl
affd609330
This ensures inner button text is visible in IE7. Fixes #2058 . Yay.
2011-07-15 11:42:25 -04:00
scottjehl
815d82ba1f
changed padding-box to padding for -moz-background-clip per https://developer.mozilla.org/en/CSS/background-clip#Browser_compatibility
2011-07-11 02:17:17 -04:00
scottjehl
e5e198a8db
adjusted css3 prefixing for background gradients to a) increase browser support for standard prefixed gradients, and b) remove -ms filter gradients due to a rendering issue in IE9 that conflicts with border radius. Gradient support is set for IE10, however. More info on this bug and decision can be found at issue #2046 . Fixes #2046 . Fixes #1933 . Addresses a portion of #13 as well.
2011-07-11 02:06:24 -04:00
Todd Parker
64a5786a81
Merge pull request #1941 from kpozin/patch-2
...
Change timing function on spin animation to linear. Thanks kpozin!
2011-07-06 19:57:36 -07:00
jacob4u2
e2a7b1a63c
Fix #1999 , mismatched gradient stops for .ui-btn-up-c style
2011-07-06 16:03:13 -05:00
Konstantin Pozin
e0dcf06983
Changed timing function on spin animation to linear, for a much smoother-looking spinner
2011-06-27 14:05:16 -07:00
Ghislain Seguin
9c3ebe07ea
Added state class to label of checkbox/radio
2011-06-24 12:40:01 -04:00
Ghislain Seguin
3ab9665ddd
Fixed icons offset
2011-06-24 12:40:00 -04:00
scottjehl
5a4b5f3206
Implemented the new design for checkboxes and radios as proposed by @toddparker.
2011-06-24 12:40:00 -04:00
scottjehl
5b147580e6
Merge branch 'issue-1338' of https://github.com/gseguin/jquery-mobile into gseguin-issue-1338
2011-06-24 12:12:33 -04:00
toddparker
685b2cd0bf
Fixed swatch letter typo for E buttons - it said ui-bar-d instead of ui-bar-e. Fixes #1894 . Thanks app42!
2011-06-22 13:58:33 -04:00
scottjehl
46c0946633
Disable background on hidden buttons so that they don't appear in Opera Mini. Fixes #1862
2011-06-20 12:10:14 -04:00
scottjehl
df7ac2f642
fix up the page heights during transitions, and min-heights otherwise.
2011-06-17 19:19:46 -04:00