This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 147722

Summary: Line, which has breakpoint, is shifted in FireBug
Product: javascript Reporter: Roman Mostyka <romanmostyka>
Component: DebuggerAssignee: Quy Nguyen <quynguyen>
Status: RESOLVED INVALID    
Severity: blocker    
Priority: P4    
Version: 6.x   
Hardware: Sun   
OS: Solaris   
Issue Type: DEFECT Exception Reporter:
Attachments: Screenshot of shifted line in FireBug.

Description Roman Mostyka 2008-09-19 14:08:29 UTC
1. Create a web application with JSF framework.
2. Add JavaScript file.
3. Set a breakpoint in JavaScript file.
4. Start a debug session.
5. Open FireFox and FireBug in it.
6. Do the action, which suspends debugger on the breakpoint.

Result: Line, which has breakpoint, is shifted in FireBug.
Comment 1 Roman Mostyka 2008-09-19 14:09:26 UTC
Created attachment 70150 [details]
Screenshot of shifted line in FireBug.
Comment 2 Roman Mostyka 2008-09-19 14:10:51 UTC
*** Issue 147721 has been marked as a duplicate of this issue. ***
Comment 3 Quy Nguyen 2008-09-19 22:47:18 UTC
Could you attach the project that you used?
Comment 4 Quy Nguyen 2008-11-18 19:44:44 UTC
NetBeans is not responsible for the Firebug UI, which is a 3rd party browser add-on.  Based on the severity of the
problem, I am closing the issue since it is unlikely that the Firebug maintainers will fix the issue.
Comment 5 Roman Mostyka 2008-11-20 13:04:11 UTC
Are you sure that the problem isn't in the NetBeans browser extension?
Comment 6 Quy Nguyen 2008-11-20 18:47:15 UTC
Yes.  None of the Firebug UI is affected by the NetBeans browser extension.  To verify this, you could do a normal RUN
deployment and open Firebug in the opened Firefox browser window.