similar to: DOMContentLoaded error on IE6

Displaying 20 results from an estimated 300 matches similar to: "DOMContentLoaded error on IE6"

2007 Feb 12
18
document "expando" properties broken in Konqueror
I noticed that some of my event handlers and scripts evaluated in ajax responses didn''t work in Konqueror (3.5.5). document.getElementsByClassName is not defined in these contexts. I can work around this, by saving document.getElementsByClassName in a (namespaced) global variable once and reassigning it before each use. Still, this misfeature is annoying and not restricted to this
2007 Nov 20
0
Prototype error in IE for dom:loaded code
This is a wierd problem that I just encountered. Just to note what I am running, I am using Asp.Net and I have prototype as an embedded resource. (An embedded resource is just a way that Asp.Net can put the javascript into a .dll and then you access it through a unique url) This embedded resource is loaded in the head element, and is the first script loaded into the head element. Everything
2009 Jul 24
6
Routes from raw js (using XMLHttpRequest)
I am making an ajax call from js to call a method (assocboxchange) in my controller (AssociatesController), using XMLHttpRequest. I know the XMLHttpRequest works fine because I use it in other places with success. My problem is my URL I am using for this request doesn;t access the method in my controller which I (think) I am specifying. I am having it post to /channels/assocboxchange/" with
2006 Apr 15
1
Begin with Autocompleter
Hi list: I''m a young developer that need a little help with scriptaculous "Autocompleter". I work with PRADO framework (http://www.xisc.com) and PHP as a script language. Now this is a little function in JavaScript for make a AJAX call and show the results without reload the entire page. See below: 1 function makeRequest(url,element) { 2 var http_request = false; 3 if
2008 Jun 26
7
Strange readyStates in prototype Ajax
Hi, I''ve never posted here before so please forgive me if I''m not observing proper decorum, yadda yadda yadda :-) I''ve ran into a very, very strange bug with Prototype I wanted to share and see if anyone else has seen this. In a few of my projects involving Ext JS, I''m using the TreePanel control, which uses AJAX to load child nodes asynchronously. Because I
2005 Nov 11
1
[PATCH] icecast video preview
Hi. Here it is my patch to put a video preview of a theora stream in status.xsl. I just added a: <video-preview>1</video-preview> parameters in icecast.xml.in that control the previewing function. It encodes a png in $webroot/$mountname.tmp and then move it to $webroot/$mountname.png As for now it saves a frame every theora keyframe, which is probably too heavy for the server but
2004 Aug 06
3
icecast 1.3 or 2 ???
> > ( icecast2 only handles .MP3 for fileserving , as far as i know ..) > > Nope. Icecast2 doesn't care about what the format of the files it serves is > for fileserving. (i meant :: .MP3 is handled for fileserving , but .MP3 is not avail for live reencoding, as far as i know .. ) for the record , the OGG streaming w/ icecast2 has been great . tho (seperate issue ) : OGG files
2006 Apr 17
7
Serve static XML files how?
Hi, a Javascript in one of my Rails templates needs to load a static XML file. I tried several places to put the actual XML file, and I also tried to make the file a rails template (tried both .rhtml and .rxml) and access it via a controller action. None of these ways worked. Does the lighttpd server know how to serve XML files, or do I need to configure it first? Or, is there a good workaround?
2006 Mar 16
23
AJAX on Mobile Internet Explorer
Hi! I try to get AJAX running on a mobile Windows Mobile 5.0 based device and failed. There should be a JavaScript support but nothing happens. Have any of you experience with the rails javascripts on a this platform or are there any hints, documentation on the net? tia, -- Daniel V?lkerts Protected by Anti Pesto.
2014 Oct 17
0
Wine release 1.7.29
The Wine development release 1.7.29 is now available. What's new in this release (see below for details): - Support for shaping and BiDi mirroring in DirectWrite. - Some page fault handling fixes. - A few more C runtime functions. - Various bug fixes. The source is available from the following locations: http://prdownloads.sourceforge.net/wine/wine-1.7.29.tar.bz2
2005 Oct 18
3
Ajax.Request / XmlHttpRequest details
Does anyone know a good reference for the various statuses that XmlHttpRequest''s readyState property can have? I mean, I know what the states are, but I''m unclear on the circumstances under which each occurs... In a simple test I wrote, I''m seeing the loaded, interactive and complete states (i.e. my Ajax.Request instance calls its onLoaded, onInteractive and
2006 Jul 06
0
redirect_to in IE6
I''ve scoured through the forum and I haven''t found anyone else talking about this problem. The login to my app directs authenticated users to a home page using redirect_to. This works fine with firefox but for some reason IE6 has a problem with. I have checked session info and that is just fine but instead of redirecting to the specified page IE6 redisplays the login page. As I
2006 Apr 26
0
Problems with AJAX and IE6
I have been using AJAX for a while in IE6 and Firefox without any problem. A few days ago, some IE6 machines quit working and looking at the log, the request never reaches the server. The weird part is that some other IE6 machines work fine as well as Firefox. The link is using form_remote_tag function. Any ideas of what''s going on? Thanks in advance, Santiago
2006 May 29
0
attribute selectors: IE6 compatibility and enhancements
Hi All, I''ve posted a patch a couple days ago to bring IE6 compatibility and enhancements to Brian Donovan''s attribute selectors. It''s here: http://dev.rubyonrails.org/ticket/5170 What it does: * adds full IE6 compatibility to attribute selectors. * adds ^=, $= and *= operators * replaces != (not in spec) by :not(X) which is applicable to ALL operators, so you can
2006 Apr 03
0
Problems with slide up/down in IE6 and Opera
Hi! I''m trying to create a simple menu using Effect.toggle(''outer-div'', ''slide''). The menu containes 2 divs - the first one is a list of links and span elements, the second one is just plain text with an image in the background. In ff 1.5 everything works fine. In opera 8.5 span elements from the first div are visible until sliding up ends or
2006 Apr 08
0
Drag and Drop ajax Bug in the typo sidebar management under IE6
hi, i have discovered a bug under IE6 and the sidebar management of typo. you can see the html coda that show the error on http://www.shoob.com/denis/sidebar_typo/sidebar.html or download the code locally with http://www.shoob.com/denis/sidebar_typo.zip i''m not able to find what cause the error so i cannot propose a patch. The Error is on the onHover method line 698 or 687
2005 Dec 08
0
Slider problems in IE6
Hi, Sorry to report a bug here, but since the web site (well, just the Wiki part of it) seems to spend more time being unavailable than not, I don''t have much choice. I''m using IE version 6.0.2900.2180.xpsp_sp2_gdr.050301-1519. I''ve developed a small page that uses the sliders -- specifically, a single slider with two handles), which works fine in
2005 Nov 02
1
IE6 Text Selection Problem
Hi Guys, I have a problem with IE6. Using any version of prototype and any version of scriptaculous IE loses the ability to select text by dragging the text cursor over it. You can double/treble click text, or use shift and the arrow keys but you cannot use the mouse. This applies to text in both input and fixed elements. Has anyone else got this, or knows how to fix it? Cheers Paul Shannon
2006 Jan 02
1
Session and flash now working in IE6
Hi all, I noticed that my sessions and flashes are not working in IE6 (no problem with safari or firefox). I did a <%= debug session %> and indeed IE6 is showing session[:new_session] to be true all the time. This means a new session is created for every request. An old version of the same application is running on the same server under a different subdomain. In this sessions are
2006 Jan 18
0
form_remote_tag and 302 redirects under IE6 bug
I believe I''ve found a bug in which a custom HTTP code handler in the code generated by form_remote_tag does not get called under IE6. The below example simply redirects the browser to the value in the location header when it gets back a 302 redirect: #### start code #### <%= form_remote_tag :url => {:action => "comment", :id => @article},