| Summary: | radio button multiple selection | ||
|---|---|---|---|
| Product: | [Applications] konqueror | Reporter: | Jan Christoph Ebersbach <jceb> |
| Component: | general | Assignee: | Konqueror Bugs <konqueror-bugs-null> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Debian testing | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
Version: (using KDE KDE 3.5.1) Installed from: Debian testing/unstable Packages OS: Linux The following HTML-source allows me to select all radio-buttons. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html> <head> <title>SurveyCreator: show</title> <link href="/stylesheets/scaffold.css" media="screen" rel="Stylesheet" type="text/css" /> </head> <body> <ul id="nav_bar"> <li><a id="back" class="nav_item" href="http://localhost:3000/survey_creator/list">zurück</a></li> <li><a href="/survey_creator/list" class="nav_item">Übersicht</a></li> <li><a href="/user/logout" class="nav_item" id="logout">Abmelden</a></li> </ul> <div id="content"> <h1>Vorschau Umfrage: 'Schöne Umfrage'</h1> <h2 style="display:inline">Eine schöne Frage?</h2> <a href="/survey_creator/edit_question/2?survey=1" class="button">Bearbeiten</a> <p> <input id="question_answer_2_r_answer_text_tag_value4" name="question[answer_2_r_answer_text]" type="radio" value="tag_value4" /> Ja </p> <p> <input id="question_answer_2_r_answer_text_tag_value5" name="question[answer_2_r_answer_text]" type="radio" value="tag_value5" /> Nein </p> <a href="/survey_creator/edit/1" class="button">Bearbeite Umfrage</a> </div> </body> </html>