From: <Mik...@su...> - 2002-10-11 19:29:22
|
Heh. That's a lot simpler than my implementation. I didn't think to look at the superclass. Duh. I'll grab your sources. Thanks. Mike Bowler <gar...@ya...> To: htm...@li... Sent by: cc: htm...@li...urc Subject: [HtmlUnit] re: HtmlRadioButtonInput eforge.net 10/11/2002 02:08 PM Please respond to mbowler > 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 ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ HtmlUnit-develop mailing list Htm...@li... https://lists.sourceforge.net/lists/listinfo/htmlunit-develop |