Forums

[resolved] twenty eleven - Commentbox textarea resize destroys layout (4 posts)

  1. ixiter
    Member
    Posted 11 months ago #

    Since most miodern browsers suppport the CSS3 resize property for textareas, we always have a problem with textareas.
    By default, the browsers use resize:both;
    That mean you can manually resize a textarea in all directions, by using the resize icon in bottom right corner of a textarea.

    For the commentbox it should be resize:vertical; so that its impossible to resize the width. When we can resize the width, it destroys the layout in the comment box section. Try it out with any other browser than IE.

    This is not a real bug, but it shouldnt be possible for aestethic rersons.

    textarea{resize:vertical;} /* Thats it */

  2. Jane Wells
    Key Master
    Posted 11 months ago #

    Have passed this on to the Twenty Eleven devs.

  3. Ian Stewart
    Theme Wrangler
    Posted 11 months ago #

    Thanks for letting us know about this one, ixiter. I've submitted a patch for it here:

    http://core.trac.wordpress.org/ticket/17947

  4. Jane Wells
    Key Master
    Posted 11 months ago #

    Cool, going to mark this thread resolved then since there's a patch.

Reply

You must log in to post.

About this Topic