Closed
Bug 1575505
Opened 5 years ago
Closed 5 years ago
Warning: validateDOMNesting(...): <tr> cannot appear as a child of <table>.
Categories
(DevTools :: Netmonitor, defect, P2)
DevTools
Netmonitor
Tracking
(firefox70 fixed)
RESOLVED
FIXED
Firefox 70
Tracking | Status | |
---|---|---|
firefox70 | --- | fixed |
People
(Reporter: Honza, Assigned: tanhengyeow)
References
Details
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
I am seeing the following warning when opening the Messages panel
Warning: validateDOMNesting(...): <tr> cannot appear as a child of <table>. Add a <tbody> to your code to match the DOM tree generated by the browser.
in tr (created by FrameListContent)
in table (created by FrameListContent)
in div (created by FrameListContent)
in FrameListContent
in VisibilityHandler
in Unknown (created by Connect(Component))
in Connect(Component) (created by WebSocketsPanel)
in div (created by SplitBox)
in div (created by SplitBox)
in SplitBox (created by WebSocketsPanel)
in div (created by WebSocketsPanel)
in WebSocketsPanel
in VisibilityHandler
in Unknown (created by Connect(Component))
in Connect(Component) (created by TabboxPanel)
in div (created by Panel)
in Panel (created by TabboxPanel)
in div (created by Tabs)
in div (created by Tabs)
in div (created by Tabs)
in Tabs (created by Sidebar)
in Sidebar (created by Tabbar)
in div (created by Tabbar)
in Tabbar (created by TabboxPanel)
in TabboxPanel (created by NetworkDetailsPanel)
in div (created by NetworkDetailsPanel)
in NetworkDetailsPanel
in VisibilityHandler
in Unknown (created by Connect(Component))
in Connect(Component) (created by MonitorPanel)
in div (created by SplitBox)
in div (created by SplitBox)
in SplitBox (created by MonitorPanel)
in div (created by MonitorPanel)
in MonitorPanel
in VisibilityHandler
in Unknown (created by Connect(Component))
in Connect(Component) (created by App)
in div (created by DropHarHandler)
in DropHarHandler (created by App)
in div (created by App)
in App
in VisibilityHandler
in Unknown (created by Connect(Component))
in Connect(Component)
in Provider
Reporter | ||
Comment 1•5 years ago
|
||
@Heng Yeow: can you please look at this, thanks.
Honza
Assignee | ||
Comment 2•5 years ago
|
||
Fix warnings in Browser Toolbox.
Reporter | ||
Updated•5 years ago
|
Assignee: nobody → E0032242
Status: NEW → ASSIGNED
Assignee | ||
Updated•5 years ago
|
Flags: needinfo?(E0032242)
Pushed by jodvarko@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/b800ffcad849
Warning: validateDOMNesting(...): <tr> cannot appear as a child of <table>. r=Honza
Comment 4•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox70:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 70
You need to log in
before you can comment on or make changes to this bug.
Description
•