https://bugzilla.wikimedia.org/show_bug.cgi?id=32328
--- Comment #3 from Brion Vibber <[email protected]> 2011-11-10 21:04:19 UTC --- Confirmed that the 'disabled' attribute gets set automatically on an <input type="file"> in Safari on iOS 4.3 and 5.0 (tested in simulator). You can test in isolation by creating an input element dynamically: if ($('<input type="file">').attr('disabled')) { $('#info2').text('file upload is disabled'); } else { $('#info2').text('enabled!'); } -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
