WhatSock / apex

Apex 4X: The Comprehensive ARIA Development Suite
MIT License
28 stars 10 forks source link

Can't copy text by dragging the cursor. #23

Closed LaurenceRLewis closed 3 years ago

LaurenceRLewis commented 3 years ago

User testing suggests that some people like to have the option to copy and paste test into specific software/tools to make it easier to read. Currently the text cannot be selected and copied.

LaurenceRLewis commented 3 years ago

Disabled the following inherited styles from AccDc.

body { -webkit-touch-callout: none; -webkit-text-size-adjust: none; -webkit-user-select: none; -webkit-highlight: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

These features are non-standard not on a standards track. Do not use on production sites facing the Web: it will not work for every user. There may also be large incompatibilities between implementations and the behavior may change in the future.

-webkit-touch-callout

-webkit-text-size-adjust

-webkit-user-select

-webkit-highlight

-webkit-tap-highlight-color

Information on the styles from the MDN website.