Open
Bug 1292045
Opened 9 years ago
Updated 9 years ago
FF DevTools: "Eyedropper" does not work, is not implemented.
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
NEW
People
(Reporter: RainerBielefeldNG, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [easyconfirm][devtools])
Steps how to reproduce with unofficial (from ~akalla/unofficial/) ) en-US SeaMonkey 2.48a1 (NT 6.1; WOW64; rv:51.0) Gecko/20100101 Firefox/51.0 Build 20160802141413 (Default Classic Theme) on German WIN7 64bit:
1. ˋLaunch Browser → menu Tools → Web Development → Eyedropperˊ
Expected: magnifying glass appears due to
<https://developer.mozilla.org/en-US/docs/Tools/Eyedropper>
Actual: nothing
a) Error Console tells:
Error: Error: Module `devtools/client/eyedropper/eyedropper` is not
found at resource://devtools/client/eyedropper/eyedropper.js
Source File: resource://devtools/shared/Loader.jsm
Line: 120
Reporter | ||
Comment 1•9 years ago
|
||
b) Already REPRODUCIBLE with official English SeaMonkey 2.47a1 (NT 6.1; Win64;
WOW64; rv:50.0) Gecko/20100101 Firefox/50.0 Build 20160729184603
(Default Classic Theme) on German WIN7 64bit
OS: Unspecified → Windows 7
Version: SeaMonkey 2.48 Branch → SeaMonkey 2.47 Branch
Comment 2•9 years ago
|
||
Confirming with SM 2.48a1
User agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:51.0) Gecko/20100101 Firefox/51.0 SeaMonkey/2.48a1
Build identifier: 20160804000913
Error console message a bit different though:
Timestamp: 8/4/2016 10:49:42 AM
Error: Error: Module `devtools/client/eyedropper/eyedropper` is not found at resource://devtools/client/eyedropper/eyedropper.js
Source File: resource://devtools/shared/Loader.jsm
Line: 67
Reporter | ||
Comment 3•9 years ago
|
||
b1) NOT reproducible with English SeaMonkey 2.47a1 (X11; Linux x86_64; rv:50.0)
Gecko/20100101 Firefox/50.0 Build 20160712003002 (Default Classic Theme)
on VirtualBox Ubuntu 12.04 LTS
Lost until 20160729184603?
b2) or WIN only?
@dominique fillon:
Thank you for confirmation!
Status: UNCONFIRMED → NEW
Ever confirmed: true
OS: Windows 7 → Windows
Reporter | ||
Comment 4•9 years ago
|
||
b2) Linux BuildID=20160802180806,
SourceStamp=6608e5864780589b25d5421c3d3673ab30c4c318
does not launch on my VM, currently I can't test with a current Linux build.
Comment 5•9 years ago
|
||
The eyedropper was changed to HTML in bug 1262439. The way the eyedropper is initialised has now changed, see https://hg.mozilla.org/mozilla-central/rev/1a7579d0bf74#l2.35
Comment 6•9 years ago
|
||
I would recommend the SM team to use the devtools/client/menus.js module to create the developer menu. This would prevent bugs like this one from happening.
![]() |
||
Updated•9 years ago
|
Whiteboard: [easyconfirm] → [easyconfirm][devtools]
You need to log in
before you can comment on or make changes to this bug.
Description
•