-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Breakpoint editor shows briefly and then closes when using the pen icon. #314
Comments
Hi @dsmeltz, can you help provide a screen recording of the bug? I'm not able to reproduce the issue on the same version of Edge. When you right click on the breakpoint to edit, does the dialog go away after you enter the edits and hit Enter? |
Yes, the dialog works correctly from the right-click on the breakpoint indicator. The issue lies in clicking the pen icon from the list of breakpoints. (As seen in image 1) That's what causes the dialog to flash open and immediately close. |
Thanks for clarifying. Edge v133.0.3065.69 was recently released to Stable - are you still seeing the same issue after updating to the most recent version? I still can't reproduce the issue. |
@dsmeltz are you still seeing this bug on the latest version 134.0.3124.51? We fixed some regressions and hopefully it also addressed this bug. I still haven't been able to get a clear repro of this issue since you reported it. |
Thanks for confirming - added this to our backlog. Can you try going to Settings and enabling "Switch back to the legacy DevTools UI" under Appearance as a workaround? |
No workaround needed. I'll just use the edit option from the right-click of the breakpoint if I need to edit it. |
When trying to edit a breakpoint, if you use the pen icon, where the breakpoints are listed, the dialog just blinks into existence and then disappears.
If you right-click the actual breakpoint indicator in the code, and select Edit breakpoint..., the dialog stays open.
The text was updated successfully, but these errors were encountered: