active questions tagged ie - Stack Overflow most recent 30 from stackoverflow.com 2009-11-29T17:14:26Z http://stackoverflow.com/feeds/tag/ie http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/1708003/internet-explorer-only-part-loading-javascript-css 0 Internet Explorer only part loading JavaScript/CSS DEfusion 2009-11-10T13:34:58Z 2009-11-29T05:00:04Z <p>I'm having trouble with my local development environment where IE (6 through to 8) is only part loading JavaScript/CSS files. It throws random errors at random places in <code>jquery.min.js</code> every time I refresh, which suggested to me that it's trying to execute before it's finished loading or the connection was closed before it finished loading.</p> <p>I've looked at the responses using Charles and Apache is returning the correct <code>content-length</code> header for the files I'm having trouble with but the text response is always truncated.</p> <p>I also tried disabling g-zip compression, as I noticed that responses to IE don't have the <code>Content-Encoding: g-zip</code> header, but that breaks things in Firefox (in the same way) and doesn't fix the problem with IE.</p> <p>I've looked at my Apache config and it is no different to the staging server where I'm not experiencing these issues.</p> http://stackoverflow.com/questions/1808015/jquery-fadein-ie-png-issue-when-loading-from-external 1 jQuery fadeIn IE Png Issue when loading from external Adam Stone 2009-11-27T10:43:19Z 2009-11-27T12:07:53Z <p>I am loading data from external html files within my domain into a div on my webpage using a load content method in jQuery. I take the div out of the new page whilst hiding the div in the current page by fading this out and fading the new one in. There is a png image in both of these divs and it is creating horrid black blobs in IE, works fine in other browsers but due to IEs inability to process multiple filters its making a mess.</p> <p>I tried using the unit png fix to no avail, does anyone have any fixes or ideas to help keep my pngs looking nice during this transition?</p> <p>i46.tinypic.com/t9dtvr.jpg this is a screenshot of the problem, cheers</p> <p>also discovered that the png that is on the page originaly (before loading anything new) fades in and out perfectly using the unit png fix but stuff loading in and then back out from external files doesnt. Ive added the fix to those pages too but that doesnt work either. </p> http://stackoverflow.com/questions/1806782/ie-prompt-about-unsaved-form-data 0 IE prompt about unsaved form data Nick Bedford 2009-11-27T04:44:25Z 2009-11-27T10:31:15Z <p>I'm having an unexpected "annoying" popup in IE7 (and possibly other versions). As expected IE prompts you about unsaved form data when closing the window which is fine. But I have a <code>form</code> inside a <code>div</code> and now when I toggle the <code>display</code> CSS style between <code>none</code> and <code>block</code>, IE thinks I'm closing the form with unsaved data and shows the warning about closing an unsaved form! I don't want my users to be annoyed when simply hiding a form in my IE-based web app.</p> <p>Anyone know how to overcome this?</p> http://stackoverflow.com/questions/1807059/facebox-blueprintcss-looks-great-in-firefox-falls-apart-in-ie-7 0 Facebox + Blueprintcss looks great in Firefox, falls apart in IE 7 Angela 2009-11-27T06:14:15Z 2009-11-27T06:14:15Z <p>Hi,</p> <p>Not sure how to fix this or where to look in resolving how Facebook content that has been laid-out using Blueprintcss looks so poorly spaced in IE7.</p> <p>Is there any guidance on this?</p> http://stackoverflow.com/questions/1803673/in-jquery-on-click-function-is-not-working-for-img-in-ie-6 0 In Jquery on click function is not working for img in IE 6 Goysar 2009-11-26T13:30:52Z 2009-11-27T04:32:23Z <p>I tried to bind click and animate function on a img tag. Its works fine in firefox. but went wrong with IE. So i simplified the code and tested only for click . Even click function is not clled. Here is my click function for my img tag with class 'arrowimg'.</p> <pre><code>$('.arrowimg').click(function(){alert("Show me")}); </code></pre> <p>I get this alert in FF but not in IE what might be the problem?</p> <p>EDIT:here is my HTML generated code for img tag</p> <pre><code>&lt;img src='http://localhost/gowri/Project/SS4U/public/images/symbols/advartise_right_arrow_NEW.gif' id="next" class="arrowimg" alt="advartise_right_arrow" /&gt; </code></pre> http://stackoverflow.com/questions/1805562/sifr-fade-problems-on-ie 0 sifr fade problems on IE häns 2009-11-26T20:42:23Z 2009-11-26T20:43:56Z <p>hello,</p> <p>i use a sIFR title in a list on my website. i fade list-items out and in. works fine. but in IE when i fades, the sIFR title suddenly has a black background. but just during the fade-animation. saw that also on other websites...</p> <p>any ideas or former posts? thanks!</p> http://stackoverflow.com/questions/1756182/activex-print-a-web-page 0 ActiveX Print a web page Sam Li 2009-11-18T13:58:12Z 2009-11-24T12:53:18Z <p>I would like to find or write an Internet Explorer ActiveX control that will allow me to print a web page to a specific printer without a dialog box. The problem that I am having is that this particular page needs to print to a label printer with very specific orientation properties. Can anyone get me started? Thanks.</p> http://stackoverflow.com/questions/1787625/disable-ie-menu-while-displaying-a-custom-dialog 0 Disable IE menu while displaying a custom dialog hillpath 2009-11-24T03:40:05Z 2009-11-24T05:02:59Z <p>Is there a way to disable IE's UI (e.g. the File Menu) when showing a custom dialog/window? What I'm after is similar to what happens when you <code>alert()</code> something: the browser UI cannot be interacted with behind the alert box.</p> http://stackoverflow.com/questions/1776249/ie-doesnt-support-q-tag-but-you-can-style-it 1 IE doesn't support Q tag but you can style it. netrox 2009-11-21T18:11:28Z 2009-11-23T23:41:04Z <p>I am puzzled with the statement that IE does not support &lt;q&gt; tag but it renders just fine on IE as an inline element so if it doesn't support it, so what? We can just style it with CSS to italicize and it works as expected. I tested from IE5 and up. </p> <p><a href="http://www.w3schools.com/tags/tag%5Fq.asp" rel="nofollow">http://www.w3schools.com/tags/tag%5Fq.asp</a></p> <p>Explain why it says it doesn't support it when I don't see anything that stops you from using the q element and be able to style it with CSS? </p> http://stackoverflow.com/questions/1775749/how-to-get-text-out-of-ptextinput-type-p 0 How to get 'text' out of <p>Text<input type="... </p> Isabell 2009-11-21T15:20:11Z 2009-11-21T15:24:21Z <p>Hello,</p> <p>I can't get this to work in IE:</p> <p>This is what the HTML code looks like: <em><code>&lt;p class="red"&gt;Red: &lt;input type="text" id="red_input" value="0"&gt;&lt;/p&gt;</code></em></p> <p>id is in this case: <code>document.getElementById('red_input');</code></p> <p>I want to return ONLY the word 'red'. It works great in FF, but not in IE.</p> <pre><code>function error(id){ var prnt = id.parentNode, parentColor = prnt.childNodes[0].textContent, trimmed = parentColor.replace(/\s+/g,'').replace((/\:$/),"").toLowerCase(); return trimmed } </code></pre> <p>In FF it returns the string 'red' In IE it returns 'undefined is null or not an object'. I figured that it's the 'textContent' that does not seem to work in IE. Anyone got any suggestions?</p> <p>Any help much appreciated!</p> http://stackoverflow.com/questions/1775449/why-is-downthem-all-like-functionality-not-built-into-firefox 0 why is downthem all like functionality not built into firefox? [closed] iamrohitbanga 2009-11-21T13:11:08Z 2009-11-21T13:11:08Z <p>does firefox downloader implement multi-part downloading? why is such a functionality not built into the browser. what about chrome, ie.</p> http://stackoverflow.com/questions/1661107/how-to-click-a-link-in-win32com-client-ie 0 How to click a link in win32com.client IE? roddik 2009-11-02T12:44:23Z 2009-11-20T19:21:59Z <p>Hello, I'm using win32com.client to control an IE instance in Python. How can I click a link on a certain page (e.g. using navigate to link href isn't acceptable since it won't trigger referer sending)? Here is the base:</p> <pre><code>import random import time from win32com.client import Dispatch ie = Dispatch("InternetExplorer.Application") ie.visible = 1 ie.navigate('http://digg.com') while (ie.ReadyState != 4): time.sleep(0.05) hrefs = ie.document.getElementsByTagName("A") href = hrefs[random.randrange(hrefs.length)] #How to click this one? </code></pre> http://stackoverflow.com/questions/1768161/how-do-i-reset-or-override-ie-css-filters 0 How do I reset or override IE CSS filters? SpliFF 2009-11-20T03:26:53Z 2009-11-20T07:33:50Z <p>I'm using the proprietry MS 'filter' property to try and create a non ugly equivelant to css3 text-shadow and box-shadow;</p> <p>I was actually doing really well until i hit this problem. It looks like when I apply a filter to a div inside another div which also has a filter the filter effects end up being combined on the child object.</p> <p>I can't explain it much better than that, here's a demo: <a href="http://cableflow.dev.arc.net.au/test/filters.html" rel="nofollow">http://cableflow.dev.arc.net.au/test/filters.html</a></p> <p>I've tried using filter:none; to do a reset but no joy. I've also tried different variations on the syntax, ie "-ms-filter: 'progid:...Glow()'", "filter: progid:...Glow()", "filter: Glow()", etc..</p> <p>Testing in IE8</p> http://stackoverflow.com/questions/1661523/jquery-ie8-firefox-problem 1 jQuery IE8 - Firefox problem dsuser 2009-11-02T14:08:28Z 2009-11-20T03:16:26Z <p>Hello,</p> <p>I have a big problem with IE8 where I use the jQuery framework.</p> <p>What works on Firefox, it doesn't work as well in IE8. I am not even checking IE7 :).</p> <p>Basically, I have simple animations that show/hide div layers and also that move top/down - left/right some of the div layers. Nothing special, just adding some movement to the page. So when you click on contact, instead of the navigation moving up and showing the contact, the contact moves down and breaks the layout which is not so big problem, but when you press on the client area and than press contact - it totally breaks the layout - BIG problem.</p> <p>Please help. You can view the site <a href="http://tinyurl.com/yl9z3lr" rel="nofollow">here</a></p> http://stackoverflow.com/questions/1454380/how-can-i-prevent-memory-leaks-in-ie-mobile 2 How Can I Prevent Memory Leaks in IE Mobile? Jake Howlett 2009-09-21T12:55:29Z 2009-11-20T00:41:29Z <p>Hi All,</p> <p>I've written an application for use offline (with Google Gears) on devices using IE Mobile. The devices are experiencing memory leaks at such a rate that the device becomes unusable over time.</p> <p>The problem page fetches entries from the local Gears database and renders a table of each entry with a link in the last column of each row to open the entry ( the link is just onclick="open('myID')" ). When they've done with the entry they return to the table, which is RE-rendered. It's the repeated building of this table that appears to be the problem. Mainly the onclick events.</p> <p>The table is generated in essence like this:</p> <pre><code>var tmp=""; for (var i=0; i&lt;100; i++){ tmp+="&lt;tr&gt;&lt;td&gt;row "+i+"&lt;/td&gt;&lt;td&gt;&lt;a href=\"#\" id=\"LINK-"+i+"\""+ " onclick=\"afunction();return false;\"&gt;link&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;"; } document.getElementById('view').innerHTML = "&lt;table&gt;"+tmp+"&lt;/table&gt;"; </code></pre> <p>I've read up on common causes of memory leaks and tried setting the onclick event for each link to "null" before re-rendering the table but it still seems to leak.</p> <p>Anybody got any ideas?</p> <p>In case it matters, the function being called from each link looks like this:</p> <pre><code>function afunction(){ document.getElementById('view').style.display="none"; } </code></pre> <p>Would that constitute a circular reference in any way?</p> <p>Jake</p> http://stackoverflow.com/questions/1763113/why-does-select-with-onfocus-not-work-in-ie 1 Why does select with onfocus not work in IE? Tim Büthe 2009-11-19T12:57:22Z 2009-11-19T15:25:08Z <p>I want to highlight a select element with a background color to indicate, it is mandatory. When the user opens the menu by clicking on it, I want to remove the background color, so it looks nicer and is more readable. This works just fine in Firefox, Chrome and even IE6, but on IE7 &amp; 8 the pulldown doesn't open on the first click (or is opened and closed very fast), only on the second.</p> <pre><code>&lt;select style="background-color: #BDE5F8" onfocus="this.style.backgroundColor='#fff'" onblur="this.style.backgroundColor='#BDE5F8'"&gt; &lt;option&gt;choose...&lt;/option&gt; &lt;option&gt;1&lt;/option&gt; &lt;option&gt;2&lt;/option&gt; &lt;option&gt;3&lt;/option&gt; &lt;/select&gt; </code></pre> <p>How can I fix this?</p> http://stackoverflow.com/questions/1762556/text-in-disabled-and-css-styled-button-shows-movement-in-ie 0 Text in disabled and css styled button shows movement in IE Moss 2009-11-19T11:06:52Z 2009-11-19T11:09:00Z <p>Hi.</p> <p>It's pretty much what the title says. I have disabled and css styled buttons. In Firefox, disabled buttons do not move at all when pressed (which is what is expected), in IE, the text in the buttons still moves a few pixels.</p> <p>Anyone know why this happens and more importantly, how to make disabled styled buttons actually disabled in IE?</p> <p>Thanks.</p> <p>Moss</p> http://stackoverflow.com/questions/1760191/jquery1-3-2-change-multiple-same-name-class-only-use-cssname-value-method-don -2 jQuery1.3.2 change multiple same name class only use css(name, value) method. don't use css(name) ig4 2009-11-19T00:46:10Z 2009-11-19T00:49:31Z <p>looking at the snippet. If you want to use jQuery css method change class LabelHeader both IE and FF, you only use <strong>each mehtod + css(name,value).</strong> </p> $("document").ready(function() { var cssObj = { 'width': '500px', 'height': '460px' } var cssLabelHeader = { 'position': 'static', 'margin': '0px', 'padding': '3px 0px 3px 0px', 'width': '460px', 'left': ' ' } //if (!$.browser.msie) { $("div#ealertScroll").css(cssObj); //$("div#ealertScroll").width(500); //$("div#ealertScroll").height(460); //$("div.ucLabelHeader").css(cssLabelHeader); // ONLY WORK AT FF $("div.ucLabelHeader").each(function(i) { alert(i); //$(this).css(cssLabelHeader); // ONLY WORK AT FF $(this).css('position' , 'static'); // Both IE and FF $(this).css('width' , '460px'); // Both IE and FF }); } }); 1 2 3 4 http://stackoverflow.com/questions/1750973/jeditable-performance-in-ie 0 jeditable performance in IE unknown (google) 2009-11-17T18:52:42Z 2009-11-18T16:38:40Z <p>I am seeing very poor page set-up time in IE using jeditable.</p> <p>The page has a table in which each row has 13 span elements to which jeditable is applied as follows:</p> <pre><code>$(document).ready(function() { $('#entry_pl span.ples').editable('my_xhr.php', { placeholder: '&lt;span class="placeholder"&gt;unset&lt;/span&gt;', indicator: '&lt;img src="indicator.gif" class="indi"&gt;', data: function(value, settings) { return $('&lt;span /&gt;').html(value).text(); } }); }); </code></pre> <p>Functionality is great -- everything works. But in IE 6...8 the above code takes over half a second per table row. So page set-up delay is terrible already for a 10-row table. User's won't be happy with that. Set-up delay in WebKit and Firefox is negligible.</p> <p>Any thoughts or suggestions?</p> <p>I haven't started reviewing or profiling jeditable code for performance.</p> <p>And I'm thinking to maybe call .jeditable() on an element only when it is clicked rather than on all elements in $(document).ready().</p> http://stackoverflow.com/questions/1756923/ie-cache-settings 0 IE Cache Settings webly 2009-11-18T15:47:22Z 2009-11-18T15:59:16Z <p>What does the following IE cache setting do: "every time i visit the webpage"</p> <p>Does it cause the browser to ignore the Expiration and other Cache related http headers? Is it at the webpage (address URL level) or is it for every object loaded by the browser (say an image url referenced in the html of the page)?</p> http://stackoverflow.com/questions/1754228/problem-with-clear-in-ie 0 Problem with clear in IE vinay 2009-11-18T07:34:37Z 2009-11-18T07:34:37Z <p>Hi,</p> <p>I want to list name/value pair and i am using dl list for this</p> <p>It should display like this</p> <p>name1 <strong>value1</strong></p> <p>name2 <strong>value2</strong></p> <pre><code>&lt;dl&gt; &lt;dt&gt;Name1&lt;/dt&gt; &lt;dd&gt;Value1&lt;/dd&gt; &lt;dt&gt;Name1&lt;/dt&gt; &lt;dd&gt;Value1&lt;/dd&gt; &lt;/dl&gt; dl dt,dl dd{ display:block; float:left; margin:.5em 1.5em 0 0; } dl dt{ width:9em; clear:left; } </code></pre> <p>In IE second 'dd' tag comes next to first 'dd' tag.</p> http://stackoverflow.com/questions/1751717/current-tab-in-ie-6-horizontal-list-navigation-stretching-to-fill-rest-of-div 0 Current tab in IE 6 horizontal list navigation stretching to fill rest of div nukegara 2009-11-17T20:58:16Z 2009-11-18T05:13:51Z <p>I'm currently working on getting my top nav to work in IE 6 - my site is <a href="http://www.moreheadplanetarium.org/redesign/index.html" rel="nofollow">located here</a>. </p> <p>The tabbed item is the "current" selected menu, and its width is stretching to fill the rest of the space... what should I do to fix this without fixing the width, but setting it in some way that it doesn't expand like this?</p> <p>Thanks!</p> http://stackoverflow.com/questions/1753385/ie-5-5-float-drop-in-css-div-layout 0 IE 5.5 Float Drop in css div layout Jill Knobloch 2009-11-18T03:04:28Z 2009-11-18T03:04:28Z <p>Hi,</p> <p>I'm testing a site for a friend and I've got it to work in all browsers, except IE 5.5 (Looks great in Adobe Browser Lab for all Browsers.)</p> <p>You may ask why I care about IE 5.5 - well I'm pretty familiar with IE 5.5 bugs (especially the bug where it counts borders and padding inside the space it needs to display an element) and can usually fix them. This is the first time I haven't been able to fix an IE 5.5 float drop.</p> <p>I've tried sending IE 5.5 a much wider width for the container element and this is not fixing it. One thing I should say about this site is that all the divs have a set pixel width and height, but the font is set to 100% - could that be the issue?</p> <p>Here is the test site: <a href="http://www.jillknobloch.com/test7/" rel="nofollow">http://www.jillknobloch.com/test7/</a> and the css is in .....test7/files/esp.css</p> <p>If anyone has any time to take a quick look at these files - they're not too complex- I would be grateful as I've been staring at this for about 4 hours. Maybe I missed something?</p> <p>Jill Knobloch</p> http://stackoverflow.com/questions/1349642/double-postback-using-ie8 0 Double Postback Using IE8 Randall Sutton 2009-08-28T22:15:10Z 2009-11-17T14:10:58Z <p>I'm using ASP.NET and I have a save button on webform. When that save button is clicked (ONCE) and I'm using IE8 the event handler is executed twice. If I use compatibility mode it works just fine. In FF everything works just fine. I tested IE8 on both Vista and windows 7 and get the same behavior. IE7 works just fine. Just curious is anyone has had a similar issue.</p> <p>P.S. I am using an advanced layout system which positions and styles the controls based on a layout definition, so it isn't just a standard throw controls on a page setup.</p> http://stackoverflow.com/questions/1439294/modalpopupextender-wont-render-in-front-of-everything-in-ie7-ie8-compatibility-m 1 ModalPopupExtender won't render in front of everything in IE7/IE8 Compatibility mode fr0man 2009-09-17T14:36:42Z 2009-11-17T02:58:33Z <p>I have a ModalPopupExtender from the AjaxControlToolkit that is working properly in Firefox, Chrome and IE8, but when I run it in IE8 Compatibility mode, it pops up behind the content of my page, rather than on top.<br /> The popup is in a user control that's rendered by the Masterpage. What I think is happening is it's popping up in front of the master page content, as the Masterpage content (my header and sidebars) is greyed out, but the content placeholders are rendering in front of my popup. I found a solution online that suggested changing your doctype declaration in the master page to:</p> <pre><code>&lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&gt; </code></pre> <p>But I already had that exact declaration and still have the positioning problem. Here is the popup code:</p> <pre><code>&lt;cc1:ModalPopupExtender ID="ModalPopupExtender1" runat="server" TargetControlID="lnkbtnDealerID" PopupControlID="pnlPopup" BackgroundCssClass="modalBackground" DropShadow="true" OkControlID="OkButton" CancelControlID="CancelButton" OnOkScript="" &gt; &lt;/cc1:ModalPopupExtender&gt; &lt;asp:Panel ID="pnlPopup" runat="server" CssClass="modalPopup" Style="display: none" Width="233px"&gt; &lt;p&gt;Are you sure? Your current shopping cart is valid only for the current Dealer ID. Switching Dealer IDs will reset your cart according to the new Dealer ID chosen.&lt;/p&gt; &lt;br /&gt; &lt;div align="center"&gt; &lt;asp:Button ID="OkButton" runat="server" Text="Ok" /&gt; &lt;asp:Button ID="CancelButton" runat="server" Text="Cancel" /&gt; &lt;/div&gt; &lt;/asp:Panel&gt; </code></pre> <p>And the relevant CSS:</p> <pre><code>.popupControl { background-color: white; position:absolute; visibility:hidden; border-style:solid; border-color: Black; border-width: 2px; } .modalBackground { background-color:Gray; filter:alpha(opacity=70); opacity:0.7; } .modalPopup { background-color:white; border-width:1px; border-style:solid; border-color:Gray; padding:3px; width:250px; } </code></pre> http://stackoverflow.com/questions/1712841/permission-denied-in-ie-w-idispatch-dispatchpropertyget 0 Permission Denied in IE w/ iDispatch DISPATCH_PROPERTYGET anthony 2009-11-11T03:33:37Z 2009-11-16T16:08:05Z <p>Howdy,</p> <p>I have a activex control that I've written using ATL, and am running into a somewhat serious and confusing problem.</p> <p>when iDispatch::Invoke is called with DISPATCH_PROPERTYPUT/METHOD everything is fine.. </p> <p>when a return a value to javascript/ie after a method call of a VT_BSTR/with a valid BSTR it works fine and has been.</p> <p>but when I try var stringValue = Object.stringValue which calls iDispatch/Invoke with the DISPATCH_PROPERTYGET flag and i set the return value to VT_BSTR with a valid BSTR (the exact same one i use with the method calls)</p> <p>I get a permission denied error box in IE..</p> <p>now when I return various other datatypes (longs.integers.bool's ..etc) to javascript/ie it works fine (with propertyget / method) </p> <p>i only get permission denied when returning VT_BSTR</p> <p>any ideas?/tips?</p> http://stackoverflow.com/questions/1737841/ie-doesnt-wait-for-result-of-post 0 IE doesn't wait for result of $.post( washi 2009-11-15T15:33:04Z 2009-11-15T15:35:26Z <p>Hi!</p> <p>I'm developing an upload form. It works fine with Firefox, but not with IE. Here is the code:</p> <pre><code>if(hasError == false) { $(this).hide(); $("#uploadForm").append('show an image'); $.post("_upload_form_process.php",{ filename: filenameVal, datasetdesc: datasetdescVal, datasetname: datasetnameVal}, function(data){ $("#uploadForm").slideUp("normal", function() { $("#uploadForm").before('Success, The dataset was uploaded correctly!'); }); } ); } </code></pre> <p>So after validation (hasError == false), the form is posted. FF waits for the answer, but IE goes past it and executes the slideUp.</p> <p>Can anybody help me?</p> <p>Thx!</p> http://stackoverflow.com/questions/1737130/tinymce-in-internet-explorer-does-not-load 0 TinyMCE in Internet Explorer does not load haries 2009-11-15T09:57:42Z 2009-11-15T10:29:07Z <p>My <a href="http://en.wikipedia.org/wiki/TinyMCE" rel="nofollow">TinyMCE</a> init looks like this:</p> <pre><code> var tinymce_advanced_options = { mode : "textareas", theme : "advanced", editor_deselector : "mceNoEditor", theme_advanced_resizing_min_width : 500, theme_advanced_resizing_max_width : 800, plugins : "autoresize,paste,preview,safari,table,contextmenu,paste,imagepopup,emotions", width: "800", button_title_map: false, apply_source_formatting: true, theme_advanced_toolbar_align: "left", theme_advanced_buttons1: "formatselect,outdent,indent,seperator,undo,redo,separator,emotions", theme_advanced_buttons2: "justifyleft,justifycenter,justifyright,separator,bold,italic,separator,bullist,numlist,link,separator,imagepopup,table,separator", theme_advanced_buttons3: "preview", plugin_preview_width : "500", plugin_preview_height : "600", theme_advanced_toolbar_location: "bottom", theme_advanced_resizing : true, theme_advanced_blockformats : "p,h2,h3,blockquote" }; </code></pre> <p>This loads fine in Firefox whereas in Internet Explorer 7, the spinner keeps spinning and never loads. </p> <p>Any clues appreciated.</p> http://stackoverflow.com/questions/1735295/ckeditor-image-button-and-ie 0 ckeditor image button and IE harry 2009-11-14T19:23:03Z 2009-11-14T20:42:35Z <p>Hello,</p> <p>has anyone had any experience with this editor?</p> <p>Ive been integrating this editor into a web application i am working on, and generally it has been going smoothely, except for one problem (is it a surprise that it involved IE?).</p> <p>When the user clicks on the image button in anything except IE, every works as expected. When the user uses the image button in IE, it destroys their current session.</p> <p>After a lot of painful hours of finding out exactly what it is doing, this is what ive found. When the user clicks on the image button, an iframe is loaded, and is directed the the index of the site. Now, the index of the site checks to see if the user has any sessions open, and if it does, it destroys it. And thus, the users session is getting destroyed. I found this out by taking out the session destroy on the index page, then ck works as expected....</p> <p>So, i dont know if this is a problem with CK, or IE, but does anyone have suggestions for a workaround?</p> <p>Let me know if you need more information.</p> http://stackoverflow.com/questions/1732837/simple-problem-safari-and-css-javascript-rollovers 1 Simple problem: Safari and CSS/Javascript Rollovers. shoe 2009-11-14T00:55:50Z 2009-11-14T00:57:41Z <p>Basically I have a bunch of IMG tags wrapped in a bunch of divs, and some javascript to make them do rollovers. The page functions beautifully in IE and in Firefox, but Safari gives: </p> <p>"TypeError: Result of expression 'ImageNavigateForum' [undefined] is not an object."</p> <p>Where ImageNavigateForum is the ID tag of the 'img'. (a simmelar error occurs when rolling over any 'img' on the page.)</p> <p>Neccisarry code follows:</p> <pre><code>&lt;div id="NavigateForum" onmouseover="ImageNavigateForum.style.visibility='visible'" onmouseout="ImageNavigateForum.style.visibility='hidden'"&gt; &lt;a href="http://www.dmt-nexus.com/forum"&gt; &lt;img id="ImageNavigateForum" src="images\NavigateForum.jpg" class="hidden" alt="" /&gt; &lt;/a&gt; </code></pre> <p></p> <p>there is a matching #NavigateForum entry in style.css</p> <p>Somone knows the answer to this! Thankyou mysterious internet coders! Shoe</p>