From: Mike B. <gar...@ya...> - 2002-10-11 19:09:00
|
> It appears that javascript support for the onlick event handler of an > input element of type "radio" has not been implemented in the latest > CVS sources. Right. > Assuming this is correct, I propose to add a click method to > com.gargoylesoftware.htmlunit.html.HtmlRadioButtonInput that is > similar to the click method on > com.gargoylesoftware.htmlunit.html.HtmlAnchor. Is this the > correct path to take? Actually, no. This is one of those strange places where it's actually easier for me to just implement it than it is to explain it so it's now in cvs. There is a protected click() method in the superclass. All that was needed in HtmlRadioButtonInput was a public click method that called the superclass. The fact that it wasn't done before was just an oversight on my part. It's all checked in now. -- Mike Bowler Principal, Gargoyle Software Inc. Voice: (416) 822-0973 | Email : mb...@Ga... Fax : (416) 822-0975 | Website: http://www.GargoyleSoftware.com ______________________________________________________________________ Post your free ad now! http://personals.yahoo.ca |