#7438 closed defect (bug) (fixed)
New Member input box looks visually like a label on group edit page
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 2.8 | Priority: | normal |
| Severity: | normal | Version: | 2.7.2 |
| Component: | Groups | Keywords: | has-patch commit has-screenshots |
| Cc: | ankitgupta.sqa@… |
Description
On group edit page we have an input box with placeholder text for adding new member but this box seems simple text/label due to no border on input box.
If we add 1px border, It increases accessibility for user point of view.
Attachments (5)
Change History (14)
#1
@
9 years ago
- Summary changed from Input box looks label on group edit page to Input box looks like a label on group edit page
#2
@
9 years ago
- Keywords commit added
- Milestone changed from Awaiting Review to 2.8
- Owner set to mercime
- Status changed from new to assigned
- Summary changed from Input box looks like a label on group edit page to Input box looks label on group edit page
Looks like a no-brainer. Thanks for the patch @Ankit K Gupta
#3
@
9 years ago
Thanks, @DJPaul for accepting the patch and quick response.
Response in only 26 seconds. Awesome!
#5
@
9 years ago
- Summary changed from Input box looks label on group edit page to New Member input box looks visually like a label on group edit page
#6
@
9 years ago
Thank you @ankit-k-gupta :) Attaching new patch with screenshot:
- adds a missing
type="text"to thatinputbox and in effect inherits the:focusstyles of wp-admin stylesheet - remove
max-widthfrominputbox and adds top margin for equidistant margins around it
Version 0, edited 9 years ago
by
(next)
Note: See
TracTickets for help on using
tickets.
added patch