Open
Bug 298740
Opened 20 years ago
Updated 2 years ago
source and interactive session panes not repainted after hitting a breakpoint in venkman
Categories
(Core :: Web Painting, defect)
Tracking
()
UNCONFIRMED
People
(Reporter: ajschult784, Unassigned)
Details
With linux suite trunk 2005062305, if I set a breakpoint in venkman, hide the venkman window and then trigger the breakpoint, the venkman window does not repaint the top part of the source pane and the bottom part of the interactive session pane do not repaint. Repainting the source pane seems to work sometimes but the interactive session pane fails pretty consistently. Covering the unpainted area with another window fixes the problem. This sounds a lot like bug 202595 and may be the same underlying issue, but I can't reproduce that bug. I tried backing out bug 190193 (with some unbitrotting), but that didn't help. I also see the bug in 1.4, which didn't have bug 190193. The specific steps I using to hit this bug are: 1) load https://bugzilla.mozilla.org/query.cgi 2) load venkman 3) open query.cgi in the loaded scripts and go to doOnSelectProduct 4) set a breakpoint at line 280 (var f = document.forms[...) 5) select a product in the browser page for query.cgi
Comment 1•19 years ago
|
||
This is an automated message, with ID "auto-resolve01". This bug has had no comments for a long time. Statistically, we have found that bug reports that have not been confirmed by a second user after three months are highly unlikely to be the source of a fix to the code. While your input is very important to us, our resources are limited and so we are asking for your help in focussing our efforts. If you can still reproduce this problem in the latest version of the product (see below for how to obtain a copy) or, for feature requests, if it's not present in the latest version and you still believe we should implement it, please visit the URL of this bug (given at the top of this mail) and add a comment to that effect, giving more reproduction information if you have it. If it is not a problem any longer, you need take no action. If this bug is not changed in any way in the next two weeks, it will be automatically resolved. Thank you for your help in this matter. The latest beta releases can be obtained from: Firefox: http://www.mozilla.org/projects/firefox/ Thunderbird: http://www.mozilla.org/products/thunderbird/releases/1.5beta1.html Seamonkey: http://www.mozilla.org/projects/seamonkey/
Updated•17 years ago
|
Assignee: roc → nobody
QA Contact: ian → layout.view-rendering
| Assignee | ||
Updated•6 years ago
|
Component: Layout: View Rendering → Layout: Web Painting
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•