[Webkit-unassigned] [Bug 106234] Setting font style crashes wxWebKit with jQuery Mobile

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 7 11:12:18 PST 2013


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





--- Comment #1 from George Henne <gh at nsbasic.com>  2013-01-07 11:14:14 PST ---
The HTML can actually be made shorter - only jQuery is needed:

<!DOCTYPE HTML>
<html>
<head>

<style type="text/css"> 
@font-face {font-family: xxx; src: url('xxx.ttf');}
</style>
</head>

<body>
<input type=text style="font-family:xxx;" value="This is xxx Font." />
</body>
</html>

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