[Webkit-unassigned] [Bug 9742] REGRESSION: WebKit hangs when loading <http://www.vtbook.com>

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Thu Jul 13 19:17:51 PDT 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=9742





------- Comment #13 from ddkilzer at kilzer.net  2006-07-13 19:17 PDT -------
(In reply to comment #12)
> As far as I can see the only use of getNumber(double& v) is in WebCore from
> JSHTMLOptionsCollection::setLength.  Making this change causes a regression in
> the behaviour of setLength -- when called with boolean true as its argument, it
> incorrectly truncates the length of the options collection to zero rather than
> one.   For this reason, I think the change to getNumber is not required.

The JSHTMLOptionsCollection::setLength method originally called
value->isNumber() before it called value->getNumber() (see Bug 9179 Comment
#17).  Does it need to be changed back (if it's the only reason this change
can't be made)?


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