#11350 closed defect (bug) (fixed)
Post tags (wp-admin/edit-tags.php) doesn't work without JavaScript
Reported by: | holizz | Owned by: | |
---|---|---|---|
Milestone: | 2.9 | Priority: | normal |
Severity: | normal | Version: | 2.9 |
Component: | Accessibility | Keywords: | has-patch |
Focuses: | Cc: |
Description
Given JavaScript is disabled
And I am on the post tags page
Then I fill in "Tag name" with "testing"
And I press "Add Tag"
Then I should see "testing" within the table of tags
Attachments (2)
Change History (11)
#1
@
15 years ago
- Component changed from General to UI
- Keywords needs-patch added
- Milestone changed from Unassigned to 2.9
- Version set to 2.9
#2
@
15 years ago
- Component changed from UI to Accessibility
There should be a non-JS version that triggers a screen refresh when you click the Add Tag button. I just disabled JS on OSX/FF3 to see what happens, and it refreshed the screen on submit but didn't add the new tag to the table. Definitely a bug. Changing component to accessibility because having non-JS methods of performing tasks is an accessibility requirement.
#3
@
15 years ago
- Milestone changed from 2.9 to 3.0
This bug is important to us, but as it isn't the only way to add tags (it's a rather untraditional method), we're not going to hold up the release for it. Can someone step up to tackle this for early 3.0?
#4
@
15 years ago
- Keywords has-patch added; needs-patch removed
- Milestone changed from 3.0 to 2.9
Meant to replace first patch with second.
Easy fix, it was a typo from #10239. That ticket is from the 2.9 dev cycle, which makes this a regression.
Current "correct" behaviour would be for the add tags button to be hidden.
Current expected behaviour is that multiple tags would be seperated with commas within the tags field if JS was unavailable.
(AFAIK)