Open
Bug 1227059
Opened 9 years ago
Updated 2 years ago
Changing a tagname in the inspector causes JS errors
Categories
(DevTools :: Inspector, defect, P3)
DevTools
Inspector
Tracking
(Not tracked)
NEW
People
(Reporter: pbro, Unassigned)
Details
(Whiteboard: [btpp-backlog])
STR:
- open the inspector on about:home
- double-click on the tagName of the body's first child
- change the tagName to span
- hit enter
If you open the browser console (ctrl+shift+J), you'll see the following errors:
Got a removal of an actor we didn't know about: server1.conn4.child1/domnode38 inspector.js:3375
Got an addition of an actor we didn't know about: server1.conn4.child1/domnode50
Reporter | ||
Comment 1•9 years ago
|
||
Note that I wasn't able to reproduce on bugzilla (on this page).
Reporter | ||
Comment 2•9 years ago
|
||
Triaging (filter on CLIMBING SHOES).
Priority: -- → P3
Whiteboard: [btpp-backlog]
I can reproduce this bug with the following steps in 44 and later version on Windows, Linux and OS X.
- Go to about:home
- Open DevTools
- On and Off the Responsive Design Mode
Regression range:
https://hg.mozilla.org/integration/fx-team/pushloghtml?fromchange=aa9c61f1d58a52deaf72aa1acac164c4f73e3507&tochange=d6b2e070b5d0eb986c12e35d7fde2baa48c3170c
Updated•6 years ago
|
Product: Firefox → DevTools
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•