Opened 15 years ago
Closed 15 years ago
#12551 closed defect (bug) (fixed)
Link Relationship (XFN) link_rel text field entry blocked
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 3.0 | Priority: | low |
Severity: | minor | Version: | 2.9.2 |
Component: | JavaScript | Keywords: | xfn link_rel rel link has-patch |
Focuses: | Cc: |
Description
The "rel" input field (link_rel) alone denotes the possibility of user defined text entry. But any kind of entry appears to be impossible, there is some sort of JS that blocks any kind of manual text entry into this box (a user is unable to type something in the input field). I've tested this on IE, FF, and Chrome ... all same results, its definitely something with wordpress.
Attachments (1)
Change History (5)
#1
@
15 years ago
- Component changed from UI to JavaScript
- Milestone changed from 2.9.3 to 3.0
- Owner set to azaozz
- Priority changed from high to low
- Severity changed from major to minor
Note: See
TracTickets for help on using
tickets.
The field is designed to be populated by the various helper inputs below it.
We should probably simply make it readonly=readonly when JS, that way it doesn't allow you to type into it at all.