rbndr
rbndr copied to clipboard
Disabling the input field results in Firefox users not being able to select the output.
The following input field where output is displayed results in Firefox users not being able to copy the address: https://github.com/taviso/rbndr/blob/master/rebinder.html#L50. The field is completely disabled on Firefox.
<input id=rbndr disabled=true size=64>
Of course this is not the end of the world, I can just compute <ipv4 in base-16> — this is only really a minor inconvenience for some users.
Chrome
In Google Chrome (67.0.3396.99 (Official Build) (64-bit)) the field is selectable and I can copy the generated address.

Firefox
With Firefox (Developer Edition 62.0b12 (64-bit)), on the other hand, I am unable to actually select the output. The field remains disabled completely.
