Closed
Bug 1097635
Opened 10 years ago
Closed 4 years ago
Debugger doesn't jump to right line when clicking button in inspector event popup on about: pages
Categories
(DevTools :: Debugger, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: rajasingh012, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(3 files)
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:35.0) Gecko/20100101 Firefox/35.0
Build ID: 20141111004002
Steps to reproduce:
When browse firefox "about:" pages, open f12 tools, go to inspect tab, click any javascript event, click debugger button on eventpopup, it doesn't point to the javascript function.
Actual results:
Debugger tab opens up, nothing happens.
Expected results:
Dev tools points to javascript function.
Reporter | ||
Updated•10 years ago
|
Component: Untriaged → Developer Tools: Inspector
Comment 1•10 years ago
|
||
I've seen this happen outside of about: pages as well, where clicking the link just goes to line 1 of the file in question. :-(
Updated•10 years ago
|
Component: Developer Tools: Inspector → Developer Tools: Debugger
Summary: Javascript function not show in inspector event popup in about: pages → Debugger doesn't jump to right line when clicking button in inspector event popup on about: pages
Comment 2•10 years ago
|
||
This is happening for me on basically any page, including this page. I need to use Safe Mode in order for inspector to focus properly. Firefox Developer Edition 35.0a2 (2014-11-14) on Ubuntu 14.04 x64 (Dell Sputnik)
Duplicate of https://support.mozilla.org/en-US/questions/1030265 which for some reason I can't reply to.
Comment 3•10 years ago
|
||
Sorry, the original issue was about the debugger, my comment is simply about right-clicking and selecting Inspector. Inspector highlights the <body> tag instead of the element clicked on. May be related, may not be.
(In reply to bradley.will from comment #3)
> Created attachment 8523299 [details]
> Screenshot from 2014-11-14 17:28:05.png
>
> Sorry, the original issue was about the debugger, my comment is simply about
> right-clicking and selecting Inspector. Inspector highlights the <body> tag
> instead of the element clicked on. May be related, may not be.
You are looking for bug 1091706.
Reporter | ||
Comment 5•10 years ago
|
||
In about:robots page, the debugger doesn't show the javascript code. In inspector javascript code rendered as <script> #cdata-selection </selection>
Updated•6 years ago
|
Product: Firefox → DevTools
Comment 6•4 years ago
|
||
This is working now.
Status: UNCONFIRMED → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•