Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pseudo element build flow and box #1496

Closed
Prev

Add debug message in MoseOver Event

  • Loading branch information
sammykim committed Feb 10, 2014
commit 684a2e0f4a354c113de9bd36a3150d928a4c62c7
@@ -908,9 +908,11 @@ impl ScriptTask {
}

for node_address in node_address.iter() {
debug!("node address is {:?}", node_address);
let mut node = AbstractNode::from_untrusted_node_address(self.js_runtime
.ptr,
*node_address);
debug!("mouse move on {:s}", node.debug_str());
// Traverse node generations until a node that is an element is
// found.
while !node.is_element() {
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.