Bug 116109 - SELECT OPTION DISABLED is not recognized
Summary: SELECT OPTION DISABLED is not recognized
Status: RESOLVED DUPLICATE of bug 76489
Alias: None
Product: konqueror
Classification: Applications
Component: khtml forms (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-11 04:41 UTC by jerome
Modified: 2005-12-22 16:23 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 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 ***