Opened 17 years ago
Closed 17 years ago
#6209 closed defect (bug) (fixed)
Adding a category crashes the editor
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 2.5 | Priority: | highest omg bbq |
Severity: | blocker | Version: | 2.5 |
Component: | Administration | Keywords: | js has-patch needs-testing |
Focuses: | Cc: |
Description (last modified by )
Procedure to reproduce using Camino on a Mac:
- Create a post, assign it the "test" tag
- Publish the post
- Edit the post, assign it a newly created "Test" category
- The save button no longer responds
- Upon browsing back to the editor, the category "test" (lowercase) got created but isn't assigned to the post
I more or less recall noticing a similar bug in WP 2.3, using FF on Windows. It likely applies to FF on Linux and to IE as well, since a workflow issue is arguably underneath.
Attachments (3)
Change History (17)
#1
@
17 years ago
- Component changed from Administration to TinyMCE
- Description modified (diff)
- Priority changed from normal to high
#2
follow-up:
↓ 4
@
17 years ago
Sorry about that! I was assuming that, upon selecting version 2.5, the fact I was testing trunk was obvious. ;-)
It's still occurring this morning by the way (rev 7283).
#4
in reply to:
↑ 2
@
17 years ago
Replying to Denis-de-Bernardy:
Sorry about that! I was assuming that, upon selecting version 2.5, the fact I was testing trunk was obvious. ;-)
Trunk is a rapidly moving target, including the revision is always desirable.
#5
@
17 years ago
I can confirm this error occurs with FF 2.0.0.11 on Windows Server 2K3 and WP build 7326. My gut says that it may be an issue related to how the form tag is nested, or perhaps JS?
#6
@
17 years ago
Tested with r7379 on FF2 and Safari 3.1...
If you write a new post and add it to a new category, the Save and Publish buttons do not respond. Similarly if you write a new link and add a new category to it, the Save button does not respond.
#7
@
17 years ago
- Priority changed from high to highest omg bbq
- Severity changed from major to blocker
#8
@
17 years ago
Can confirm this happens with 2.5-RC1 with "use the visual editor when writing" checked and with this browser:
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.12) Gecko/20080201 Firefox/2.0.0.12
#9
@
17 years ago
- Owner changed from anonymous to mdawaffe
- Status changed from new to assigned
This may have been caused by [7262]. Investigating now.
#10
@
17 years ago
- Component changed from TinyMCE to Administration
- Keywords js added
6209.diff
Confirmed this was caused by over-aggressive form validation from [7262]. Attached makes form validation opt-in with .validate
class.
Denis-de-Bernardy, please, please include the version / subversion revision you are using. Thank you!