[Webkit-unassigned] [Bug 101133] Crash when replacing parts of text inputs with content: url(...)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 2 17:47:46 PDT 2012


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





--- Comment #2 from Elliott Sprehn <esprehn at chromium.org>  2012-11-02 17:49:10 PST ---
I think the trivial fix for this is to override the content property in these cases:

http://code.google.com/searchframe#OAMlx_jo-ck/src/third_party/WebKit/Source/WebCore/html/TextFieldInputType.cpp&exact_package=chromium&q=textfield-decoration-container&type=cs&l=248

we should do

m_container->setInlineStyleProperty(CSSPropertyContent, "none", false);

as I can't fathom why you'd ever actually intend to swap out the entire inside of a text input with a content image.

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