Bug 76279 - [Gtk] Input text field not repainted when value is changed
Summary: [Gtk] Input text field not repainted when value is changed
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Linux
: P2 Normal
Assignee: Martin Robinson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-13 08:54 PST by Nicklas Sandgren
Modified: 2012-01-17 08:03 PST (History)
4 users (show)

See Also:


Attachments
simple page to trigger bug (397 bytes, text/html)
2012-01-13 08:56 PST, Nicklas Sandgren
no flags Details
Patch (2.04 KB, patch)
2012-01-16 15:05 PST, Martin Robinson
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Nicklas Sandgren 2012-01-13 08:54:52 PST
Viewing attached page with GtkLauncher. Pressing the button will append a "1" to the input text field, but
the new characters wont show unless you do something more, like clicking outside the GtkLauncher window or hover the input field.

This problem does not occur in the qt port (using QtTestBrowser), there the "1"'s appear as expected when you click the button.

Building and running on 64bit Ubuntu 11.10.
Comment 1 Nicklas Sandgren 2012-01-13 08:56:29 PST
Created attachment 122435 [details]
simple page to trigger bug
Comment 2 Martin Robinson 2012-01-16 15:05:59 PST
Created attachment 122686 [details]
Patch
Comment 3 Martin Robinson 2012-01-16 15:06:55 PST
Thanks for reducing this bug! It's reponsible for a lot of *really bad* redraw issues.
Comment 4 Gustavo Noronha (kov) 2012-01-17 03:44:12 PST
Comment on attachment 122686 [details]
Patch

Makes sense =D
Comment 5 WebKit Review Bot 2012-01-17 08:03:28 PST
Comment on attachment 122686 [details]
Patch

Clearing flags on attachment: 122686

Committed r105161: <http://trac.webkit.org/changeset/105161>
Comment 6 WebKit Review Bot 2012-01-17 08:03:33 PST
All reviewed patches have been landed.  Closing bug.