Bug 122479

Summary: radio button multiple selection
Product: [Applications] konqueror Reporter: Jan Christoph Ebersbach <jceb>
Component: generalAssignee: Konqueror Developers <konq-bugs>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Debian testing   
OS: Linux   
Latest Commit: Version Fixed In:

Description Jan Christoph Ebersbach 2006-02-22 13:03:41 UTC
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&uuml;ck</a></li>
      <li><a href="/survey_creator/list" class="nav_item">&Uuml;bersicht</a></li>
      <li><a href="/user/logout" class="nav_item" id="logout">Abmelden</a></li>
    </ul>
    <div id="content">
      <h1>Vorschau Umfrage: 'Sch&ouml;ne Umfrage'</h1>
<h2 style="display:inline">Eine sch&ouml;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>
Comment 1 Tommi Tervo 2006-02-22 13:17:54 UTC

*** This bug has been marked as a duplicate of 89363 ***