rbndr icon indicating copy to clipboard operation
rbndr copied to clipboard

Disabling the input field results in Firefox users not being able to select the output.

Open EdOverflow opened this issue 7 years ago • 0 comments

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.

image

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.

image

EdOverflow avatar Jul 29 '18 15:07 EdOverflow