[Webkit-unassigned] [Bug 32077] textarea grows when you type

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 18 11:34:36 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=32077


Shinichiro Hamaji <hamaji at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #50892|review?                     |review-
               Flag|                            |




--- Comment #21 from Shinichiro Hamaji <hamaji at chromium.org>  2010-03-18 11:34:36 PST ---
(From update of attachment 50892)
> +
> +description('Check if the height of the textarea does not change even after text is inserted.');

Unnecessary blank line?

> +<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
> +<html>
> +<head>
> +<link rel="stylesheet" href="../../fast/js/resources/js-test-style.css">
> +<script src="../../fast/js/resources/js-test-pre.js"></script>
> +</head>
> +<body>
> +
> +    <div>
> +      <textarea id="target" style="height: 100%;"></textarea> 
> +    </div>
> +    <p>(placeholder for the layout. you can ignore this.)</p><span id="log"></span>
> +
> +<p id="description"></p>
> +<div id="console"></div>
> +<script src="script-tests/textarea-percentage-dimensions.js"></script>

When we use script-tests, the HTML should be generated by TEMPLATE.html. I
didn't notice the textarea-percentage-dimensions.js is referred by multiple
HTMLs... I'm sorry, I think we shouldn't use the script-tests framework in this
change.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list