https://bugzilla.wikimedia.org/show_bug.cgi?id=47374
--- Comment #1 from Brion Vibber <[email protected]> --- So I did a little testing under the SDK emulator. input.disabled is "false" (unlike old iOS which set disabled to true) input.type is "file" (unlike Firefox OS's attempt to expose disabled inputs by changing their type) input.readOnly is "false", so that doesn't help input.files is a FileList object, even though you can't read any files out of it ever because you can't select them. May just have to blacklist the user-agent. :P -- 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
