rotorgames
114dad8cea
fix(button): fix button overflow causing whole screen to overflow left/right
...
Closes #1780
2014-07-21 07:42:49 -06:00
Jim Cummins
dd3ce2b55d
style(platform.scss): remove nested, unclosed comment
...
This nested unclosed comment breaks autoprefixer's parsing and causes
it to spike to 100% cpu.
No breaking changes in this commit. see diegonetto/generator-ionic#38
Cloes #1807
2014-07-21 07:39:04 -06:00
Andrew
cb36869889
fix(loading): stop resize flicker when showing & changing text
2014-07-18 15:45:29 -06:00
Perry Govier
6b218042c8
fix(sidemen): scroll false causes sidemenu content to disappear. Closes #1485
2014-07-11 16:23:04 -05:00
Perry Govier
79fb1e4941
feat(checkbox): add disabled and emotion styles to ion-checkbox. Closes #1683 and #1509
2014-07-10 17:04:22 -05:00
Perry Govier
bb6976ad54
feat(tab): options 'hidden' attribute for tabs. Closes #1666 , #1673
2014-07-09 17:10:43 -05:00
Andrew
4f10a72306
fix(list): make reorder/delete button animation work well on all devices
2014-07-08 11:32:43 -06:00
Perry Govier
a56e647ba2
fix(select): prevent ion-item text from overlapping select input. Closes #1735
2014-07-08 11:06:46 -05:00
Andrew
ed4f22889e
feat(ionModalView): ion-modal-view to wrap template instead of <div class="modal">
...
Closes #1668 .
`<div class="modal">` will still work, but adding an `<ion-modal-view>`
element to wrap a modal template is a more "Ionic Looking" way of doing
the same thing.
2014-07-07 13:43:12 -06:00
rysi3k
5da1ecd0e2
fix(scrollView): cloned input for keyboard-scroll now matches original
...
Closes #1721
2014-07-07 13:24:09 -06:00
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