textoverlay icon indicating copy to clipboard operation
textoverlay copied to clipboard

Simple decorator for HTMLTextAreaElement

Results 7 textoverlay issues
Sort by recently updated
recently updated
newest added

If applied on a textarea of CKEditor, it is not working.

I notice that you create a contenteditable div , but textarea is not updated, remain empty. There is a way to return only text without span or I need to...

Otherwise I need to have my colours in my JavaSript and styles.

![bildschirmfoto 2015-10-08 um 01 52 38 nachm](https://cloud.githubusercontent.com/assets/1812866/10374966/f976ac3e-6dc3-11e5-9f51-472d7b1884a0.png)

I added the possibility to add a "klasses" option for a strategy: a space separated list of classes to be added on the matched string, alongside the background-color.

The overlay is placed wrong: ![scroll](https://f.cloud.github.com/assets/478122/2220386/08f9d6c8-9a4d-11e3-98f7-9407afa297fc.png)

bug

I noticed that if my `textarea` has `font-size: 10pt` that this is converted to `font-size: 13px` on the `div.textoverlay`. My `textarea` also has a `line-height`, so I updated the `var...