jQuery causing 'missing' text in IE?

狂风中的少年 提交于 2019-12-12 04:03:58

问题


Really weird issue I've come across now.

I'm using jQuery to make some 'widget' windows (drag & resize). They work beautifully in everything but IE (big surprise, right?). They also do everything they're supposed to in IE (drag, resize, dim on moving, return to proper opacity on release). However, in IE, when you 'let go' of the window the text 'disappears'. This isn't the traditional 'click drag over it and it's visible' bugs. Text goes completely transparent, taking on whatever colour is behind the 'window' at the time. It's more like 'cut out text shapes'.

Has anyone ever experienced this? Are there any fixes?


回答1:


Resolved elsewhere. It was an opacity issue after all.



来源:https://stackoverflow.com/questions/3508857/jquery-causing-missing-text-in-ie

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!