CiscoDevNet / finesse-sample-code

Sample Gadgets and code for use with Finesse
MIT License
82 stars 32 forks source link

Typing text box shrinks after posting #Important message #2

Closed theschwartz42 closed 8 years ago

theschwartz42 commented 8 years ago

Seeing a minor issue that only occurs after you send an Important message where the text box shrinks to a small width. The only fix seems to be to reload the page, tab changes don't help.

screen shot 2016-10-01 at 1 28 28 am
dekwan commented 8 years ago

Hm. I must not have merged the code changes correctly before posting. In _postData, change $('#msg').removeClass(className); to $('#msg').removeClass("myinputimp");

Thanks for the catch. Will fix v1.1.

theschwartz42 commented 8 years ago

That fixed it, thanks again