Closed
Bug 789027
Opened 12 years ago
Closed 6 years ago
Global search sometimes doesn't highlight the matches in the debugger editor
Categories
(DevTools :: Debugger, defect, P3)
DevTools
Debugger
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: vporof, Unassigned)
References
(Blocks 1 open bug)
Details
STR from bug 785883:
> 1) Visit http://harthur.github.com/wwcode/
> 2) Type !search and press RETURN (or whatever) to visit the matches.
> 3) Observe that the jquery match isn't visited and if you open it and click
> it with the mouse you get: "JavaScript error:
> chrome://browser/content/debugger-view.js, line 717: match is null"
[later...] I think I know why this is happening. Happens when the result is on very very (!) long lines, after GLOBAL_SEARCH_LINE_MAX_SIZE characters.
Reporter | ||
Updated•12 years ago
|
Priority: -- → P3
Reporter | ||
Updated•12 years ago
|
Assignee: nobody → vporof
Status: NEW → ASSIGNED
Reporter | ||
Updated•12 years ago
|
Assignee: vporof → nobody
Reporter | ||
Updated•12 years ago
|
Status: ASSIGNED → NEW
Updated•10 years ago
|
Summary: Global search results sometimes don't highlight the required match in the source editor → Global search sometimes doesn't highlight the matches in the debugger editor
Updated•10 years ago
|
Blocks: dbg-frontend
Updated•6 years ago
|
Product: Firefox → DevTools
Comment 2•6 years ago
|
||
Closing this bug because it is specific to the old debugger ui
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•