Commit Graph

2253 Commits

Author SHA1 Message Date
Adam Bradley
3ee5ea77a6 fix(tap): Deactivate elements during scroll at the same time click is ignored, #997
Previously I disabled the activation class immediately on a touchmove,
where as the click will still work if you touchstart and touchend
within a few pixels of each other. So visually it may have looked like
the click shouldn't have worked. I just updated it so the use the same
numbers. For example, if you hold down an item and move just 5 pixels,
the item will stay active (before it wouldn't have), and the click will
fire. But at the same time, if you hold down an item, and move a larger
distance, once it realizes that it went farther than 6 pixels it'll not
allow a click to happen, AND it'll not show the item as being active.
2014-04-03 23:24:31 -05:00
Adam Bradley
4ff6acb10e fix for .item-select 2014-04-03 15:39:34 -05:00
Andy Joslin
12b25dcaed chore(build): only put one banner in css file 2014-04-03 13:32:10 -06:00
Michal Lukasiewicz
75e74cc9f3 chore(build): add angular-sanitize.js bundle's banner
Closes #1041
2014-04-03 13:14:04 -06:00
Adam Bradley
0c1362861d refactor ionic.tap and start writing tests 2014-04-03 13:52:48 -05:00
Andy Joslin
21ff75479f fix($ionicPopup): make it work if jquery is included
Closes #1027
2014-04-03 11:55:13 -06:00
Andy Joslin
6b5083bc9a scss(nav-title-slide-ios7): no back button animation on no-animation 2014-04-03 11:33:04 -06:00
Andy Joslin
ad67184800 fix(refresher): get rid of flickers except on droid-4.4
Fixes #1014.
2014-04-03 11:29:08 -06:00
Adam Bradley
feffc99b6a Merge pull request #1040 from mturkson23/patch-1
fixed the header bar link to the docs
2014-04-03 12:15:59 -05:00
Michael E. Turkson
cf950e0500 fixed the header bar link to the docs
The link to the relevant documentation on the header bar [1.0.0-beta.1 (2014-03-25)] was missing a "d". This caused it to return a 404 "Page not found" whenever it was clicked.
2014-04-03 16:39:58 +00:00
Adam Bradley
43ad2271d8 docs(scroll): Fix typo 2014-04-03 09:20:43 -05:00
Adam Bradley
447dd39683 Merge pull request #1035 from oori/overflow-scroll-fix
overflow-scroll fix
2014-04-03 09:15:31 -05:00
Andy Joslin
4fd9a91a24 demo(swipeable-cards): more fixes 2014-04-03 07:18:56 -06:00
Andy Joslin
1415c5e064 demo(swipeable-cards): remove unused code 2014-04-03 07:16:27 -06:00
Oori
0a9b7c2cab overflow-scroll: fix iOS bug where relative children of scroller disappear while scrolling. resolved by forcing hardware acceleration 2014-04-03 10:23:09 +02:00
Oori
9460d9bdd4 overflow-scroll: removed duplicate css entries 2014-04-03 10:22:49 +02:00
Adam Bradley
8a12f2d16c feat(select): Styled select elements, both inline and as a list item 2014-04-02 23:25:21 -05:00
Andy Joslin
972579383a feat(ionNavBar): make back button animated
Closes #1030
2014-04-02 19:35:09 -06:00
Adam Bradley
f2d52ea987 set focus() only if it wasn't scrolled, selection and type=email throws errors 2014-04-02 16:04:01 -05:00
Adam Bradley
1ca46b8c41 Merge pull request #1029 from markwtaylor/patch-1
Update ionicGesture.js
2014-04-02 15:52:00 -05:00
Adam Bradley
096a01c117 fix(labels): Fix .input-label's width for androids w/out full flex box support, #998 2014-04-02 15:39:35 -05:00
Mark Taylor
fbff104d39 Update ionicGesture.js
'Off' method name for docs
2014-04-02 15:55:18 -04:00
Adam Bradley
87d3a2590d Merge pull request #1028 from Cheguevara/patch-1
Update ionicRadio documentation
2014-04-02 14:24:27 -05:00
Adam Bradley
66ecec7031 fix(scroll): Fix input focus when tapped, do not scroll when target is an input, closes #1020 2014-04-02 14:22:56 -05:00
Cheguevara
078f54dbe8 Update ionicRadio.js 2014-04-02 21:46:59 +04:00
Adam Bradley
78510099ad fix(tap): Do not simulate a click if it was from a touchcanel event, closes #1015 2014-04-02 10:07:45 -05:00
Adam Bradley
5f3a1d21c6 fix(tap): Prevent multiple clicks when overriding cordova object, closes #1022 2014-04-02 09:57:16 -05:00
Adam Bradley
5b0f5d024c fix(item): Vertically align nav icon w/out flexbox to prevent android crashes, #928 2014-04-01 22:33:28 -05:00
Adam Bradley
7f94a62d40 vertically align checkbox w/ top:50% / negative margin to prevent android issues 2014-04-01 22:31:30 -05:00
Adam Bradley
acdcfe533d apply .item-radio android hack only to android .grade-b/c 2014-04-01 22:30:10 -05:00
Max Lynch
f0d339812f fix(ion-scroll): removed 100% height 2014-04-01 18:50:00 -05:00
Max Lynch
d295aee416 fix(ion-scroll): added display block 2014-04-01 18:33:23 -05:00
Adam Bradley
e6f562377d fix(scroll): Do not ignore taps if the target was an input, #997 2014-04-01 17:10:31 -05:00
Andy Joslin
38cb08df24 scss: fix typo 2014-04-01 14:21:41 -06:00
Andy Joslin
833a017dd0 revert(scss): more explicit, repetitive, and reliable system for statusbar
Addresses #1012
2014-04-01 14:20:22 -06:00
Andy Joslin
4d1f03ae93 test(status-bar): update to work with body being offset 2014-04-01 13:54:21 -06:00
Andy Joslin
8a5133b7b8 style(header): make it work with ios7 statusbar correctly 2014-04-01 12:49:07 -06:00
Adam Bradley
8eb6257be6 remove ddescribe 2014-04-01 11:07:15 -05:00
Adam Bradley
f3bd258c9e fix(tap): Prevent "clicking" when scrolling 2014-04-01 10:34:36 -05:00
Andy Joslin
ee2b76864a fix(ionicTabBar): detect if matches state in all cases
Addresses #894.
2014-04-01 08:26:54 -06:00
Andy Joslin
2a2f657eaf chore(build): make watch task build all before watch starts 2014-04-01 07:27:27 -06:00
Andy Joslin
0db5e85266 test(ionCheckbox): update test for new template 2014-03-31 23:04:58 -06:00
Andy Joslin
6fc3fe28b7 docs($ionicPlatform): note that it returns a promise
Addresses #991
2014-03-31 22:58:37 -06:00
Adam Bradley
ac94bb236e fix(checkbox): Entire row of an .item w/ a checkbox is now tappable, closes #995 2014-03-31 22:11:13 -05:00
Andy Joslin
7ec9e17589 chore(travis): make demos update actually push 2014-03-31 21:02:45 -06:00
Adam Bradley
adede32d2f Merge pull request #996 from rvanbaalen/patch-1
Update ionicPlatform.js
2014-03-31 21:58:19 -05:00
Andy Joslin
6f8c0de393 chore(travis): fix typo 2014-03-31 20:52:02 -06:00
Andy Joslin
ee791952f9 chore(travis): add demo updates 2014-03-31 20:49:11 -06:00
Adam Bradley
7560e2a6c8 rename folders to be all lower case 2014-03-31 21:31:57 -05:00
Adam Bradley
1ebca3a7fa rename folder step 1 2014-03-31 21:30:42 -05:00