Opened 5 years ago
Last modified 5 years ago
#46642 new defect (bug)
Comment form content textarea shouldn't be a required field
Reported by: | bckelley | Owned by: | |
---|---|---|---|
Milestone: | Awaiting Review | Priority: | normal |
Severity: | major | Version: | 5.1 |
Component: | Comments | Keywords: | has-patch 2nd-opinion |
Focuses: | Cc: |
Description
there's a note on the top of the comment form that states: " Required fields are marked " and the comment <textarea> is marked required but not marked with an "*"
Attachments (3)
Change History (5)
Note: See
TracTickets for help on using
tickets.
@bckelley, Good catch. It's core software bug for comment form.
Default comment form textarea(comment) field is not required field to submit any comments so we needs to remove that attribute from comment textarea field to fix this issue.
Also added 2nd-opinion for core developer feedback.