search for: clonenod

Displaying 20 results from an estimated 25 matches for "clonenod".

Did you mean: clonenode
2006 Jan 26
0
cloneNode not draggable in IE
Here''s the problem: I have a div, id=mydiv, which I clone using: var clonedDiv = document.getElementById(''mydiv'').cloneNode(true); I then set the id to be mynewdiv: cloneDiv.id = "mynewdiv"; //not using setAttribute to accomodate IE I then remove the original div: Element.remove(document.getElementById(''mydiv'')); I then insert the new div with: document.getElementsByTagName("body&q...
2006 Apr 06
4
problem with IE
hello there, im having a little problem with Internet Exploiter, im doing this: //// CODE //// var m = $(''XYZ'').cloneNode(false) m.setAttribute(''id'', ''XYZ_2''); m.value = ''''; var onblur = "alert(''hola'');"; m.setAttribute(''onblur'', onblur); y6.appendChild(m); //// CODE //// where "XYZ" is...
2006 Feb 21
7
non simultaneous effects
Hi all, If I call this function bla: function bla() { Effect.Appear('some_element'); Effect.Appear('some_other_element'); } Both effect happen at the same time. Is there a way to stop this from happening? I mean, how can I delay the effect on 'some_other_element' from happening until the effect on 'some_element' is finished? thanks and regards, Jeroen
2006 Nov 13
8
Problems with Prototype in script.aculo.us 1.6.5
Hi, When I''m using the Prototype version attached to script.aculo.us 1.6.5 (Prototype 1.5.0_rc1 revision [5462]) I get some "Object doesn''t support this property or method" in the Effect.BlindDown method (when the method tries to get the dimentions). If I''m using the version of prototype that was attached to 1.6.4 I do not get this error. Is this a known
2010 Jan 06
0
[PATCH] Converter: Fixes to Xen metadata conversion
...faults - my ($default) = $default_dom->findnodes($xpath); - if(defined($default)) { - if($node->isa('XML::DOM::Attr')) { - $node->setNodeValue($default->getNodeValue()); - } else { - my $replacement = $default->cloneNode(1); - $replacement->setOwnerDocument($dom); - - $node->getParentNode()->replaceChild($replacement, $node); - } - } - - else { - # Warn if a replacement is required, but none was found - print STDERR user_message...
2016 Oct 07
0
Wine release 1.8.5
...tAppPatchDir 36625 can't set text background color in richedit 38276 IsDialogMessage(NULL,...) must always return FALSE 38310 Trackbar control (msctls_trackbar32) does not send WM_CTLCOLORSTATIC as it does in Windows 39034 SuperTux 0.3.5a crashes on startup 39074 IXMLDOMDocument::cloneNode crash 39181 "When Monster Strikes", "The Vanishing of Ethan Carter Redux" require msvcr120.dll._set_FMA3_enable 39195 msvcr120.dll.nextafter is needed by Sonkwo 39475 PhysX 9.15.0428 installer does not run ('advapi32.RegOpenCurrentUser' must return a real handl...
2005 Aug 12
1
Ghostly bug in sortables
When a sortable has ''ghosting'' enabled, it seems to include the dragged element twice in the list which is submitted in the onUpdate AJAX request. By the looks of it, it''s appended onto the end of the list when Sortable.serialize is called. IE in the following list: - 1 - 2 - 3 If I drag 3 to be at the top, what we expect is: [3, 1, 2] What we get is: [3, 1, 2, 3]
2016 Jan 09
0
Wine release 1.9.1
...rom Windows SDK 8.1 crashes on unimplemented function ntdll.dll.RtlInitializeGenericTableAvl 38738 VSS Agent from Windows SDK 8.1 needs api-ms-win-security-lsalookup-l1-1-1.dll 39034 SuperTux 0.3.5a crashes on startup 39035 The Forest: Game fallbacks to 64 MB VRAM 39074 IXMLDOMDocument::cloneNode crash 39195 msvcr120.dll.nextafter is needed by Sonkwo 39295 Saints Row 2 crashes on unimplemented function x3daudio1_4.dll.X3DAudioInitialize 39454 64-bit StarCraft II v3.0 client crashes immediately on startup (SetThreadContext on self with only DRx registers/CONTEXT_DEBUG_REGISTERS pro...
2010 Apr 12
1
[PATCH] Converter: Update xvc0 console to ttyS0
...m default XML - foreach my $input ($input_devices->findnodes('input | video | graphics')) { + foreach my $input ($input_devices->findnodes('input | video | '. + 'graphics | console')) { my $new = $input->cloneNode(1); $new->setOwnerDocument($devices->getOwnerDocument()); $devices->appendChild($new); diff --git a/lib/Sys/VirtV2V/Converter/Linux.pm b/lib/Sys/VirtV2V/Converter/Linux.pm index 96e37a4..df7c969 100644 --- a/lib/Sys/VirtV2V/Converter/Linux.pm +++ b/lib/Sys/VirtV2V/Conver...
2008 Dec 21
1
Form issues : partials + AJAX vs simple JS / separate views + form_fors vs one view and fields_fors
Hi all! I am coding an application that keeps track of request to create college courses. An identified user (logically a faculty member) completes a form indicating the name of the course, the professor in charge, the course''s code, the date and place, the possible coprofessors and TAs and the type of website he or she wants to use as a teaching help (WebCT, Sakai, etc.). I have two
2006 Apr 25
2
issue with $() and child nodes on ie
I''m working on a framework that builds off of the latest snapshot prototype.js for use where I work. It contains parts that: - Repeat a set of html code and inserts it as the innerHTML of an element - Adds a method to each element that will return child elements by id I''ve found that in ie, after I alter the innerHTML, if I then use my child by id routine to grab an
2009 Dec 21
4
Refactor virt-v2v to be more like a 'big script'
These patches combine HVSource and HVTarget into a single Converter. This should make it more obvious where to hack without losing any practical flexibility. GuestOS remains separate. GuestOS is now a misnomer, because it's really only a Linux distro abstraction. It will be useless for Windows, for example. Functions which you'd expect to be different on a non-RH distro should live in
2005 Dec 17
17
problems with quotes and escaping
First of all I''d like to say thanks for all the great work everyone has put into scriptaculous, I''m having a lot of fun playing with the framework, and easily moving into Web 2.0 territory. I''ve just hit a snag on my project though. So here''s my code: ... var newEvent= "<div
2010 Nov 26
0
Wine release 1.3.8
...docvw: Get rid of DocHost-related *_THIS macros. shdocvw: Get rid of *_THIS macros in navigate.c. shdocvw: Get rid of remaining *_THIS macros. mshtml: Use IUriBuilder for nsIURI::SetPath implementation. mshtml: Use IUri for nsIURI::GetSpec implementation. mshtml: Moved cloneNode implementation to vtbl. mshtml: Use custom get_readyState implementations for object and frame elements. mshtml: Added IHTMLDocument3::createDocumentFragment implementation. mshtml: Added createDocumentFragment tests. mshtml: Correctly handle DOCUMENT_FRAGMENT_NODE in IHTML...
2011 Mar 11
2
[PATCH 1/2] Allow reading more data than the reported size of a volume
If a volume is not an exact multiple of 512 bytes, qemu-img will report its size rounded down to a 512 byte boundary. However, when copying, the file is still read until EOF, which will return more data than was expected. This change prevents that causing a failure in itself. The situation is still not resolved, however, as there are still situations where this will cause a failure. For example,
2008 Mar 11
7
sortable scroll in div problem : dragged element doesn't follow the mouse pointer
Hello, I''m facing a strange problem with a long list of Sortable items in a container that has an overflow:auto. If I drag an item from the top to the bottom, the container div is scrolling, but there is a difference between the position of the dragged element and the mouse pointer. An example is better that a thousand words. Try to drag the first item at the bottom of the
2005 Sep 29
14
Draggables and overflow div''s revisited
I have two scrollable div''s (overflow:auto), one with a list of elements (the source) and the other is the drop target (dest). I''ve enabled ghosting so that the drag element gets out of the scrollable box (good). Interesting, at least on Firefox, the ghosted drag ends up going ''under'' the destination div when I drag it. No amount of z-order fidding seems to
2007 Dec 14
0
Wine release 0.9.51
...races. riched32/tests: Avoid using size_t in traces. Alexandru Balut (2): oleaut32: Implement VarWeekdayName + tests. wine.inf: Fix the type of some values in HKLM, System\CurrentControlSet\Control\Session Manager\Environment. Alistair Leslie-Hughes (10): msxml3: Implement cloneNode. msxml3: Fix memory leaks. msxml3: Fix memory leak. shdocvw: Fix memory leak. urlmon: Fix memory leaks. msxml3: Implement IPersistStream. msxml: Register missing components. shlwapi: Fix memory leak in test. msxml3: Fix memory leak in test. msx...
2010 Nov 12
0
Wine release 1.3.7
...ti-character character constant. kernel32/tests: '\' needs to be escaped in a C string (sparse). urlmon/tests: Escape '\' in C strings (sparse). Nikolay Sivov (17): msxml3: Implement a trivial case of ::put_nodeTypedValue() for elements. msxml3: Get rid of ::cloneNode() forward. msxml3: Get rid of ::get_prefix() forward. msxml3: Get rid of ::get_baseName() forward. msxml3: Hint parser to use UTF-8 if it's specfied as BOM. comctl32/treeview: Make item data layout partially compatible with native one. msxml3: Encode special chara...
2010 Feb 01
9
[ESX support] Working ESX conversion for RHEL 5
With this patchset I have successfully[1] imported a RHEL 5 guest directly from ESX with the following command line: virt-v2v -ic 'esx://yellow.marston/?no_verify=1' -op transfer RHEL5-64 Login details are stored in ~/.netrc Note that this is the only guest I've tested against. I haven't for example, checked that I haven't broken Xen imports. Matt [1] With the exception of