Closed
Bug 92121
Opened 23 years ago
Closed 23 years ago
Clicking on filename link in console should go to specific line
Categories
(Core Graveyard :: Error Console, enhancement, P3)
Core Graveyard
Error Console
Tracking
(Not tracked)
Future
People
(Reporter: bugzilla, Assigned: hewitt)
Details
(Keywords: helpwanted, Whiteboard: DUPEME)
If you have this in the console:
Warning: function PageProxyDragGesture does not always return a value
Source File: chrome://navigator/content/navigator.js
Line: 1417
Clicking on the chrome://navigator/content/navigator.js link shows the source of
the file. It could be nice if Mozilla scrolled to the line in question.
Somelink like chrome://navigator/content/navigator.js#1417
Comment 1•23 years ago
|
||
That would indeed be nice. Too bad getting reliable line numbering out of view
source is not possible at the moment...
If it were, this would be pretty simple to implement.
Depends on: 15364
Whiteboard: DUPEME
Comment 2•23 years ago
|
||
Assume this is JS console since that's the only place where clicking on links
brings up the js source file
->hewitt
Assignee: pchen → hewitt
Keywords: helpwanted
Assignee | ||
Updated•23 years ago
|
Status: NEW → ASSIGNED
Priority: -- → P3
Target Milestone: --- → Future
Assignee | ||
Updated•23 years ago
|
Component: XP Apps → JavaScript Console
Comment 3•23 years ago
|
||
*** This bug has been marked as a duplicate of 79612 ***
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
Comment 4•23 years ago
|
||
mass verification of duplicate bugs: to find all bugspam pertaining to this, set
your search string to "DuplicateBugsBelongInZahadum".
if you think this particular bug is *not* a duplicate, please provide a
compelling reason, as well as check a recent *trunk* build (on the appropriate
platform[s]), before reopening.
Status: RESOLVED → VERIFIED
Updated•16 years ago
|
Product: Core → SeaMonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•