Revert of Textarea resize-able only to larger; min-height and min-width...
Revert of Textarea resize-able only to larger; min-height and min-width properly set (https://codereview.chromium.org/239983004/) Reason for revert: Regression for RTL textareas. Original issue's description: > Textarea resize-able only to larger; min-height and min-width properly set > > Textarea does not respect the min-height and min-width property when they are > set by user. When textarea min-height and min-width is set by the user and > if we resize textarea it will only resize to value larger than the width and > heght of textarea and not with value smaller than it's width and height. It > assumes width and height as min-width and min height and does not take into > account the actual min-width and min-height set by user. This patch removes > this bug by initializing the setMinimumSizeForResizing value with min-width > and min-height. > > BUG=94583 > > Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=173269 BUG=94583,371743 TBR=harpreet.sk@samsung.com, chaffraix@chromium.org Review URL: https://codereview.chromium.org/336143002 git-svn-id: svn://svn.chromium.org/blink/trunk@176170 bbb929c8-8fbe-4397-9dbb-9b2b20218538
Showing
Please register or sign in to comment