Version: 3.2.3 (using KDE KDE 3.2.3) Installed from: Gentoo Packages Compiler: gcc 3.3.2 OS: Linux In the following html file, the behavior of the radio button is not correct (you can select all the radio buttons simultaneously, but you can unselect), if you put <form> </form> tags it works correctly. <html> <input type="radio" name="radio1"><input type="radio" name="radio1"><input type="radio" name="radio1" checked> </html>
Created attachment 9742 [details] The test case
*** Bug 103847 has been marked as a duplicate of this bug. ***
*** Bug 122479 has been marked as a duplicate of this bug. ***
This bug is still happening on konqueror 3.5.8. Can someone please change the component to 'khtml forms'? Seems that no one is paying attention to this.
SVN commit 887724 by orlovich: Fix radio button grouping outside forms BUG:89363 M +17 -2 html_formimpl.cpp M +6 -0 html_miscimpl.cpp M +1 -0 html_miscimpl.h WebSVN link: http://websvn.kde.org/?view=rev&revision=887724