Opened 15 years ago
Closed 15 years ago
#5816 closed defect (bug) (fixed)
Long titles break edit permalink box
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 2.5 | Priority: | normal |
Severity: | normal | Version: | 2.5 |
Component: | General | Keywords: | permalink |
Focuses: | Cc: |
Description
Edit a post with a long title. Click the permalink Edit button. Ellipses are present in the middle of the slug. Press Save without changing the slug. The permalink is now -1.
Attachments (2)
Change History (7)
Note: See
TracTickets for help on using
tickets.
Actually the problem wasn't in long titles, the same happened with short ones too :-) The ajax request didn't have a proper nonce, that's why the
-1
appeared.