Bug 116109

Summary: SELECT OPTION DISABLED is not recognized
Product: [Applications] konqueror Reporter: jerome
Component: khtml formsAssignee: Konqueror Developers <konq-bugs>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description jerome 2005-11-11 04:41:55 UTC
Version:           3.5 (using KDE 3.5 (RC1), compiled sources)
Compiler:          Target: i586-suse-linux
OS:                Linux (i686) release 2.6.13-8-smp

Sorry the bug is marked 'RESOLVED', but no work in Konqui, work in FIREFOX, OPERA and so... as today kde-svn 11/112005 

==========================
<select name='view_at' size='1' class="headerfooter" id="0" onChange="resized_view0()">
<option value='LOUPE:'>LOUPE: </option>
<option value='283x213' DISABLED >283 x 213 (Taille r&#233;elle)</option>
<option value='638x480'>638 x 480</option>
<option value='797x600'>797 x 600</option>
<option value='1020x768'>1020 x 768</option>
<option value='1280x963'>1280 x 963</option>
<option value='1594x1200'>1594 x 1200</option>
</select> 
   


<script language="JavaScript" type='text/javascript'>
	function resized_view0(){
			elem = document.getElementById('0');
			if(elem.value != 0) {
		var options = "channelmode=yes,fullscreen=yes,scrollbars=yes";
											window.open('./actions/image_resized_view.php?imgid=1&wh=' + elem.value,'', options);
								}
		}
    </script>
Comment 1 Maksim Orlovich 2005-12-22 16:23:18 UTC

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