mywot / opera

WOT's Opera extension
http://www.mywot.com/wiki/Opera
GNU General Public License v3.0
1 stars 4 forks source link

Page encoding affects warning screen #21

Open sorgoz opened 12 years ago

sorgoz commented 12 years ago

Sami: Warnings are injected to the page on all platforms except IE. This means the encoding used on the underlying website affects the warning overlay too. Our texts are all encoded in UTF-8, but if the website uses a different encoding, the warning texts can break, especially on languages that use multibyte characters (Russian, Chinese, Japanese, etc.).

Solution: Move the warning to an iframe, which covers the entire page, so the page doesn't mess up the layout or the encoding.

Sergey: