[Webkit-unassigned] [Bug 7691] REGRESSION: imdb.com search button looks wrong because "Submit" is drawn

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Sun Mar 12 22:00:32 PST 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=7691


darin at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|Layout and Rendering        |HTML Forms
           Keywords|                            |EasyFix
            Summary|Regression: Button rendering|REGRESSION: imdb.com search
                   |at imdb.com                 |button looks wrong because
                   |                            |"Submit" is drawn




------- Comment #4 from darin at apple.com  2006-03-12 22:00 PDT -------
The difference from Firefox seems to be that we display "Submit" rather than an
empty string. Perhaps the fix is to supply "Submit" only when there is no value
specified. If so, this can be fixed by simply changing
HTMLInputElementImpl::valueWithDefault to supply the default only if isNull
rather than isEmpty. The key would be finding test cases.


-- 
Configure bugmail: http://bugzilla.opendarwin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list