cballou / Turntable.FM-Squared

TT.FM Squared is both a Chrome extension as well as a Firefox Greasemonkey script for drastically improving the UI and functionality of Turntable.FM.
16 stars 3 forks source link

Chat window wrap issues #5

Closed Xenocide122 closed 12 years ago

Xenocide122 commented 12 years ago

When chatting (even with a widescreen) the chat window gets pushed over to the left and gets stuck there until i click in the empty text box and drag to the left.

cballou commented 12 years ago

Thanks Xen. To clarify, is this only occuring after you have typed a long message that extends beyond the text width, or does it begin that way?

I've seen something similar happen if I type a long message that extends beyond the chat message input length (due to excessive padding extending beyond the parent container). If that's the problem, I think it'll be a fairly quick fix.

Xenocide122 commented 12 years ago

Yea looks like i am having the same issue... only happens when i type a long message that extends beyond the text width.

cballou commented 12 years ago

Should be fixed. Switched the box model on the input so it's 100% width minus padding and borders instead of the usual box model.