Closed
Bug 1549777
Opened 2 years ago
Closed 2 years ago
Preview sometimes not showing when hovering on an object in the editor
Categories
(DevTools :: Debugger, defect)
DevTools
Debugger
Tracking
(firefox68 fixed)
RESOLVED
FIXED
Firefox 68
| Tracking | Status | |
|---|---|---|
| firefox68 | --- | fixed |
People
(Reporter: jarilvalenciano, Assigned: jarilvalenciano)
References
Details
(Whiteboard: [good first verify])
Attachments
(2 files)
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.103 Safari/537.36
Steps to reproduce:
- Open https://nifty-taste.glitch.me/
- Set a breakpoint on script.js line 2
- Refresh the page to pause on the breakpoint
- Hover repeatedly between "a" and "="
Actual results:
The "a" object preview only appears every other time you hover on it from "=".
Expected results:
It should generate a preview for the "a" object every time you hover on it.
The original bug was being caused by a mouseleave from the token and mouseenter into the bracket arrow being triggered immediately after the preview was rendered. This appears less often on longer variable names, but happen all the time for single character variable names.
The problem no longer persists after removing cursor events from the bracket arrow.
Updated•2 years ago
|
Assignee: nobody → jarilvalenciano
Component: Untriaged → Debugger
Product: Firefox → DevTools
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Pushed by jlaster@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/14654d375cc6 Disable cursor events on preview bracket-arrow. r=jlast
Comment 3•2 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox68:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 68
Updated•2 years ago
|
QA Whiteboard: [good first verify]
Updated•2 years ago
|
Whiteboard: [good first verify]
You need to log in
before you can comment on or make changes to this bug.
Description
•