Home | History | Annotate | Download | only in WebCore

Lines Matching full:ancestor

2769         Crash when sending a wheel event to a node with no shadow ancestor node
2774 (WebCore::EventHandler::handleWheelEvent):add check to see if the shadow ancestor node of the node that was under the mouse exists before trying to dispatch the wheel event to it.
6162 Since default event handlers are not retargeted, we should always attempt ancestor
6166 (WebCore::ancestorVideoElement): Added ancestor-traversing helper.
7359 its svg text ancestor as needing a positioning values update.
7858 fast/dom/HTMLElement/iscontenteditable-designmodeon-ancestor.html
13962 Turns out, the relatedTarget of an event could be also an ancestor of an event,
16893 (WebCore::Range::compareBoundaryPoints): Throws an exception when two containers do not have a common ancestor.
25261 layers which create and position an "ancestor clipping" layer based
25268 Test: compositing/geometry/ancestor-overflow-change.html
25586 1) calculate lowest common ancestor between relatedTarget and target, and
25601 common ancestor, the boundaries around it, and compute adjustments
25602 to relatedTarget and event target ancestor chain.
26156 up until the highest ancestor with isInlineNodeWithStyle, replaced the while loop by calls to splitTreeToNode
26159 Also fixed a bug in splitTreeToNode not to check the difference in visible position when splitting the ancestor,
36369 not by the directionality of the ancestor node from which text-align property is inherited.
38169 Untangle dependency between event ancestor chain computation and InspectorDOMAgent.
38183 to getEventAncestors with a simple ancestor traversal loop.
38318 fragment context's closest form ancestor. If a misnested form end tag is
38327 Test: fast/parser/fragment-closest-form-ancestor.html
42606 (WebCore::lastEditablePositionBeforePositionInRoot): The shadow ancestor node is usually an input element
48933 Static distance computation is wrong when an ancestor is also positioned. We need to go up the container()
48937 Added fast/block/positioning/static-distance-with-positioned-ancestor.html.
50388 instead of deprecatedNode() to look for the lowest editable ancestor because position before or after
63361 <rdar://problem/9028929> REGRESSION (r75897): Scaling applied twice to an iframe with a transformed ancestor