[Webkit-unassigned] [Bug 59053] REGRESSION (r??????): Typing in WSJ.com search field doesn't clear placeholder text

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 21 10:08:59 PDT 2011


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


Dimitri Glazkov (Google) <dglazkov at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|REGRESSION (r84039): Typing |REGRESSION (r??????):
                   |in WSJ.com search field     |Typing in WSJ.com search
                   |doesn't clear placeholder   |field doesn't clear
                   |text                        |placeholder text




--- Comment #6 from Dimitri Glazkov (Google) <dglazkov at chromium.org>  2011-04-21 10:08:59 PST ---
I think this bug has more to do with the racing in loading of scripts. According to the code in http://sj.wsj.net/djscript/bucket/NA_WSJ/page/0_0_WH_0001_public/provided/j_global_slim/version/20110419230428.js:

1) focus event triggers loading of http://s.wsj.net/djscript/j_networkHat-201134.js
2) when the script is loaded, a function "searchFieldOnFocus" from this script is called
3) the function clears the value of the input.

Since I can't reproduce the bug in Chromium or WebKit nightly, I can't tell exactly where this chain breaks down, but it's definitely not the r84039.

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