mywot / chrome

WOT's Chrome extension
http://www.mywot.com/wiki/Chrome
GNU General Public License v3.0
8 stars 7 forks source link

Don't mark-up links in editable content #78

Closed sorgoz closed 11 years ago

sorgoz commented 11 years ago

We need a capability to exclude some DOM node (and children) from being decorated by donuts

See https://github.com/mywot/firefox-xul/issues/26

sorgoz commented 11 years ago

http://www.mywot.com/ru/forum/30750-wot-ext-for-safari-no-longer-working-on-twitter

sorgoz commented 11 years ago

Use elem.isContentEditable for links before processing them to avoid adding donuts to editable content.