tixsys / esteid

Automatically exported from code.google.com/p/esteid
2 stars 0 forks source link

[esteid-browser-plugin] Notification bar will appear below the page when IE is in quirks mode #113

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Edit plugin test page to add a HTML comment on top of the page.
   This will put IE in Quirks Mode.
2. Open it in Internet Explorer and click on certificate load button.

The yellow bar will appear on the bottom of the page.

Probably the reason is that IE does not support CSS position: fixed in Quirks 
Mode,
thus the notification bar can not attach itself to the top of the viewport.

Original issue reported on code.google.com by ant...@gmail.com on 18 Oct 2010 at 8:57

GoogleCodeExporter commented 9 years ago
Same problem is with IE6 even when it's not in Quirks Mode.
IE6 is not in supported browsers list though.

Original comment by ant...@gmail.com on 18 Oct 2010 at 10:11

GoogleCodeExporter commented 9 years ago

Original comment by ant...@gmail.com on 19 Oct 2010 at 11:44