Bug 83479

Summary: Filling in combos by writing to combo.options[...] does not work
Product: [Applications] konqueror Reporter: Andrew Bird <ajb>
Component: khtmlAssignee: Konqueror Developers <konq-bugs>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: 3.2.2   
Target Milestone: ---   
Platform: unspecified   
OS: Solaris   
Latest Commit: Version Fixed In:

Description Andrew Bird 2004-06-16 11:45:46 UTC
Version:           3.2.2 (using KDE 3.2.2, compiled sources)
Compiler:          gcc version 3.2
OS:                SunOS (sun4u) release 5.9

Page has list boxes which when state changed update the page layout. Text is superimposed over listboxes and prior text. Renders in Mozilla just fine, but who'd want to use that?

Andrew Bird
Comment 1 Dik Takken 2004-08-11 13:30:14 UTC
Can't reproduce on my PC with KDE 3.3 RC2 installed. Could you please post a small (part of a) screenshot that shows the problem?

Also, the page does not seem to change when I choose a product and a version.
Comment 2 Andrew Bird 2004-08-11 14:19:51 UTC
Dik
	I've just tried again under 3.2.3 and the rendering is fine. I also saw nothing change when selecting a version, but as I was running konqueror from a terminal is saw these messages 

konqueror: WARNING: Unimplemented HTMLSelectElementImpl::setValue called
konqueror: WARNING: Unimplemented HTMLSelectElementImpl::setValue called
konqueror: WARNING: Unimplemented HTMLSelectElementImpl::setValue called
konqueror: WARNING: Unimplemented HTMLSelectElementImpl::setValue called

Regards

Andrew
Comment 3 Maksim Orlovich 2004-12-08 18:33:48 UTC
updating to reflect the part that's still broken

related to bug #76434.

Relevant code:
selbox.options[selbox.options.length] = new Option('4.3.21 (current release)','4.3.21'); 

etc.
Comment 4 Maksim Orlovich 2006-03-11 19:44:26 UTC
Believed fixed, page changed, though.
Comment 5 Maksim Orlovich 2006-03-11 19:44:37 UTC
*** Bug has been marked as fixed ***.