Commit Graph

854 Commits

Author SHA1 Message Date
Perry Govier
306fe04702 fix(list): add extra margin-bottom to the last list if the list is also a card. Fixes #1708 2014-07-03 17:15:30 -05:00
Perry Govier
7630bd419f fix(loading): Prevent clicks on modal views when loading is active. Closes #1720 2014-07-03 16:16:21 -05:00
Perry Govier
3e6ce1831b fix(popup): if popup is taller than the window, shrink the popup body and make it scrollable. Closes #1679 2014-06-27 11:27:06 -05:00
Perry Govier
f4043e673c fix(footerBar): fixed top border position on retina displays. Closes #1661 2014-06-25 14:47:02 -05:00
Max Lynch
5433d3f84c Removed box shadow animation 2014-06-23 19:13:16 -05:00
Perry Govier
e6dda6a517 fix(modal): remove iOS style header padding from inset headers in modal popups on iPad in portrait mode. Closes #1605 2014-06-19 17:38:09 -05:00
Perry Govier
4a2296dcae fix(header): add iOS 8 support to iOS header fix. assumes all iOS will have 7 style headers. closes #1625 2014-06-18 16:16:44 -05:00
Perry Govier
9ff1b965bf fix(listItem): apply color styles to complex list items 2014-06-18 13:38:24 -05:00
Adam Bradley
754ef461e8 fix(menu): safari z-index fix for .menu .scroll-content
Closes #1408
2014-06-17 10:12:11 -05:00
Adam Bradley
17ee672fa3 feat(ionicons): v1.5.2 upgrade w/ :before pseudo 2014-06-16 14:57:08 -05:00
Andrew Joslin
191428a495 feat(ionicons): upgrade to Ionicons v1.5.1 2014-06-16 18:43:27 +00:00
Adam Bradley
5f1ea5f632 fix(css): reset FirefoxOS default gradients
Closes #1426
2014-06-12 22:35:51 -05:00
Adam Bradley
53c171043e fix(content): scroll=false in sidemenu hides content
Closes #1485
2014-06-12 21:38:54 -05:00
Andrew Joslin
df0521af7b scss(item-floating-label): transition time .2s to .15s 2014-06-12 15:03:52 -06:00
Tim Lancina
050b4f25df feat(itemFloatingLabel): add floating labels: 'item-floating-label' class
Closes #1611
2014-06-12 14:58:28 -06:00
Max Lynch
0e647e77af Holding off on platform tweaks just yet 2014-06-12 13:29:01 -05:00
Andrew Joslin
024f51d38e fix(.slide-in-right): fix leave animation being same as enter
Closes #1610
2014-06-12 08:25:13 -06:00
Max Lynch
ca66444067 Fewer shadows 2014-06-11 17:57:36 -05:00
Max Lynch
f0ff00835f Border not box shadow for iPad transitions 2014-06-11 17:37:52 -05:00
Andrew Joslin
0690cd2801 scss(ios7): revert accidental 7000ms timing on ios7 transition 2014-06-11 16:35:51 -06:00
Max Lynch
6b722e0f2d Border radius 2014-06-11 17:13:56 -05:00
Max Lynch
c30be67f65 feat(platforms): Android and iOS Specific Styles and Transitions 2014-06-11 16:48:53 -05:00
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