CraigBryan / meeto-mock

Mock for SEG3125 Project
0 stars 0 forks source link

Mock messages page #6

Open CraigBryan opened 9 years ago

charle692 commented 9 years ago

If anyone knows how to somehow change the send icon back to the attach icon when the input is no longer in focus, I would love to hear it.

DanielMurdoch commented 9 years ago

You can use jquery. There's on focus and off focus for any HTML tag, so you would do onUnFocus change the HTML to a different icon, I'm not at my computer right now but I can do it later if you point out what you want. On 29 Mar 2015 22:08, "charle692" notifications@github.com wrote:

If anyone knows how to somehow change the send icon back to the attach icon when the input is no longer in focus, I would love to hear it.

— Reply to this email directly or view it on GitHub https://github.com/CraigBryan/meeto-mock/issues/6#issuecomment-87513589.

charle692 commented 9 years ago

mm ok was looking for an offFocus but couldn't find it will look at it now.

DanielMurdoch commented 9 years ago

There's totally one in jquery, for inputs for sure. On 29 Mar 2015 22:12, "charle692" notifications@github.com wrote:

mm ok was looking for an offFocus but couldn't find it will look at it now.

— Reply to this email directly or view it on GitHub https://github.com/CraigBryan/meeto-mock/issues/6#issuecomment-87513847.

CraigBryan commented 9 years ago

Try blur(). https://api.jquery.com/blur/

charle692 commented 9 years ago

ok figured it out.

CraigBryan commented 9 years ago

Two things:

Not all the messages have a date/time stamp. Is this intentional?

Also, I think the message bubbles would look nicer if the edges were rounded.