| Summary: | SELECT OPTION DISABLED is not recognized | ||
|---|---|---|---|
| Product: | [Applications] konqueror | Reporter: | jerome |
| Component: | khtml forms | Assignee: | Konqueror Bugs <konqueror-bugs-null> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
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é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>