Opened 18 years ago
Closed 17 years ago
#7733 closed defect (bug) (fixed)
Autosave Shows Incorrect Permalink Generation
| Reported by: | DeltaTee | Owned by: | azaozz |
|---|---|---|---|
| Priority: | low | Milestone: | 2.9 |
| Component: | JavaScript | Version: | 2.6.1 |
| Severity: | minor | Keywords: | needs-patch |
| Cc: | Focuses: |
Description
When writing a new post, the permalink is shown based on the title of the first autosave (instead of first save). The permalink is correctly set upon first save, but this behavior can be confusing as the permalink appears to change on the first save.
I believe this first appeared with autosave in version 2.6. It still exists in version 2.6.2 (not available in the version drop down).
To reproduce this:
- Create a new post
- Enter some body text
- Wait for the autosave
- Note that the permalink is shown to be the post number
- Enter a title
- Note the permalink does not change
- Save the post
- Note that the permalink has been updated to reflect the title.
Change History (6)
#1
@
17 years ago
- Component General → JavaScript
- Keywords needs-patch added
- Milestone → 2.8
- Owner changed from to
- Priority normal → low
- Severity normal → minor
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
If I understand correctly, you want the permalink field to update live after a user edits the title field, before clicking save?
What should the exceptions be? What happens if a user edits the permalink field and then edits the title all before saving the first time? Shouldn't the permalink abide by the user's manual edit?