Commit Graph

817 Commits

Author SHA1 Message Date
Andrew Joslin
30a9da191a fix(.slide-left-right-ios7): do not give borders to header/footer bars
Closes #1232
2014-05-14 08:58:39 -06:00
Adam Bradley
e5af75fa48 fix(input): vertically align date input text
Closes #1147
2014-05-13 22:21:08 -05:00
Adam Bradley
eaee564de1 fix(footer): Fix placement of .bar-footer.item-input-inset
Closes #1325
2014-05-13 21:10:23 -05:00
Adam Bradley
76d4c083cb fix(sideMenu): Disable content interaction when menu open
Closes #1339
2014-05-13 21:00:31 -05:00
Adam Bradley
cb597d76be fix(select): hide .item-select arrow in WP8 2014-05-13 13:30:32 -05:00
Adam Bradley
0c960b5450 fix(header): Set a height for .bar .title
WP8 does not obey the ellipsis or nowrap and allows text to go below
the header. Setting a height forces the title from getting too tall.
2014-05-13 11:52:38 -05:00
Andrew Joslin
1b1c234fff fix(.tab-item): make it work with activator
Closes #1317
2014-05-13 09:11:10 -06:00
Andrew Joslin
3c15b118ca fix(activator): properly activate elements nested inside an item.
Addresses #1373.

Before: if an `<a>`, `ng-click`, or `<button>` inside of a .item,
was clicked, the activator would walk up .item and activate it.

Now:  If an `<a>`, `ng-click`, or `<button>` inside of a
.item is clicked, the activator will activate that element.

Additionally, CSS was added so `a.item-content.activated` would look
activated.
2014-05-13 08:56:37 -06:00
Mike Hartington
95de4d332a Update _bar.scss 2014-05-10 17:38:25 -04:00
Mike Hartington
54f2b662ef Aligns multiple header buttons correctly (4.4) 2014-05-10 17:32:28 -04:00
Adam Bradley
5f2fdfdd07 fix(textarea): Allow scroll in textarea when focused
Closes #1280
2014-05-09 12:05:45 -05:00
Adam Bradley
4928b996d6 set WP8 as a grade-b device 2014-05-09 09:33:35 -05:00
Adam Bradley
d74e5dbed5 use touch-action: none instead of manipulation 2014-05-09 08:41:27 -05:00
Andrew Joslin
8d34ab286e feat(ionNavBackButton): make pressed state work
Resolved #1294
2014-05-09 07:07:15 -06:00
Adam Bradley
d2df69d665 overflow:hidden to html element 2014-05-07 15:47:01 -05:00
Adam Bradley
40cd6f7290 feat(touch-action): add touch-action: manipulation
IE supports `-ms-touch-action: manipulation`, and `touch-action` is
making it through the standards process.
2014-05-07 13:48:06 -05:00
Adam Bradley
a4a258ee72 refactor(icon): use :before when assigning ionicons
In order to assign the Ionicons font to the actual icon, and not the
font-family for button text, using the :before pseudo instead
2014-05-07 13:46:30 -05:00
Adam Bradley
08f0adb12b fix(input): transparent bg for .item-input-inset input 2014-05-07 13:44:31 -05:00
Adam Bradley
930794cd9a fix(button): fix icon vertical alignments for IE 10 2014-05-07 13:43:38 -05:00
Adam Bradley
64f0030b99 fix(.pane): Remove overflow:hidden from .pane,.view 2014-05-06 12:09:14 -05:00
Adam Bradley
ae8f49e1de set $menu-bg to #fff 2014-05-06 08:04:11 -05:00
Adam George
c918f7fac5 Was not using scss variable for menu color 2014-05-06 11:57:45 +10:00
Adam Bradley
dfec423ef8 feature(keyboard): .hide-on-keyboard-open
By default no elements will be hidden when the keyboard shows. However,
you add the CSS class `hide-on-keyboard-open` to set elements which
should hide when the keyboard is open, such as the footer so there’s
more space for the content when the keyboard is open.
2014-05-05 15:58:38 -05:00
Andy Joslin
203734d216 style(ionRefresher): add padding-top if refreshing-text or pulling-text
Fixes #1269
2014-05-05 12:46:13 -06:00
Adam Bradley
6b3c2b929a merge keyboard-fixes 2014-05-03 22:30:21 -05:00
Andy Joslin
701c977563 css(tabs): add test page for nested tabs 2014-05-02 13:18:56 -06:00
Adam Bradley
9c58d47b2b fix(transitions): Disable transitions on Android 2, closes #780
By default transitions will be disabled on Android 2. To force
transitions to work on Android 2 add `enable-transitions` to the body
className.
2014-05-02 14:02:28 -05:00
Adam Bradley
45106a6acf fix(toggle): Right side padding for item-complex, closes #1091 2014-05-02 13:36:22 -05:00
Andy Joslin
77f2683124 fix(.tabs-icon-*): only work on directly descendant tabs
Closes #1261
2014-05-02 12:17:49 -06:00
Adam Bradley
5f8e9040bd fix(viewport): Auto update viewport tag 2014-05-02 10:12:48 -05:00
Adam Bradley
517658eb2c feature(.no-resize): Utility css to remove textarea resizer 2014-04-30 22:24:59 -05:00
Andy Joslin
554c43980e feat($ionicModal): close on backdrop click on desktop/tablet
Closes #1087
2014-04-30 11:44:46 -06:00
Andy Joslin
dca87e2c5f fix(.pane): make pane class have overflow: hidden
Fixes #1218
2014-04-29 10:18:32 -06:00
Max Lynch
8847774f2a fix(bar): Increased button icon font size 2014-04-28 13:25:30 -05:00
Adam Bradley
3bf1cd3496 .item-select select max-width: 65% 2014-04-28 13:25:11 -05:00
Adam Bradley
f4745c3689 enable/disable toggle pointer-events w/ css only, closes #1185 2014-04-28 12:37:44 -05:00
Adam Bradley
ae3318a081 refactor(keyboard): Scroll to inputs hidden by keyboard 2014-04-24 20:22:16 -05:00
Andy Joslin
e5e5b911f7 collection-repeat: enable grid functionality 2014-04-24 07:32:31 -06:00
Andy Joslin
934158baf5 virtualScroll: non-full-featured version, to start testing 2014-04-23 17:52:51 -06:00
Andy Joslin
a7eb521c90 fix(tabs-item-hide): only hide tab nav items 2014-04-21 17:17:34 -06:00
Andy Joslin
af2302ecc1 scss(tabs): allow syntax with same tabbar to work 2014-04-21 16:31:46 -06:00
Adam Bradley
2a6f702980 fix(tabs): Tab icon align within nested tabs, closes #1093 2014-04-17 22:40:02 -05:00
Adam Bradley
885965b5d7 remove !important from .tab-item.disabled 2014-04-17 20:37:36 -05:00
Adam Bradley
49c6c3fb55 Merge pull request #1162 from nickl-/master
Also enable disabled for tab-item
2014-04-17 20:32:21 -05:00
Adam Bradley
aac1d1773f Merge branch 'tap-refactor' 2014-04-17 15:23:58 -05:00
Adam Bradley
715b7876ed Merge branch 'master' of https://github.com/driftyco/ionic 2014-04-17 15:21:45 -05:00
Adam Bradley
5ab3d68616 remove android overlay fix because it breaks keyboard focusing 2014-04-17 13:34:24 -05:00
nickl-
009580bb56 Also enable disabled for tab-item.
Enable for tab-item class the same disabled functionality that exists for button
2014-04-17 20:22:07 +02:00
Max Lynch
f7b25aa9fa Fixed infinite scroll issues 2014-04-17 12:41:22 -05:00
Adam Bradley
c587dec28f android textarea .cloned-text-input fix 2014-04-17 11:31:05 -05:00