Closed Bug 1273851 Opened 9 years ago Closed 8 years ago

Event listener indicator missing for <html> element

Categories

(DevTools :: Inspector, defect, P2)

defect

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 1052736

People

(Reporter: darktrojan, Unassigned)

Details

Attachments

(1 file)

Attached image rect21.png
STR: Take a blank document, add a listener to document.body and document.documentElement. No 'ev' marker appears next to the <html> opening tag.
Version: 44 Branch → unspecified
STR : 1. Open `data:text/html;charset=utf-8,%0A%3Cdiv%3E1%3C%2Fdiv%3E%0A%3Cscript%3E%0Adocument.body.addEventListener("click"%2Cfunction(e)%7Bconsole.log("body click")%7D)%3B%0Adocument.documentElement.addEventListener("click"%2Cfunction(e)%7Bconsole.log("html click")%7D)%3B%0A%3C%2Fscript%3E%0A` 2. Open the markup view Expected result: Both <body> and <html> element have an event listener indicator Actual result: The <html> tag does not have an event listener indicator
Has STR: --- → yes
Priority: -- → P2
Duplicate of bug 1052736.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → DUPLICATE
Product: Firefox → DevTools
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: