From 547e14396402130368dfa0b744b81e00cb726861 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Tue, 8 Jun 2004 17:53:10 +0000 Subject: Adjust comment about mozilla bug #232057, which was WONTFIXed. 2004-06-08 Christian Persch * embed/mozilla/EphyBrowser.cpp: Adjust comment about mozilla bug #232057, which was WONTFIXed. --- embed/mozilla/EphyBrowser.cpp | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'embed') diff --git a/embed/mozilla/EphyBrowser.cpp b/embed/mozilla/EphyBrowser.cpp index 0205d376e..066532790 100644 --- a/embed/mozilla/EphyBrowser.cpp +++ b/embed/mozilla/EphyBrowser.cpp @@ -769,10 +769,9 @@ nsresult EphyBrowser::GetDocumentHasModifiedForms (nsIDOMDocument *aDomDoc, PRUi inputElement->GetValue (userText); inputElement->GetMaxLength (&max_length); - /* Guard against arguably broken forms where - * defaultText is longer than maxlength - * (userText is cropped, defaultText is not) - * Mozilla bug 232057 + /* There are forms for which defaultValue is longer than + * userValue. Mozilla consider this not a bug [see WONTFIXed + * bug 232057], but we need to check for this here. */ if (defaultText.Length() > (PRUint32)max_length) { -- cgit