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 - Line, which has breakpoint, is shifted in FireBug
Summary: Line, which has breakpoint, is shifted in FireBug
Status: RESOLVED INVALID
Alias: None
Product: javascript
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 6.x
Hardware: Sun Solaris
: P4 blocker (vote)
Assignee: Quy Nguyen
URL:
Keywords:
: 147721 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-09-19 14:08 UTC by Roman Mostyka
Modified: 2008-11-20 18:47 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Screenshot of shifted line in FireBug. (114.72 KB, image/png)
2008-09-19 14:09 UTC, Roman Mostyka
Details

Note You need to log in before you can comment on or make changes to this bug.
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.