[wp-trac] [WordPress Trac] #32259: Quick Edit: password field disabled for non private posts
WordPress Trac
noreply at wordpress.org
Tue May 5 20:25:33 UTC 2015
#32259: Quick Edit: password field disabled for non private posts
-----------------------------+-----------------------------
Reporter: afercia | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Quick/Bulk Edit | Version: 4.2
Severity: normal | Keywords:
Focuses: ui, javascript |
-----------------------------+-----------------------------
Edge case but can break your work flow. To reproduce:
- "Quick Edit" a private post
- the password field is correctly disabled
- edit something and save or just Cancel
- now "Quick Edit" a non-private post
- the password field is still disabled
See screenshot below. You have to check the "Private" checkbox and then
un-check it to re-enable the Password field.
The Quick Edit form is cloned and then populated with specific Post data
via JavaScript so in the first step the password field gets a "disabled"
attribute. But then the disabled attribute should be updated accordingly
with the "private" status of following Posts being edited.
[[Image(https://cldup.com/Tq38RTgAQi.png)]]
--
Ticket URL: <https://core.trac.wordpress.org/ticket/32259>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list