| Issue 49: | IE 6 flickering issues | |
| 2 people starred this issue and may be notified of changes. | Back to list |
What steps will reproduce the problem? 1. correct the base tag to the correct location on your local in these files nyromodal_flicker.html nyromodal_noflicker.html base tag in your html (make sure the path is correct) example: <base href="C:\Documents and Settings\wac84s\Desktop\dump\jquery\nyromodal\nyroModal-1.2.8 \pass_params\" ></base> 2. run nyromodal_flicker.html first, in IE. notice the second you click it flickers 3. click the link 'see flicker fixed'. by adding a css line,and hidden div, it fixes it 4. click on the link 'NO flicker b/c no base tag' by removing the base tag it fixes it. 1.2, run nyromodal_flash.html when loading html that has flash into a modal either via ajax or iframe, the screen flickers when loading the flash. Thickbox and Graybox do not do this. It also does not flicker if you use your youtube example. whats different? What is the expected output? What do you see instead? When I click on a link, modal box should open. First the screen goes dark and then the modal appears. BUT the screen flickers for a split second. What version of the product are you using? On what operating system? nyroModal-1.2.8 Windows XP IE 6 Please provide any additional information below. Now the I have the base tag because that is how I can reproduce it in this example. HOWEVER, the base tag is not the cause but may point to a reason why. In one of our dev envirments, that does not have a base tag, it flickers there are well and when I add the css line and hidden div, it fixes it.
Dec 16, 2008
I'm having this issue with IE 7. I've tried Nyromodal 1.31 all the way back to 1.1.1
Firefox works perfect.
I added the following to the nyromodal.css and it doesn't do any good.
div#blank_div {
position: absolute;
top: expression((30 + (ignoreMe = document.documentElement.scrollTop ?
document.documentElement.scrollTop : document.body.scrollTop)) + 'px');
}
Dec 17, 2008
My bad. Forgot the
<div id="blank_div">
</div>
on the bottom of page. Thanks for the fix
Jan 28, 2009
after testing your files on IE6, I don't see any differences between your 2 files. I also don't see any trouble in IE7. The problem probably occurs because of the iFrame added in IE6 to fix the issue with the select box and flash object layer. Does anybody can approve thise please?
Feb 5, 2009
(No comment was entered for this change.)
Status:
WontFix
|
1.1 KB View Download