Closed Bug 969297 Opened 11 years ago Closed 11 years ago

Error: this._walker is null when click items, All mouse interaction fails.

Categories

(DevTools :: Inspector, defect)

29 Branch
x86_64
Windows 7
defect
Not set
minor

Tracking

(firefox27 unaffected, firefox28 unaffected, firefox29 affected, firefox30 fixed, firefox-esr24 unaffected)

RESOLVED WORKSFORME
Tracking Status
firefox27 --- unaffected
firefox28 --- unaffected
firefox29 --- affected
firefox30 --- fixed
firefox-esr24 --- unaffected

People

(Reporter: alice0775, Unassigned)

References

Details

(Keywords: regression)

Error: this._walker is null Source File: resource://gre/modules/commonjs/toolkit/loader.js -> resource://gre/modules/devtools/server/actors/highlighter.js Line: 182 Steps To Reproduce: 1. Open Addons Manager 2. Open Inspector(Ctrl+Shift+C) and close 3. Click items(category, Option/Disable/Enable/Remove buttons etc.)
Component: General → Developer Tools: Inspector
Blocks: 916443
This is not only for Addons manager but also for normal web page, And once the problem happens, all mouse interaction fails. Steps To Reproduce: 1. Open any Web page 2. Open Inspector(Ctrl+Shift+C) and close 3. Click Link or Select text by mouse Actual Results: all mouse interaction fails with the error message. Expected Results: No error
Severity: minor → major
(In reply to Alice0775 White from comment #0) > Error: this._walker is null > Source File: resource://gre/modules/commonjs/toolkit/loader.js -> > resource://gre/modules/devtools/server/actors/highlighter.js > Line: 182 > > Steps To Reproduce: > 1. Open Addons Manager > 2. Open Inspector(Ctrl+Shift+C) and close > 3. Click items(category, Option/Disable/Enable/Remove buttons etc.) Can you detail a bit more what you mean in steps 2 and 3? What do you close? When you say click items, do you mean selecting an item with the inspector activated? I haven't been able to reproduce this error. Could it be related to bug 962478? I have a feeling it is. It would be great if you could try again with the latest nightly (this bug was fixed yesterday) and let me know if this happens again.
Severity: major → minor
Summary: Error: this._walker is null when click items in Addon Manager → Error: this._walker is null when click items, All mouse interaction fails.
(In reply to Alice0775 White from comment #1) > This is not only for Addons manager but also for normal web page, > > And once the problem happens, all mouse interaction fails. > > Steps To Reproduce: > 1. Open any Web page > 2. Open Inspector(Ctrl+Shift+C) and close > 3. Click Link or Select text by mouse > > Actual Results: > all mouse interaction fails with the error message. > > Expected Results: > No error Ah, there was a mid-air collision between comment 1 and comment 2. Anyway, this confirms my feeling. This is most certainly due to bug 962478.
Regression window(fx) Good: http://hg.mozilla.org/integration/fx-team/rev/3feaef0837d6 Mozilla/5.0 (Windows NT 6.1; WOW64; rv:29.0) Gecko/20100101 Firefox/29.0 ID:20140109001243 Bad: http://hg.mozilla.org/integration/fx-team/rev/c3145720f680 Mozilla/5.0 (Windows NT 6.1; WOW64; rv:29.0) Gecko/20100101 Firefox/29.0 ID:20140109035343 Pushlog: http://hg.mozilla.org/integration/fx-team/pushloghtml?fromchange=3c4e2a76f567&tochange=c3145720f680 Regressed by: Bug 916443
fixed https://hg.mozilla.org/mozilla-central/rev/dedf12c4e805 Mozilla/5.0 (Windows NT 6.1; WOW64; rv:30.0) Gecko/20100101 Firefox/30.0 ID:20140207030201
Status: NEW → RESOLVED
Closed: 11 years ago
Depends on: 962478
Resolution: --- → WORKSFORME
Product: Firefox → DevTools
You need to log in before you can comment on or make changes to this bug.