I would like to commit an fix for this problem which is available on all webkit browsers! Is this nice plugin still maintained?
Patch:
Index: trunk/pages/dm-main.php
===================================================================
--- trunk/pages/dm-main.php (revision 628855)
+++ trunk/pages/dm-main.php (working copy)
@@ -164,8 +164,8 @@
<td width="50"><img src="<?php echo $plugin_url; ?>/img/lock.png"></td>
<td><?php _e('Download for registred users','downloads-manager'); ?></td>
<td style="text-align: right;">
- <form name="pages" method="post" onChange="this.submit()">
- <?php _e('Page', 'downloads-manager'); ?>: <select name="p">
+ <form name="pages" method="post">
+ <?php _e('Page', 'downloads-manager'); ?>: <select name="p" onChange="this.form.submit();">
<?php
for ($i = 1; $i <= $tot_pages; $i++) {
if ($i == $current_page)