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

Posts & Pages: Defects #21900

Closed
17 of 27 tasks
kean opened this issue Oct 26, 2023 · 2 comments
Closed
17 of 27 tasks

Posts & Pages: Defects #21900

kean opened this issue Oct 26, 2023 · 2 comments

Comments

@kean
Copy link
Contributor

kean commented Oct 26, 2023

Existing

  • The app crashes due to incorrect table view implementation in WPTableViewHandler [PostListViewController] NSInternalInconsistencyException: Invalid update: invalid number of rows in section 0. The number of rows contained in an existing ... #21298
  • Table view deselects the selected posts on didSelect instead of on willAppear when returning from the details screen
  • When you add a new page, the Published list doesn't update automatically
  • When you tap on a trashed post, the cell highlights (not OK) and nothing happens (OK)
  • When you open a post for editing the tapped cells changes layout and show "has local changes" before you even make any changes
  • The My Site tab becomes unresponsive if you cancel search by tapping on the My Site tab (production issue)
  • The title line limit for posts is unlimited in snackbars
  • Some actions do nothing if reachability reports "not reachable" as a false positive
  • Snackbar when post is deleted/trashed does not change for posts vs pages and trashed vs deleted
  • When you delete and restore a post, the edited date is not restored and still matched the date the post was trashed
  • When you move Published post to "Draft", it shows "Publish" action
  • 404 on "View" action in Trashed section Bug: Page not found when trying to view trashed post #14428
  • Excerpts display empty lines resulting in visually incorrect cell line height (Posts & Pages: Normalize newlines #21980)

Web parity

New / Regressions

Enhancements

@kean
Copy link
Contributor Author

kean commented Nov 9, 2023

Posts and Pages (entities) get updated and force the update of the cell even if nothing changes on the backend, forcing the cells to reload and deactivating the selected swipe actions, context menus

This actually only affects the swipe actions, so I'd say it's OK to ship with this known defect. There doesn't to be appear any super quick fixes.

@kean
Copy link
Contributor Author

kean commented Nov 9, 2023

I'm going to close this since there are no more regressions or known issues in the new code. Any new issues found will be tracked separately.

@kean kean closed this as completed Nov 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant