Adam Bradley
eec1ceb1fb
Merge pull request #1455 from malixsys/patch-5
...
fix(tap): `touch-action: pan-y` instead of `none`
2014-06-05 19:58:01 -07:00
Perry Govier
a49ecf35e6
chore(cleanup): Remove FF 18- vendor prefixing since there's no plan to support it
2014-06-05 11:10:02 -05:00
Cormac Long
5286a0c4db
fix(firefox): Add FF 19+ style vendor prefixing (bit.ly/1tLz8Qp) Closes #1574
2014-06-05 10:52:56 -05:00
Max Lynch
02f5fcb7aa
fix(nav): make fewer z-index assumptions while animating in ios7 animation
2014-06-01 20:05:40 -05:00
Max Lynch
1c3dcc1922
Much better animation for ios
...
Fixed duration
2014-05-26 22:19:28 -05:00
Max Lynch
4c700e9c0f
fix(backdrop): Changed z-index for loading backdrop only. Fixes #1428
2014-05-22 10:43:52 -05:00
M Alix
c297288342
Fixes new Chrome-35 and IE10 (touch-action)
...
See:
https://github.com/EightMedia/hammer.js/wiki/How-to-fix-Chrome-35--and-IE10--scrolling-(touch-action)
http://docs.webplatform.org/wiki/css/properties/touch-action
2014-05-21 02:07:53 -04:00
Adam Bradley
f21da07108
Merge pull request #1364 from pennersr/patch-android-toggle-button
...
Toggle button not rendered correctly on Android (closes #1363 )
2014-05-20 09:13:16 -07:00
Adam Bradley
e6b5ff223b
fix(input): long input text adjusts left on focus
...
Closes #1390
2014-05-20 10:57:23 -05:00
Andrew Joslin
46e3366498
fix(ionFooterBar): properly offset content for bar-subfooter
2014-05-20 06:11:22 -06:00
Raymond Penners
780a6d05ea
Limited scope of toggle fix to Android 4.2
2014-05-19 22:57:16 +02:00
Andrew Joslin
6e149eef9b
fix(sideMenu): do not let it be scrolled as part of the body
2014-05-14 16:35:39 -06:00
Adam Bradley
fa8aa6a835
fix(sideMenu): fix disabled menu links
...
The fix for another issue had too general of a CSS selector, which
ultimately prevented clicks in the left menu when it had a scrollable
area. This fix narrows in the selector so it only prevents
pointer-events in the menu-content’s content area (still allowing the
menu to close by tapping the content, but not allowing the content to
be interacted with, like swiping a list item). Closes #1388
2014-05-14 15:01:58 -05:00
Adam Bradley
610e232840
feat(checkbox): right align w/ .item-checkbox-right
...
Closes #1290
2014-05-14 13:30:02 -05:00
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
Raymond Penners
856abfb0e7
Toggle button not rendered correctly on Android ( closes #1363 )
2014-05-12 22:48:06 +02: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