Post Reply 
IE9 (Document mode: IE9 Standards) and sidki set menu
Jul. 22, 2012, 08:05 PM
Post: #1
IE9 (Document mode: IE9 Standards) and sidki set menu
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.
Add Thank You Quote this message in a reply
[-] The following 1 user says Thank You to JJoe for this post:
scoop
Aug. 05, 2012, 08:40 PM
Post: #2
RE: IE9 (Document mode: IE9 Standards) and sidki set menu
(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.


Attached File(s)
.css  proxcss-menu.css (Size: 4.23 KB / Downloads: 511)
Add Thank You Quote this message in a reply
[-] The following 1 user says Thank You to JJoe for this post:
ProxRocks
Post Reply 


Forum Jump: