


Detailed explanation of a bug in javascript event flow_javascript skills
I recently encountered a related bug when tuning netsurf: alert() was called twice. html code:
function causealert()
{
var txt = document.getElementById("p1").textContent;
alert(txt);
}
First line of paragraph.
< /p>
<script><br>var Button1 = document.getElementById("button1");<br>/*var Button1Click = function() { alert(1); }; <br>Button1.addEventListener("click ", Button1Click, false);*/<br>Button1.onclick = causealert;</p> <p></script>
Through gdb, locate the problem in _dom_node_dispatch_event():
/* The capture phase */ for (targetnr = ntargets; targetnr > 0; --targetnr). ..
/* Bubbling phase */
evt->phase = DOM_BUBBLING_PHASE;
for (targetnr = 0; targetnr < ntargets; targetnr)
The event flow is like this: p1(root)-->p2-->... --> pm --> T (capturing phase), T (target phase), T--> ; pm --> ... --> p1 (bubbling phase).
The specification stipulates that only one of capturing and bubbling can be selected. In the code, capturing is selected in js_dom_event_add_listener(). This explains why alert is executed twice.
Modification: According to the DOM 3 specification, just change the above 0 to 1.

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics

The convenience of LogitechFlow is that a single input device, whether it's a mouse or keyboard, can be used on multiple computers over WiFi. Although the application has an easy-to-use user interface, connectivity-related issues still occur. Sometimes LogitechFlow may have issues finding other computers or running between Mac and Windows. In this article, we will explore how to fix these issues and guide you through LogitechFlow not working properly in Windows 11. Why isn't my LogitechFlow working? If the connected device does not meet the developer's requirements, LogitechFlo

What do game bugs mean? During the process of playing games, we often encounter some unexpected errors or problems, such as characters getting stuck, tasks being unable to continue, screen flickering, etc. These abnormal phenomena are called game bugs, that is, faults or errors in the game. In this article, we'll explore what game bugs mean and the impact they have on players and developers. Game bugs refer to errors that occur during the development or operation of the game, causing the game to fail to run normally or to behave unexpectedly. These errors may be due to

As Apple's WWDC conference 2024 came to a successful conclusion, not only macos15 was announced, but the update of Apple's new iOS18 system attracted the most attention. Although there are many new features, as the first version of Apple's iOS18, people inevitably wonder whether it is necessary to upgrade Apple. iOS18, what kind of bugs are there in the latest release of Apple iOS18? After real use evaluation, the following is a summary of Apple iOS18 bugs, let’s take a look. Currently, many iPhone users are rushing to upgrade to iOS18. However, various system bugs are making people uncomfortable. Some bloggers said that you should be cautious when upgrading to iOS18 because "there are so many bugs." The blogger said that if your iPhone is

Event processing library in PHP8.0: Event With the continuous development of the Internet, PHP, as a popular back-end programming language, is widely used in the development of various Web applications. In this process, the event-driven mechanism has become a very important part. The event processing library Event in PHP8.0 will provide us with a more efficient and flexible event processing method. What is event handling? Event handling is a very important concept in the development of web applications. Events can be any kind of user row

System bagage refers to system bug; the original meaning of bug is "bug", and now it can be used to refer to vulnerabilities that exist on the computer. The reason is that there are flaws in the system security policy, and there is a danger that attackers can access without authorization; in a broad sense On the topic, bug can be used to describe loopholes or defects that appear in various fields.

SamsungFlow allows users to connect their laptop to a Samsung Galaxy device and use it mindlessly. However, people face various connectivity issues while using SamsungFlow. Sometimes, SamsungFlow fails to connect to WiFi or launch SmartView and occasionally, it fails to connect to the smartphone and gets Bluetooth connection issues because these issues are related to your network, in this post we are going to talk about how you can fix SamsungFlow connection issues solution. Fix SamsungFlowConnection Issues To fix SamsungFlowConnection issues, follow the solutions mentioned below

Some people want to update win11, but they don’t know if there are many bugs in win11 and whether the update will cause problems. In fact, there are bugs in win11 now, but they have little impact on use. Are there many bugs in win11? Answer: There are still many bugs in win11. However, these bugs have little impact on daily use. If the user has high requirements for daily use, it is recommended to use it later. Summary of win11 bugs 1. Resource Manager 1. Sometimes memory overflow occurs, resulting in high memory usage of the Resource Manager. 2. This situation will cause the memory to occupy more than 70%, causing the computer to freeze or even crash. 2. Conflict and crash 1. Some applications are not compatible enough, causing conflicts with each other. 2. Although there are relatively few conflict procedures,

Steam's Summer Sale has previously played host to some of the best game discounts, and this year seems to be stacking up for another home run by Valve. A trailer (watch below) teasing some of the Steam Summer Sale discounted games was just released i
