[Webkit-unassigned] [Bug 94321] [BlackBerry] Select popup shows blank content when its option tags contain '\' characters

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 21 00:03:27 PDT 2012


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





--- Comment #5 from Sean Wang <xuewen.wang at torchmobile.com.cn>  2012-08-21 00:04:03 PST ---
(From update of attachment 159065)
View in context: https://bugs.webkit.org/attachment.cgi?id=159065&action=review

>> Source/WebKit/blackberry/WebCoreSupport/SelectPopupClient.cpp:86
>> +        source.append("'" + String(labels[i].impl()).replace('\\', "\\\\").replace('\'', "\\'") + "'");
> 
> You had better use PagePopupClient::addJavaScriptString().

This function has not been merged to our development trunk.

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