Bug 120347 - (html script) checked checkbox not working in konqueror (works on mozilla, firefox)
Summary: (html script) checked checkbox not working in konqueror (works on mozilla, f...
Status: RESOLVED DUPLICATE of bug 87221
Alias: None
Product: konqueror
Classification: Applications
Component: khtml parsing (show other bugs)
Version: unspecified
Platform: Debian testing Linux
: NOR normal
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-17 22:10 UTC by James Seagraves
Modified: 2006-01-30 06:26 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 James Seagraves 2006-01-17 22:10:14 UTC
Version:            (using KDE KDE 3.4.3)
Installed from:    Debian testing/unstable Packages
Compiler:          debian packaged for kde 3.4.3 
OS:                Linux

An html script has an embedded checkedbox with a checked/ text,
yet the displayed form in konqueror does not show a check 
as seen in other browsers.

A snipet from the generated page/form:

<TABLE>
<TR>
<FORM ACTION="gotopage.php" METHOD="POST">
   <TABLE>
      <TR> <TD CLASS="labeltext" > <INPUT TYPE="CHECKBOX" 
            NAME="example"  CHECKED/>&nbsp; another label</TD>

   </TABLE>
</form>
</TABLE>

Java is a loaded plugin.
Comment 1 Tommi Tervo 2006-01-18 09:27:55 UTC
Why there is slash in input closing tag? Without it your code works fine.

Hmm, it works too if there white space between CHECKED and />. CHECKED/> won't work but CHECKED /> works.
Comment 2 Thiago Macieira 2006-01-21 18:09:13 UTC
You're writing in uppercase, so this is definitely NOT XML. Therefore, don't use ending slashes in tags.
Comment 3 Maksim Orlovich 2006-01-30 06:26:56 UTC

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