Closed
Bug 1209993
Opened 10 years ago
Closed 9 years ago
Dev tools show non-existent id="null" on element
Categories
(DevTools :: Inspector, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: Ceremony, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:43.0) Gecko/20100101 Firefox/43.0
Build ID: 20150929004011
Steps to reproduce:
Open http://output.jsbin.com/wuzumev and open the dev tools, inspecting the DIV containing the instructions: "Click me and watch my id change!"
Follow the instructions and click on it.
Actual results:
Inspector shows, that the id gets set to "null" or removed when clicking again.
However no styling is applied and no element by the id "null".
Closing and opening the dev tools clears the erroneous id attribute as well.
Expected results:
Dev tools shouldn't display id="null" at all.
Updated•10 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 1•10 years ago
|
||
Confirmed on OS X 10.11 with Developer Edition, updating platform & component.
Component: Untriaged → Developer Tools: Inspector
OS: Unspecified → All
Hardware: Unspecified → All
Comment 2•9 years ago
|
||
This works for me in FF48. Feel free to re-open if it still occurs for you.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → WORKSFORME
Reporter | ||
Comment 3•9 years ago
|
||
(In reply to Patrick Brosset <:pbro> from comment #2)
> This works for me in FF48. Feel free to re-open if it still occurs for you.
Yep, seems to have been fixed!
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•