NJIT-SIG-WEBDEV / Trans-Send

A chat application that translates messages to English in real time. Made 4 Hackathon Fall 2016
0 stars 0 forks source link

Bottom Message Hidden by Chat Form #11

Open Orion751 opened 8 years ago

Orion751 commented 8 years ago

When the chat thread's size gets to the point where scrolling is required, it successfully scrolls to the bottom but the chat form hides half of the last message.

AliKalkandelen commented 8 years ago

Ill take a look at it and make sure everything is still working as usual. This is why unit testing is so important.

On Sat, Nov 12, 2016 at 12:00 PM, Dan Pevny notifications@github.com wrote:

When the chat thread's size gets to the point where scrolling is required, it successfully scrolls to the bottom but the chat form hides half of the last message.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/NJIT-SIG-WEBDEV/chat-translation/issues/11, or mute the thread https://github.com/notifications/unsubscribe-auth/AIP0ZHHP4wjQ8zydNK9LmFKkYbGQkHlMks5q9fCvgaJpZM4Kwd2i .

-"I would love to change the world, but they won't give me the source code"

AliKalkandelen commented 8 years ago

I just cloned on my work computer and and the auto message feature is not working. The last message gets hidden behind the input bar. We need to keep the list of messages and the input field in seperate divs so they dont overlap each other.