English 中文(简体)
IE8兼容性
原标题:IE8 compatibility for JSF / Richfaces Application

我有JSF/Richfaces网络链接。 这项申请原用在IE6 Browser。 现在,我们也必须把它带至IE-8。 应用程序服务器为网络10.3。 我尝试了以下解决办法。

  1. A filter to add Header param, X-UA-Compatible.
  2. JSF PhaseListener to add header param, X-UA-Compatible.
  3. Added Meta tag in the first line of head in the page.

上述工作都没有。 另外,我也无法接受任何习俗的主人价值观。 HttpRequestWrapper也做工。

请提供解决办法。 我总是希望我能够使用共同财产基金中的文字或共同财产基金中任何地方的逻辑标签。

问题回答

《国际电子8》中的<代码>X-UA-Compatible备选办法只能作为国际E7兼容性的反馈。 它没有选择采用E6。

由于这一原因,你再次提到的情况,即有一份内联网的内联网,该信是为E6撰写的,而不是在E8公司工作——是公司长期与IE6站在一起的主要原因之一:它很难升级。

当然,理想的解决办法是更新贵国的法典,使其在IE8(或更好,IE9)工作。 这可能是一个漫长而昂贵的过程,但没有官方的短期解决办法。

If you can t update your site, you will have to stick with IE6. But there are some solutions that might make that less painful.

显而易见的快速解决方案是将你的主要平台提升至8号或9号独立实体,但继续运行6号独立实体,保持虚拟机器,只将其用于需要的具体地点。 还有一个“IEP”的超标准选择,即可以在同一机器(包括IE6)上操作多种版本的IEE。 然而,人们知道,国际电子订约人经常坠毁,因此可能不是一个理想的解决办法。 它有助于测试一个不同版本的E网站,但并非实际上得到有益的工作。

这将是最佳的停飞措施,但将保持下去,同时允许你提升其他基础设施。

略微更强有力的答案可以如下:。 这是一些前微型工程师推出的产物,旨在帮助旧的E6特定地点在更新的探索者版本中开展工作。 另见这一条,这是一个良好的现实世界实例,说明它们可以做些什么。

从长远来看,你最终必须更新网站;国际电子数据6可以永远保持下去,即使有像Browsium这样的解决办法。 但是,这些解决办法将使你能够避免在短期内作出改变。

如果你现在重新进行升级,我强烈建议,如果有可能,将IE8升级为E9。 IE8已经过时,在支助结束时,将产生类似的升级问题,使其达到IE6(尽管可能不是坏)。

在Jsf,你刚刚必须把这部法律纳入到你实施的级别。

@Override public void beforePhase(PhaseEvent event) { response.addHeader("X-UA-Compatible", "IE=edge"); } Simply Add this line in Implemented PhaseListner class





相关问题
IE6 floated element wrapping problеm

I am trying to get tags to wrap to the next line by left floating them. In firefox the text will wrap onto the start of the next line, however IE6 will wrap the text onto the line directly under the ...

IE color <dt> spill

I have made a page here the DT title is underline red with text white... in firefox everything is fine... but the dt spill in IE... why ? here is a VIEW of the problem ! Here is the perfect example ...

Website surfacing blank pages in IE6

- Since discovering more about my problem I have modified my question A single user is complaining that (on XP and using IE6) they re not able to follow any links around my site. The behaviour they ...

Why are some images rendering on IE6 and some are not?

the images are showing up in safari and firefox but not IE6. I have four images, two of them are showing up in IE6 and two are not. If it helps, they are being toggled with an if statement. ...

IE6 positioning issue

It works as intended in Safari, Firefox etc. But it is not reading the positioning or z-index in IE6. How can I make it layout as it should in IE6? Here is the CSS: .AuthorName_Pic { width: ...

Nasty IE6 <ul> <li> stair bug

In that page, the submenu if fine in firefox, but as usual, the nasty explorer is interpreting that differently.... how do you troubleshoot css bug in IE6 what is the css bud there ? here is the ...

radio button jquery ie6 problem

i am dynamically creating radio using jquery as shown belown. but they value only selected in ff,ie8. ie6,ie7 not selecting the values. how can i select the radio button value in ie6/7. rand=$("<...

How can I make my fixed position work in IE6?

I ve have tried this: body {height: 100%;overflow: auto; body #cornerImage {position: absolute;bottom: 0;} and this: { margin:0; padding:0; } html, body { height: 100%; overflow:auto; } ...

热门标签