esprehn / chromium-codereview

A chrome extension that changes the frontend to Rietveld for Chromium
Other
35 stars 11 forks source link

Make text boxes normal text input fields #55

Closed aarongable closed 10 years ago

aarongable commented 10 years ago

The "publish" and in-line comment boxes don't trigger extensions that watch for the cursor to be in a text-input field.

esprehn commented 10 years ago

They are regular text inputs, your extensions are not Shadow DOM aware.