Closed
Bug 1366800
Opened 8 years ago
Closed 8 years ago
Two search fields are displayed on the new debugger
Categories
(DevTools :: Debugger, defect, P1)
Tracking
(firefox53 unaffected, firefox54 unaffected, firefox55 disabled, firefox56 verified)
VERIFIED
FIXED
Firefox 56
Tracking | Status | |
---|---|---|
firefox53 | --- | unaffected |
firefox54 | --- | unaffected |
firefox55 | --- | disabled |
firefox56 | --- | verified |
People
(Reporter: hyacoub, Assigned: jlast)
References
Details
Attachments
(1 file)
813.84 KB,
video/mp4
|
Details |
[Affected versions]:
Nightly 55.0a1
[Affected platforms]:
Platforms: Windows 10 x 64, Ubuntu 16.10 and Mac OS X 10.12
[Steps to reproduce]:
1. Go to https://devtools-html.github.io/debugger-examples/examples/todomvc/
2. Open Debugger.
3. From "Sources" section select a file that has the ".js" termination (e.g todo-view.js).
4. (On Windows - Press CTRL + F OR on Mac - Press CMD + F )
Search for a term that can be found (e.g listenTo).
5. Click on any code line.
6. Press (On Windows - Press CTRL + F OR on Mac - Press CMD + F )
[Expected result]:
Pressing (On Windows - Press CTRL + F OR on Mac - Press CMD + F) should highlight or close the search field.
[Actual result]:
Two search fields are displayed on the new debugger
Reporter | ||
Updated•8 years ago
|
Blocks: 1294139
status-firefox53:
--- → unaffected
status-firefox54:
--- → unaffected
status-firefox55:
--- → affected
Assignee | ||
Updated•8 years ago
|
Priority: -- → P1
Assignee | ||
Comment 1•8 years ago
|
||
This is being tracked here: https://github.com/devtools-html/debugger.html/issues/3006
Comment 2•8 years ago
|
||
Fixed here: https://github.com/devtools-html/debugger.html/pull/3135
And cannot be reproduced: https://github.com/devtools-html/debugger.html/issues/3006#issuecomment-309403791
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 3•8 years ago
|
||
I verified this bug on Mac OS 12.12 and it is fixed, but it's still reproducible on Windows 10 x 64 and Ubuntu 16.04 x64.
Flags: needinfo?(jlaster)
Flags: needinfo?(clarkbw)
Comment 4•8 years ago
|
||
Ok, lets have Jason take a look at this on Windows only. Thanks!
Flags: needinfo?(clarkbw)
Assignee | ||
Comment 6•8 years ago
|
||
This was fixed on nightly last week. I tested it today on a windows laptop and could not reproduce.
Reporter | ||
Comment 7•8 years ago
|
||
Build ID: 20170706060058
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:56.0) Gecko/20100101 Firefox/56.0
Verified as fixed on Firefox Nightly 56.0a1 on Windows 10 x 64, Windows 7 x32, Mac OS X 10.12 and Ubuntu 16.04 x64.
Status: RESOLVED → VERIFIED
status-firefox56:
--- → verified
Comment 8•8 years ago
|
||
the new debugger is disabled in 55.
Updated•8 years ago
|
Assignee: nobody → jlaster
Target Milestone: --- → Firefox 56
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•