Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

Bug after posting a very length content

edited December 2010 in Vanilla 2.0 - 2.8
See my post below:

kkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkk

As you see: The content exceeds the response frame.
How to fix this bug?
Tagged:

Comments

  • edited December 2010
    A temporary fix would be to add a file in themes/default called custom.css and inside place the following:

    .Message { word-wrap: break-word; }

    Although this only works in browsers that support css3, the other option is above to have:

    .Message { overflow: auto; }

    However this causes scroll bars which is not as nice.
  • A temporary fix would be to add a file in themes/default called custom.css and inside place the following:

    .Message { word-wrap: break-word; }

    Although this only works in browsers that support css3, the other option is above to have:

    .Message { overflow: auto; }

    However this causes scroll bars which is not as nice.
    That's great, garymardell ! It works very good. My post looks like nice now.
    Thankyou very much. I think Vanilla will fix this bug in the next version.
Sign In or Register to comment.