[Webkit-unassigned] [Bug 9600] New: native <select> control should allow basic font-style changes allowed by NSMenu
bugzilla-daemon at opendarwin.org
bugzilla-daemon at opendarwin.org
Mon Jun 26 04:48:09 PDT 2006
http://bugzilla.opendarwin.org/show_bug.cgi?id=9600
Summary: native <select> control should allow basic font-style
changes allowed by NSMenu
Product: WebKit
Version: 420+ (nightly)
Platform: Macintosh
OS/Version: Mac OS X 10.4
Status: NEW
Severity: enhancement
Priority: P3
Component: Forms
AssignedTo: webkit-unassigned at opendarwin.org
ReportedBy: timothy at hatcher.name
CC: adele at apple.com
The new select control should allow font styles and decorations (like font
size, color, bold, italic and underline) in the popup menu. This would allow
for more rich content and let developers leverage this control more. You could
allow mixed images and background colors also.
NSMenu allows all of this now by accepting attributed strings for the
NSMenuItem titles.
Here is an example:
<select>
<option><b>Cool Option</b></option>
<option style="font-size: 14px; font-weight: bold; color: red">Test
<em>Option</em></option>
</select>
See bug 9599 for a simplier request to just allow icons.
--
Configure bugmail: http://bugzilla.opendarwin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list