[Webkit-unassigned] [Bug 8445] New: -[DOMHTMLSelectElement multiple] returns no when the select element is multiple
bugzilla-daemon at opendarwin.org
bugzilla-daemon at opendarwin.org
Mon Apr 17 12:14:14 PDT 2006
http://bugzilla.opendarwin.org/show_bug.cgi?id=8445
Summary: -[DOMHTMLSelectElement multiple] returns no when the
select element is multiple
Product: WebKit
Version: 420+ (nightly)
Platform: Macintosh
OS/Version: Mac OS X 10.4
Status: NEW
Severity: normal
Priority: P2
Component: HTML DOM
AssignedTo: webkit-unassigned at opendarwin.org
ReportedBy: rachael at omnigroup.com
- (BOOL)multiple
{
return ![self _selectElement]->multiple();
}
seems like a call to 'multiple' should return YES if it's multiple and not vice
versa.
--
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