[Webkit-unassigned] [Bug 50077] New: Fix rendering of speech button when setting the attribute dynamically.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 25 06:56:13 PST 2010


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

           Summary: Fix rendering of speech button when setting the
                    attribute dynamically.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Forms
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: satish at chromium.org


Setting the 'x-webkit-speech' attribute on an input field dynamically (via setAttribute or other means) was causing the speech/mic button to show up at the wrong position. This patch fixes that by explicitly reinitializing the rendering components when the attribute is changed at runtime.

I have added this case to one of the existing pixel tests. This will cause the tests to fail in chromium and I'll submit new baseline images once the change propagates to the chromium canary bots.

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