Bug 122479 - radio button multiple selection
Summary: radio button multiple selection
Status: RESOLVED DUPLICATE of bug 89363
Alias: None
Product: konqueror
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Debian testing Linux
: NOR normal
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-22 13:03 UTC by Jan Christoph Ebersbach
Modified: 2006-02-22 13:17 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***