search for: nextsibl

Displaying 15 results from an estimated 15 matches for "nextsibl".

Did you mean: nextscb
2007 Oct 13
0
5 commits - libswfdec/swfdec_html_parser.c libswfdec/swfdec_text_field.c libswfdec/swfdec_text_field_movie_as.c libswfdec/swfdec_text_field_movie.c libswfdec/swfdec_xml.c test/trace
...e/xml-parse-6.swf.trace +++ b/test/trace/xml-parse-6.swf.trace @@ -167,8 +167,8 @@ childNodes: 0: Loading: xml-parse-2.xml Success: true --- -788 -788 +820 +820 docTypeDecl: <!DOCTYPE foo [ <!ENTITY greeting "hello"> ]> ignoreWhite: true loaded: true @@ -301,7 +301,7 @@ nextSibling: undefined previousSibling: TAG(1): 'empty_element' childNodes: 0: --- -attributes: 1: entities%5Fattribute=%3C%20%3E%20%22%20%27%20%26 +attributes: 1: entities%5Fattribute=%3C%20%3E%20%22%20%27%20%26%20%C2%A0 localName: entities namespaceURI: nodeName: entities @@ -309,18 +309,1...
2007 Dec 20
0
13 commits - libswfdec/swfdec_as_array.c libswfdec/swfdec_xml.c libswfdec/swfdec_xml_node.c test/trace
.../>,<b />,c,<d /> +<a />,<b />,c,<d />,fake +<b />,c,<d /> +<b />,c,<d />,<fake /> +<b />,c,<d />,<e /> +fake,c,<d />,<e /> +<b />,c,<d />,<f />,<e /> +parent +firstchild +lastchild +nextsibling +previoussibling +true +parent +firstchild +lastchild +nextsibling +previoussibling +true +null +null +null +null +null +false +null +null +null +null +null +false + + +<a />,<b />,c,<d /> +<a />,<b />,c,<d /> +a:b +a +b +c:d +c +d +c:d +c +d +c:d +c +d + + +...
2006 Feb 07
1
onHover: can u explain me this function ?
...ment, dropon); if(dropon.parentNode!=oldParentNode) Sortable.options(oldParentNode).onChange(element); Sortable.options(dropon.parentNode).onChange(element); } } else { Sortable.mark(dropon, ''after''); var nextElement = dropon.nextSibling || null; if(nextElement != element) { var oldParentNode = element.parentNode; element.style.visibility = "hidden"; // fix gecko rendering dropon.parentNode.insertBefore(element, nextElement); if(dropon.parentNode!=oldParentNode) So...
2006 Feb 17
4
RE: Ajax.Updater and loading new javascriptfunctions.
...es that script file get executed immediately. var jsScript = document.createElement("script"); jsScript.setAttribute("type", "text/javascript"); jsScript.setAttribute("src", url); var node = document.body.firstChild; node = (node.nodeType == 3) ? node.nextSibling : node; document.body.insertBefore(jsScript, node); ________________________________ From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org [mailto:rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org] On Behalf Of Alex Duffield Sent: Friday, Feb...
2009 Jul 07
0
[PATCH server] Update app to work with rails 2.3.2
...sNumber(expression) ? previousSiblings[expression] : + Selector.findElement(previousSiblings, expression, index); }, next: function(element, expression, index) { element = $(element); if (arguments.length == 1) return $(Selector.handlers.nextElementSibling(element)); var nextSiblings = element.nextSiblings(); - return expression ? Selector.findElement(nextSiblings, expression, index) : - nextSiblings[index || 0]; + return Object.isNumber(expression) ? nextSiblings[expression] : + Selector.findElement(nextSiblings, expression, index); }, select: funct...
2006 Jul 18
0
act_as_tree with ordered items
...it can lead to inconsistencies in the database so I am reluctant to use such a solution. So my question is this: Is there a way (preferrably implemented similar to acts_as_*) to specify data structure with links within a certain level of the tree, maybe using equivalents of previousSibling and nextSibling as references to other items in the same table, as well as a parent reference? Grateful for help, regards Erik Lindblad -- Posted via http://www.ruby-forum.com/.
2006 Jun 26
1
Parent/Child Tags
IS there a way to determine that the parent or child tags are for a given element? _____________________ Thanks, Keith Davis - MCSA, A+, N+ P.R.I.D.E. - Director of Computer Services www.pridedallas.com Work (214) 351-6600 ext. 119 Mobile (214) 906-5183 _______________________________________________ Rails-spinoffs mailing list
2005 Nov 10
1
Effect.BlindDown: element.style has no properties
I''m running Typo, and after a comment is successfully posted, Typo runs this snippet of Javascript: new Effect.BlindDown($(''commentList'').lastChild); which throws the following error under Firefox 1.5rc1 (OSX) Error: element.style has no properties Source File: http://laughingmeme.org/javascripts/effects.js Line: 754 The problem being that lastChild() is returning
2006 Feb 17
6
Ajax.Updater and loading new javascript functions.
I working on rebuilding my CMS software using AJAX, and have run into a couple problems I cant seem to find the solution to. I am loading up a new component of my system using the Ajax.Updater, and it loads up the HTML fine but as the component I am loading up is fairly complicated I want to load up its relevant javascript functions as well at the same time. I am using the
2005 Sep 27
8
prototype.js
Hi *, We don''t know if you guys are the right audience, but we got a problem with prototype.js we need to solve. Essentially, it is a compatibility bug with the IE. We wrote a component so it updates itself periodically using AJAX. we used the prototype.js to accomplish this (using the periodicalUpdater object). now the component works fine using firefox or opera, but NOT with IE. the
2009 Jul 20
9
Upgrade server to run on Rails 2.3.2/F11
Note that one of the 8 patches (#6) will be sent separately in reply to this email, as some of the replaced lines are too long, so git won't let me send the email. However, there is nothing wrong with that patch, and it should be applied in the sequence listed below. Note also that I assume this will be tested on a clean f11 install, rather than an upgrade of an existing ovirt server
2008 Jan 11
0
Wine release 0.9.53
...Implement createComment. msxml3: Implement createAttribute. msxml3: Add missing values for get_nodeName. msxml3: Cannot add an attribute with appendChild. msxml3: Implement get_xml. msxml3: Tests for get_xml, createAttribute, CreateComment, setNamedItem. msxml3: nextSibling not supported for Attribute, Document and Document Fragment Nodes. msxml3: lastChild not supported for CDATASection, Comment, PI and Text Nodes. msxml3: createProcessingInstruction: Check arguments are valid. msxml3: previousSibling not supported for Attribute, Document and Doc...
2009 Nov 13
0
Wine release 1.1.33
...HTMLDocumentNode. mshtml: Avoid crash in nsIURI:Equals if other_url is NULL. mshtml: Added HTML frames support. jscript: Store a copy of code in parser_ctx_t. mshtml: Improve debug traces. mshtml: Inherit scriptmode from parent window. mshtml: Added IHTMLDOMNode::nextSibling implementation. jscript: Pass global object as this if 'this' argument is null or undefined in Function.call. jscript: Pass global object as this if 'this' argument is null or undefined in Function.apply. mshtml: Moved whole element initialization to HTMLElement...
2007 Oct 12
0
Changes to 'refs/tags/0.5.3'
...ore XML's in trace_properties.as Merge branch 'master' into xml Make XMLNode's nodeValue, nodeName, prefix and localName properties work right Make XMLNode's type property unsigned, add native get function More XML work Add parentNode, previous- and nextSibling properties to XMLNode Fix an error in previousSibling. Add firstChild and lastChild properties. Add asserts to swfdec_as_object_mark and swfdec_as_string_mark Work on XMLNode: marking, getNamespaceForPrefix function, attributes property Merge branch 'master' into...
2007 Nov 27
0
12 commits - libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_strings.c libswfdec/swfdec_loader.c libswfdec/swfdec_loader_internal.h libswfdec/swfdec_load_object_as.c libswfdec/swfdec_load_object.c libswfdec/swfdec_load_object.h
...) = _global.XMLNode.prototype constructor (hp) = _global.XMLNode -local.e.lastChild = local.e.childNodes.0 +local.e.lastChild = object __proto__ (hp) = _global.XMLNode.prototype constructor (hp) = _global.XMLNode local.e.localName = string : "element" @@ -111,7 +111,7 @@ local.e.nextSibling = null local.e.nodeName = string : "element" local.e.nodeType = number : 1 local.e.nodeValue = null -local.e.parentNode = local.d +local.e.parentNode = object __constructor__ = _global.XML __proto__ (hp) = _global.XML.prototype constructor = _global.XML diff --git a/test/tr...