Ladybird currently does not support to select (and copy) text in the elements <input readonly>
and <textarea readonly>
.
In Chrome/Firefox this is possible.
Test page:
<!DOCTYPE html>
<html>
<body>
<input type="text" value="Select and copy this!" readonly style="width: 350px;"></input><br>
<textarea readonly style="width: 350px; height: 150px;">
This text is read-only.
But the user should still be able
to select and copy parts of it.
</textarea><br>
Regular text<br>
<button>Button</button>
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too