Bug 1929808 Comment 23 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

This likely occurs when codemirror does not finish updating before the conditional breakpoint panel gets focus. Once codemirror completes and updates the UI, the conditional breakpoint panel loses focus. We should wait for the codemirror updates to complete. See example here https://searchfox.org/mozilla-central/rev/d1e731d931b7b46237175de1701849a7cf5c8579/devtools/client/webconsole/test/browser/browser_webconsole_location_logpoint_debugger_link.js#33-38 (Looks like the same test)
This likely occurs when codemirror does not finish updating before the conditional breakpoint panel gets focus. Once codemirror completes and updates the UI, the conditional breakpoint panel loses focus. We should wait for the codemirror updates to complete. See example here https://searchfox.org/mozilla-central/rev/d1e731d931b7b46237175de1701849a7cf5c8579/devtools/client/webconsole/test/browser/browser_webconsole_location_logpoint_debugger_link.js#33-40 (Looks like the same test)
This likely occurs when codemirror does not finish updating before the conditional breakpoint panel gets focus. Once codemirror completes and updates the UI, the conditional breakpoint panel loses focus. We should wait for the codemirror updates to complete. See example here https://searchfox.org/mozilla-central/rev/d1e731d931b7b46237175de1701849a7cf5c8579/devtools/client/webconsole/test/browser/browser_webconsole_location_logpoint_debugger_link.js#33-40

Back to Bug 1929808 Comment 23