Bug 87249 - Web Inspector: Unchecking of breakpoint is flaky.
Summary: Web Inspector: Unchecking of breakpoint is flaky.
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Vsevolod Vlasov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-23 04:57 PDT by sam
Modified: 2012-05-23 05:53 PDT (History)
12 users (show)

See Also:


Attachments
Screenshot attached for description. (127.99 KB, image/png)
2012-05-23 04:57 PDT, sam
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description sam 2012-05-23 04:57:22 PDT
Created attachment 143535 [details]
Screenshot attached for description.

Unchecking of breakpoint seems flaky in cases where the breakpoint ui location and primary location does not match.
Have attached the screenshot to illustrate the problem statement.
Comment 1 sam 2012-05-23 05:02:55 PDT
While unchecking the breakpoint (updateBreakpoint), fakeBreakpointAtPrimaryLocation is called which adds the ui location for primaryUILocation and in cases, this is not same as uiLocation.
Comment 2 Vsevolod Vlasov 2012-05-23 05:53:35 PDT
While this behavior could indeed be confusing, everything seems to work as intended. When you activate breakpoint on line 3 it is resolved on line 4 and these breakpoints are merged, hence only one of them is shown.