-
Notifications
You must be signed in to change notification settings - Fork 13.5k
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
bug: ion-option-button in ion-list strange effect - v.1.0.0 beta 14 #2894
Comments
Haven't had a chance to look into this yet, but can't you just pass the index to the delete function? This would remove the need for the inner loop, which can be a performance hit and might be causing the flickering:
|
@drewrygh This is not the solution. Look this with your code (option buttons is not closed) If I try $scope.delete = function(item) {
$scope.rows.splice($scope.rows.indexOf(item), 1);
$ionicListDelegate.closeOptionButtons();
}; The options are closed but sometimes cause a strange effect (open and close options of another row list) In the old version (beta 13) worked well! |
@drewrygh @mhartington my code pen: http://codepen.io/danicomas/pen/ByWoRP Open in a new browser. Scroll, swipe, and delete an item. Delete some items because sometimes works good. |
Duplicate of #1811 |
ng-class not working when combined with ion-option-button inside ion-item tag. Here is my snippet: HTML:
CSS:
This code should change background color to grey if ion-item having task.status other than Pending or Overdue but it does not. |
Type: bug
Platform: android 4.4 webview
In beta 13 didn't cause this strange effect. Look this video!
https://www.dropbox.com/s/z288muqb8dk8g1g/IMG_0228.MOV?dl=0
Android 4.4.4 Nexus 4.
The text was updated successfully, but these errors were encountered: