#1895 closed defect (bug) (fixed)
Frustrating JavaScript Behavior on Permalinks page
Reported by: | filosofo | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 1.6 |
Component: | Administration | Keywords: | Permalinks, Options, JavaScript |
Focuses: | Cc: |
Description
On the Permalinks options page, if the "custom" button isn't checked and you try to type in the "custom structure" field, your changes are undone and focus goes back to whatever button is unchecked. This seems counter-intuitive: it took me a few clicks before I realized what was going on.
Instead, it should automatically check the "custom" check button if a user gives the custom structure field the focus. My two lines of Javascript and one line of PHP in the attached diff patch add that feature.
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
(In [3148]) Radio selection smartness. Props filosofo. fixes #1895