Closed
Bug 796837
Opened 13 years ago
Closed 13 years ago
Style the question reply field like the rest of the textareas
Categories
(support.mozilla.org :: Questions, task, P3)
support.mozilla.org
Questions
Tracking
(Not tracked)
RESOLVED
FIXED
2012Q4
People
(Reporter: bram, Assigned: rrosario)
Details
(Whiteboard: u=user c=questions p=1 s=2012.19)
My mockup shows a question reply textarea that’s composed of a white background with no border. This caused a usability problem because it has low affordance.
This means that, even though we already write “Post a Reply” above, and “Enter your reply here” inside, the reply textarea itself doesn’t look like a textarea, so it might not be obvious enough for users that he should click it and then type a response.
The fix is to make the textarea look like a standard textarea used elsewhere on SUMO.
.answers #question-reply textarea {
/* erase every other properties, except for the two below */
margin-top: 10px;
width: 510px;
}
David, this is a fix for your comment on bug 762255 comment 190. Thank you for bringing it up. It is something that I had overlooked.
| Assignee | ||
Updated•13 years ago
|
Component: Forum → Questions
Whiteboard: u=user c= p= → u=user c=questions p=1
Target Milestone: --- → 2012Q4
Updated•13 years ago
|
Priority: -- → P3
| Assignee | ||
Updated•13 years ago
|
Assignee: nobody → rrosario
| Assignee | ||
Comment 1•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Comment 2•13 years ago
|
||
Adding s= sprint information to whiteboard.
Whiteboard: u=user c=questions p=1 → u=user c=questions p=1 s=2012.19
You need to log in
before you can comment on or make changes to this bug.
Description
•