Hi Omu, Thanks for reporting! I can't seem to reproduce. I used your example to create a glitch file. #### STR 1) Go to https://bug-1710492-source-tooltip.glitch.me/ 2) Open the debugger and click on `script.js` 3) Set a breakpoint on line 9 4) Click the button and wait till it pauses 5) Hover over `act`, the value `"pre"` Does this STR match your scenario? and does it work for you?
Bug 1710492 Comment 2 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
Hi Omu, Thanks for reporting! I can't seem to reproduce. I used your example to create a glitch file. #### STR 1) Go to https://bug-1710492-source-tooltip.glitch.me/ 2) Open the debugger and click on `script.js` 3) Set a breakpoint on line 9 4) Reload the page 5) When the break point is hit 6) Hover over `act`, the value is `"app"` 7) Click the debugger's resume button to continue 8) Click the "click me" button on the webpage 9) Repeat 5 and 6 #### AR The value is still `"app"` #### ER The value should be `"pre"`