Closed
Bug 1137188
Opened 10 years ago
Closed 10 years ago
"Write your message" field and send button
Categories
(support.mozilla.org :: BuddyUp, defect)
support.mozilla.org
BuddyUp
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: rik, Assigned: rehandalal+mozilla)
References
Details
(Whiteboard: p=1 s=bu.2015.5 [blocker] [UI])
Attachments
(1 file)
Page 13
Updated•10 years ago
|
Whiteboard: p=1 [blocker] → p=1 [blocker] [UI]
Updated•10 years ago
|
Whiteboard: p=1 [blocker] [UI] → p=1 s=bu.2015.5 [blocker] [UI]
Reporter | ||
Comment 1•10 years ago
|
||
From bug 1137226 comment 2, we can look at page 18 and 22 of the 1.4 spec (https://bugzilla.mozilla.org/attachment.cgi?id=8577155)
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → rdalal
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•10 years ago
|
||
Attachment #8581865 -
Flags: review?(anthony)
Reporter | ||
Comment 3•10 years ago
|
||
Comment on attachment 8581865 [details] [review]
https://github.com/mozilla/buddyup/pull/124
Code looks ok but I intended this bug to also take care of the send button style which it is not yet.
Attachment #8581865 -
Flags: review?(anthony)
Reporter | ||
Comment 4•10 years ago
|
||
Rehan: The border for the top of the field and the button will also be needed when we display the "sign in" button. I'm working on the button in bug 1137202 but I won't include the border since it should be the container of the field and "sign in" button that should have this style I believe.
Reporter | ||
Comment 5•10 years ago
|
||
Note for review: We should pay attention if it fixes bug 1137105.
Assignee | ||
Updated•10 years ago
|
Attachment #8581865 -
Flags: review?(anthony)
Reporter | ||
Comment 7•10 years ago
|
||
Comment on attachment 8581865 [details] [review]
https://github.com/mozilla/buddyup/pull/124
I see several issues with this:
- Button icon is too small, we should bump the font-size.
- The button icon shouldn't be vertically centred. That makes it move upwards when the text expands.
- Instead of overriding building blocks, we should do <a href=""> and have less problems.
- Comment 4 was not addressed.
- There is a weird shadow at the top of the textarea added by the system. background: none fixes it.
- The bottom of the placeholder text in the field is cutoff. We should a min-height.
Attachment #8581865 -
Flags: review?(anthony) → review-
Assignee | ||
Updated•10 years ago
|
Attachment #8581865 -
Flags: review- → review?(anthony)
Reporter | ||
Comment 8•10 years ago
|
||
Comment on attachment 8581865 [details] [review]
https://github.com/mozilla/buddyup/pull/124
r+ with the margin/padding change.
Attachment #8581865 -
Flags: review?(anthony) → review+
Assignee | ||
Updated•10 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Flags: needinfo?(hcondei)
Flags: needinfo?(cmpahar)
Resolution: --- → FIXED
Updated•10 years ago
|
Status: RESOLVED → VERIFIED
Flags: needinfo?(cmpahar)
You need to log in
before you can comment on or make changes to this bug.
Description
•