The Un-Official Proxomitron Forum
IE9 (Document mode: IE9 Standards) and sidki set menu - Printable Version

+- The Un-Official Proxomitron Forum (https://www.prxbx.com/forums)
+-- Forum: Proxomitron Config Sets (/forumdisplay.php?fid=43)
+--- Forum: Sidki (/forumdisplay.php?fid=44)
+--- Thread: IE9 (Document mode: IE9 Standards) and sidki set menu (/showthread.php?tid=2036)



IE9 (Document mode: IE9 Standards) and sidki set menu - JJoe - Jul. 22, 2012 08:05 PM

At least 2 issues...

1. IE9 (Document mode: IE9 Standards) may request and then abort the menu's css file "/local.ptron/sidki_h_2011-12-22rc1/CSS/dummy.css?join=menu,m-ie".
Adding

Code:
[Patterns]
Name = "IE9 prevent abort "dummy.css?join=menu,m-ie" [test]"
Active = TRUE
URL = "$TYPE(htm)$TST(hOrigUA=*msie 9.0;*)"
Limit = 256
Match = " (^(^</head))$STOP()"
Replace = "<style lang="x-prox-css" type="text/css" media="all">@import url(/local.ptron/sidki_h_2011-12-22rc1/CSS/dummy.css?join=menu,m-ie);</style>\r\n"

appears to avoid the abort by caching the file but this is not a desirable solution.

2. If and after "dummy.css?join=menu,m-ie" is read and cached, the menu's "Go", "Session", and "List" buttons appear on first click and may remain visible until reload.

Both problems could (untested) be solved by using filters to specify document compatibility, http://msdn.microsoft.com/en-us/library/cc288325(v=vs.85).aspx but there would be consequences.

More research is required.


RE: IE9 (Document mode: IE9 Standards) and sidki set menu - JJoe - Aug. 05, 2012 08:40 PM

(Jul. 22, 2012 08:05 PM)JJoe Wrote:  2. If and after "dummy.css?join=menu,m-ie" is read and cached, the menu's "Go", "Session", and "List" buttons appear on first click and may remain visible until reload.

Problem appears to be solved by removing "visibility: inherit" from "proxcss-menu.css". My other browsers appears to be unaffected.

Modified "proxcss-menu.css" attached. Please report new problems caused by this file.