From cc641d4ffc716ecc084e2a90d8199f603f846d54 Mon Sep 17 00:00:00 2001 From: thatcher Date: Wed, 4 Oct 2006 20:44:29 +0000 Subject: [PATCH] Reviewed by Mitz Pettel! Bug 10708: [Drosera] Make the console input plaintext-only http://bugs.webkit.org/show_bug.cgi?id=10708 Change the console input -webkit-user-modify property to read-write-plaintext-only. * Drosera/console.css: git-svn-id: https://svn.webkit.org/repository/webkit/trunk@16785 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- WebKitTools/ChangeLog | 12 ++++++++++++ WebKitTools/Drosera/console.css | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/WebKitTools/ChangeLog b/WebKitTools/ChangeLog index 0d639c3ac7aa..0ac842227ee0 100644 --- a/WebKitTools/ChangeLog +++ b/WebKitTools/ChangeLog @@ -1,3 +1,15 @@ +2006-10-04 Timothy Hatcher + + Reviewed by Mitz Pettel! + + Bug 10708: [Drosera] Make the console input plaintext-only + http://bugs.webkit.org/show_bug.cgi?id=10708 + + Change the console input -webkit-user-modify property to + read-write-plaintext-only. + + * Drosera/console.css: + 2006-10-04 David Smith Reviewed by Tim H. diff --git a/WebKitTools/Drosera/console.css b/WebKitTools/Drosera/console.css index 1d2f350dc887..eee2839f4e83 100644 --- a/WebKitTools/Drosera/console.css +++ b/WebKitTools/Drosera/console.css @@ -74,7 +74,7 @@ body { margin: 0; padding: 0; overflow: hidden; } left: 0; right: 0; bottom: 0; - -webkit-user-modify: read-write; + -webkit-user-modify: read-write-plaintext-only; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; word-wrap: break-word; -- 2.36.0