Bug 120347

Summary: (html script) checked checkbox not working in konqueror (works on mozilla, firefox)
Product: [Applications] konqueror Reporter: James Seagraves <James.Seagraves>
Component: khtml parsingAssignee: 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 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 ***