Opened 2 years ago
Closed 2 years ago
#746 closed defect (fixed)
Cancel creation of post then edit blank post
| Reported by: | johnny5 | Owned by: | daniloercoli |
|---|---|---|---|
| Priority: | major | Milestone: | 2.7 |
| Component: | Posts | Version: | |
| Keywords: | Cc: |
Description
On iPad, horizontal:
1) Write a new post on a blog
2) Click cancel
3) Right side is now a blank post
4) Click edit
5) Crash
Same happens if I delete a post - a blank post is shown on the right. If I click edit, it crashes
0x34a82488 in objc_exception_throw 0x3587a7c8 in +[NSException raise:format:arguments:] 0x3587a802 in +[NSException raise:format:] 0x357fe5ae in -[__NSCFDictionary setObject:forKey:] 0x0008ea38 in -[PostMediaViewController checkVideoEnabled] at PostMediaViewController.m:1132 0x3116c198 in -[NSThread main] 0x31165248 in __NSThread__main__ 0x30d7d88c in _pthread_start
This is the line in PostMediaViewController? that crashes:
[xmlrpcParams setObject:self.postDetailViewController.apost.blog.xmlrpc forKey:kURL];
Change History (4)
comment:1 Changed 2 years ago by daniloercoli
- Owner set to daniloercoli
- Status changed from new to assigned
comment:2 Changed 2 years ago by daniloercoli
- Resolution set to fixed
- Status changed from assigned to closed
comment:3 Changed 2 years ago by johnny5
- Resolution fixed deleted
- Status changed from closed to reopened
[1679] fixes the problem for posts, but the problem also exists for pages
comment:4 Changed 2 years ago by daniloercoli
- Resolution set to fixed
- Status changed from reopened to closed
fixed for pages in [1684]
Note: See
TracTickets for help on using
tickets.

fixed in [1679]