[Webkit-unassigned] [Bug 57290] Make validation message bubble testable

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 29 19:28:21 PDT 2011


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





--- Comment #3 from Kent Tamura <tkent at chromium.org>  2011-03-29 19:28:21 PST ---
(From update of attachment 87451)
View in context: https://bugs.webkit.org/attachment.cgi?id=87451&action=review

>> Source/WebCore/html/ValidationMessage.cpp:103
>> +    }
> 
> Why do we need the concept of magnification? Can it just be N seconds or indefinite switch?

"Just N seconds" won't work well because a page author can specify very long validation messages and a user might be unable to read it in N seconds.

I was not confident that length() / 20.0 in the original code was always reasonable in any language and I'd like to provide a way to configure the magnification. But the indefinite switch may be enough.

-- 
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