similar to: IE memory leak and update()

Displaying 20 results from an estimated 5000 matches similar to: "IE memory leak and update()"

2006 Oct 03
0
WebObjects-style Object Cache
Hey Guys, Here''s the scenario: I have a model Page and every page has multiple page_parts. So, there''s a form for editing a Page and all of it''s parts and when you submit the form all of your changes are saved. There''s an action that handles the post that saves the page and all the parts. def handle_post if request.post? @page.attributes =
2012 Feb 23
2
Advice on exploration of sub-clusters in hierarchical dendrogram
Dear R user, I am a biochemist/bioinformatician, at the moment working on protein clusterings by conformation similarity. I only started seriously working with R about a couple of months ago. I have been able so far to read my way through tutorials and set-up my hierarchical clusterings. My problem is that I cannot find a way to obtain information on the rooting of specific nodes, i.e. of
2006 Feb 01
2
IE memory fix leak.
By default the prototype.js gives us the function /* prevent memory leaks in IE */ Event.observe(window, ''unload'', Event.unloadCache, false); But there is no unload event in out application as the content of the div keeps changing using the Ajax.Updater function. To handle such a scenario, we''ve added the following lines of code to prototype.js /* prevent
2019 Mar 15
1
Could we make filled.contour() more suitable for PDF viewers?
Note that I sent this to r-devel, yesterday. However, it didn't appear on the mailing list. So, I'm resending it. Today, I plotted the following: > filled.contour (,,z, color.palette=terrain.colors) It looked OK, in R. However, when I created a PDF document, the plot (and other similar plots) had grid (and other) lines in it, that shouldn't be there. Note that this problem is more
2006 Jan 13
0
Saving ActiveRecord objects that are composed of other objects
I''ve got two pretty simple model objects Page and PagePart. Page has_many PageParts and PageParts belong_to Pages. When updating PageParts for a specific Page I''d like to be able to do: page.parts[x].content = ''changed'' page.save and expect that should the validation pass the changed page part would be saved as well, but this doesn''t seem to
2008 Apr 22
2
getStyle({margin}) on TD element is null in IE
The same applies for the single margin values e.g. -left, -right, - top, -bottom; --~--~---------~--~----~------------~-------~--~----~ 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 To unsubscribe from this group, send email to
2007 May 22
2
onInteractive does not work on IE and Opera
onInteractive work well on Firefox but no effect with IE or Opera any suggestion? thanks --~--~---------~--~----~------------~-------~--~----~ 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 To unsubscribe from this group, send
2007 Jul 18
3
immediate Descendants not working in IE
Hi, im currently styling a menu using a java script effect which hides the nested submenus on load, and also shows/hides them on mouseover. It is working in firefox, using ... var ul = $("nav").getElementsByTagName("ul")[0]; var lis = ul.immediateDescendants(); I then loop through lis to initially hide all the submenus. This works fine in firefox, but not in IE. The sub
2006 Dec 19
3
IE and Draggable: Image loading
Hi everyone, I''m having a problem dragging a div with a background image using the draggable library. What happens is that, while I''m dragging it, it reloads the background image with each pixel movement (like an ''onDrag'' function). Has anyone else experienced this, or does anyone know how to fix it? Thanks in advance. Cheers, Justin
2006 Apr 17
2
Problem w/ IE & Autocomplete
Anyone run into the problem where the autocomplete results div disappears when you click or click/drag on the scroll bars for the div? -- David Fitzhenry - http://fitzhenrys.blogspot.com http://www.gone2far.com _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
2007 Aug 03
3
Ajax.Autocompleter fadeoff when scrolling the list in IE and Safari
Hi All: I have a very large user table, more than 2.000, so i cant use a <select> to present the users list any more. I replace the <select> with a <input> using Ajax.Autocompleter If we type "john" or "peter" we still get a very long list, so the list shows the scroll bar, and its ok. The problem is that when we try to scroll, the list fades out. It
2008 Jan 16
2
Ajax Response responseXML is null in IE
This may be a Prototype question but is probably a general JavaScript question. I am creating an Ajax.Request and getting back a response that should be evaluated as XML. But in IE, in my onSuccess function, the response.responseXML object is null. In Firefox it works properly. I have checked the three things that are supposed to determine whether the browser interprets the response text as
2005 Oct 30
4
IE crashing
Before I spend a ton of time trying to track something down that might not actually be broken, maybe someone could test this with IE to see if it crashes their browser also. Go to http://asterisk.paymentonline.net:3000/login/user and login as user ''demo'', password ''password''. Then click on the dialplan menu option and then click Add Script once or twice. on my
2006 Nov 21
1
Bug in Effect.Pulsate with IE?
Hi there, can someone confirm a bug with IE and Effect.Pulsate()? When use the Effect wihtout the option pulses the element is hiden after the effect has finished. When i use Effect.Pulsate(element, {pulses:3}) all runs fine. In Firefox both calls runs fine... Bye, René --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups
2006 Feb 21
1
RE: [Prototype] onSuccess Event and, Ajax.Updater bug in IE
Joe, After removing all occurrences of charset=utf-8 from my headers I am still getting the same bug in IE. Currently, it''s Content-Type: text/html Any other suggestion? Nathan. > Message: 2 > Date: Mon, 20 Feb 2006 09:13:57 -0500 > From: "Joe Hudson" <joe-x8g0hQFNjJhWk0Htik3J/w@public.gmane.org> > Subject: RE: [Rails-spinoffs] [Prototype] onSuccess Event
2007 Nov 16
3
IE: error with Serializers[method] in getValue()
Hi, Version: prototype 1.6.0 I''m using the $F function to get the value of a field. It works fine in FireFox, but IE 6 and 7 are reporting "object does not support his property or method" (translated from german). In IE debugger it hightlights the line 3485: --- return Form.Element.Serializers[method](element); --- I searched the web, but this problem seems to be quite unique
2006 May 02
1
Tab Panes - IE layout issues fixed
Layout issues in IE should be fixed: http://net4visions.com/dev/tabs/tabs.html There still some css issues in Opera I couldn''t figure out yet - maybe somebody using Opera has some insight. _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
2007 Aug 02
3
Problems with Element.extend() on responseXML elements with IE
I have the following code in the "onSuccess" function of an Ajax.Request() call. The content type of the response message is "text/ xml". function interactionSuccess(request) { var root = $(request.responseXML.documentElement); ... So more or less I extend the root element of my XML response. This call triggers the onException callback. The exception is a
2008 May 07
3
IE barks at getInlineOpacity, makePositioned and a catch
Hi fellow sufferers of IE''s JS hell I''m working on this little JS animation here, works just fine on Foxy, Opera, Safari and friends: http://www.ard.ch/newpage Then comes IE7: Object doesn''t suppot this property or method (line 530) (effects.js): var oldOpacity = element.getInlineOpacity(); Object doesn''t suppot this property or method (line 597)
2008 Mar 25
4
Prototype: toggle() not supported on TD in IE?
The following line causes trouble both with IE 6&7: cels[i].toggle(); It tells me that this element does not support the property or method. The element is a cell (TD) which I checked by outputting the tagName and it works with FF, Opera and Safari. The IE script debugger stops at this line but I didn''t find a single posting on the net with a similar problem which is kind of strange.