Bug 83479 - Filling in combos by writing to combo.options[...] does not work
Summary: Filling in combos by writing to combo.options[...] does not work
Status: RESOLVED FIXED
Alias: None
Product: konqueror
Classification: Applications
Component: khtml (show other bugs)
Version: 3.2.2
Platform: unspecified Solaris
: NOR normal
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-16 11:45 UTC by Andrew Bird
Modified: 2006-03-11 19:44 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 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 ***.