similar to: IE6-7 Observe Document Oddity - mouseup

Displaying 20 results from an estimated 7000 matches similar to: "IE6-7 Observe Document Oddity - mouseup"

2006 Jan 28
2
How to cancel Ajax.Request?
Is there any way to cancel or stop an Ajax.Request that has not been completed?
2008 Jan 31
2
Odd things happening in ie6/ie7
As always, i am again having problems in IE6 and IE7 with scripts. The scripting works fine in FF2, opera and Safari. IE just wont load it. Could anyone help? It''s a static page for now, located at www.maifith.com/research/index.html The problem,although quite obvious, is that it doesn''t load the JS in IE6 or IE7. Any help would be appreciated.
2007 Dec 03
0
scrollbars and dragable
Hello, I am new at script.aculo.us and it seem''s to be a very poverfull animation framework. I need to move a div around on the screen with javascript. So far I see the solution with script.aculo.us is to use a dragable object. Now I have a problem. My div contains scrollbars with css: overflow: auto. When I use the IE6 the scrollbar hangs often :-) My div looks like this: <div
2008 Jun 20
0
Slider as Scrollbar in a window
Hi, I ran into deep problems using scrollbar features shown at http://www.aldenta.com/examples/script.aculo.us/. The scripts work as expected, but if i use the separate window effect (based on prototype and script aculo us, too) shown at http://prototype-window.xilinus.com the scrollbar doesn''t work anymore. I tried and studied the source code for both subprojects but i have really no
2006 Apr 26
0
RE: DOM events not firing in IE6 with floated di vs
Yea that''s what I am seeing also. Think I got round this before by turning the structure into a table :( Andrew - Thanks for your input.. > -----Original Message----- > From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > [mailto:rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org] On > Behalf Of Andrew Tetlaw > Sent:
2006 Sep 14
1
Prototype on Windows CE .NET V4.2 - suppose to be IE6
Anyone tried this. I tried a quick page and works with firefox, ie on xp, but on on CE Any thoughts. According to MS its ie6 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
2006 Nov 24
1
prototype crashes IE6
IE 6 SP1 crashes on pages with prototype.js AppName: iexplore.exe AppVer: 6.0.2900.2180 ModName: kernel32.dll ModVer: 5.1.2600.2945 Offset: 00012a5b It''s suggested that TextWare''s QuickFind BHO is causing the crash and that uninstalling it does the trick! I wan''t to find exactly what part of prototype is causing this... My findings will end up here and on
2006 Nov 25
2
Effect.Appear and PNG on IE6
Hi to all, I''m using an Effect.Appear on a div that have a PNG 24 (with alpha transparency). Works prefectly on all excecpt... IE6 that do not render alpha channel on PNGs. So I wrote a conditional comment to apply the propietary IE filter to load alpha adding filter: in a style tag. Well, during Effect.Appear, appear a black png background on the alpha. Have workarounds or tips to fix
2007 Nov 07
1
draggable with iframeshim for ie6
you all know the problem with select and textbox in ie6 where you need an iframe under your divs so they will visually be on top. does scriptaculous have api for iframeshim like yahoo yui does? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send
2007 Feb 06
0
sortable + ie6 : background tends to disappear
hi all, i use sortables in a project, and it seems to have the following issue in IE6: while and after dragging the background pictures vanish... a simplified demo can be found here: http://files.caillou.ch/script.aculo.us/ i searched in the group, but couldn''t seem to find a solution. does anyone have a suggestion? greetz ... caillou
2007 Jul 26
1
getWidth(), getHeight(), and getDimensions() in IE6
I''m getting an "Object doesn''t support this property or method" when calling $(element).getWidth() in IE6. I dont see any note of this method not working in IE so I''m confused. Can someone help please? Nate --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails:
2007 Sep 29
0
Ajax.Updater doesn't work with IE6 properly
My environment is Apache2+php5. The test doc is "ajaxtest.php", which uses Ajax.Updater to load content from /test/test1/inphp.php. It works soomthly in Firefox. But nothing can be displayed in IE6, the brower got no response and the onComplete was not trigered. However, if I put the two doc under the same dir, everything goes well. Or, if I replace the inphp.php with a html doc such as
2007 Jul 20
0
IE6 assigns "undefined" to _counted property when matching
I''m pretty sure I''ve come across a bug for CSS matching in IE6. (I''m kind of new at the collaborative thing, so I figured here would be a safer place to write this, as opposed to The relevant HTML is: <script type="text/javascript"> function getLineItems() { return $$("#LineItems tbody tr"); } function addLineItem(e) { var template =
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 Jul 23
0
appendChild crashes ie6 onload (urget)
Has anyone encountered this problem before? A function which is attached to the window''s onLoad with Event.observe crashes ie6 ONLY when appendChild is called. I have confirmed it across multiple computers. Even weirder, the function in question is a well tested script commonly used. http://www.particletree.com/examples/lightbox I have eliminated all js on the page except
2007 Dec 03
3
DOMContentLoaded error on IE6
Hi, I am loading prototype dynamically using the following js: var scr=document.createElement(''script''); scr.setAttribute("type","text/javascript"); scr.setAttribute("src","./static/js/lib/prototype.js"); document.getElementsByTagName("head") [0].appendChild(scr); on IE6
2008 Jan 31
3
Multiple form weirdness in IE6
I am having an issue where I have multiple forms on a page. The first form has a couple of hidden inputs. The second form has all the visible controls including three buttons. Each of these buttons has a behaviour attached to it (From Ben Nolan''s Behaviour.js) based on its id. The code for the first button is something like this (I am also using prototype.js): var button1Func =
2006 Jun 16
2
DTMF in the middle of a call
I found this old post using a Google search for DTMF tones heard during an Asterisk call. The calling party does not hear them, only the called party. We are experiencing this sporadic DTMF "beep" followed by a momentary silence on a random number of our calls. This happens on trunk to SIP and SIP to SIP calls, so it's not PRI related. Since this thread is dated 2003, and the
2006 Jun 13
3
Weird flicker effect in IE6 (sortables)
Hello everyone I have made some strange expirience yesterday. I have an unordered list with sortable list items (basic). Within these are various contents (forms, divs, more lists) etc.. Now on only some of them the whole page (all text) begins to flicker / redrawn in Internet Explorer 6 if i pick up a dragable and move it above its original position (like moving it above the ghost of the
2007 Aug 25
2
insert HTML <select> value into a textarea - Works in IE6, not in FireFox or Opera
I have a simple form at http://mstramba.com/fb5.html It''s just a <select> and a textarea. The idea is to be able to either type into a text area directly or choose from a list of saved words in the select box. When a new choice is made from the select, it automatically gets inserted into the text area. This code DOES work in I.E6 (on my machine (XP pro), but doesn''t