Closed
Bug 266732
Opened 20 years ago
Closed 20 years ago
DOM Inspector crash Firefox when inspected document change style
Categories
(Other Applications :: DOM Inspector, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 111411
People
(Reporter: sdelfranco, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; rv:1.7.3) Gecko/20041001 Firefox/0.10.1
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; rv:1.7.3) Gecko/20041001 Firefox/0.10.1
(This may be related to bug 170674)
When a page being inspected change its style and "CSS Style Rules" view is
selected in DOM Inspector, Firefox crashes.
Reproducible: Always
Steps to Reproduce:
1. Make a page with CSS (external or embedded, i reproduced this bug in both cases).
2. Load that page and inspect it.
3. In DOM Inspector, select a node (I tested in <td> and <strong>).
4. Select "CSS Style Rules" view
5. Change source code (html or css file, depending if it is embedded or external
style).
6. In browser windows, reload the page.
7. In DOM Inspector, select "Computed Style" view and then select "CSS Style
Rules" view.
Actual Results:
Firefox crashes.
Expected Results:
I think DOM Inspector should reload page when inspected document is reloaded.
Comment 1•20 years ago
|
||
Known issue. See https://bugzilla.mozilla.org/show_bug.cgi?id=111411#c16
*** This bug has been marked as a duplicate of 111411 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
Updated•20 years ago
|
Product: Core → Other Applications
Updated•17 years ago
|
Assignee: dom-inspector → nobody
QA Contact: timeless → dom-inspector
You need to log in
before you can comment on or make changes to this bug.
Description
•