Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Item: sliding item issues with borders #7081

Closed
brandyscarney opened this issue Jun 27, 2016 · 0 comments
Closed

Item: sliding item issues with borders #7081

brandyscarney opened this issue Jun 27, 2016 · 0 comments
Assignees

Comments

@brandyscarney
Copy link
Member

  1. When dragging a sliding item with no border, it shows a border during drag.
  2. When dragging a sliding item with a border, there is a short gap where no border is seen before the border shows again.

Item without border:

<ion-item-group>
  <ion-item-divider sticky>
    Divider
  </ion-item-divider>

  <ion-item-sliding>
    <button ion-item>
      Item
    </button>
    <ion-item-options>
      <button favorite>
        Favorite
      </button>
    </ion-item-options>
  </ion-item-sliding>
</ion-item-group>

screen shot 2016-06-27 at 1 00 24 pm

Item with border (http://localhost:8000/dist/e2e/item/sliding/):

<ion-item-sliding>
  <ion-item>
    <h3>Item</h3>
  </ion-item>
  <ion-item-options>
    <button primary>Archive</button>
  </ion-item-options>
</ion-item-sliding>

http://g.recordit.co/ky6FbXEMKc.gif

Which Ionic Version? 1.x or 2.x

2.0 beta 9 (master)

@ionitron-bot ionitron-bot bot locked and limited conversation to collaborators Sep 8, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants