#16843 closed enhancement (patchwelcome)
Sequencing data in the debug console
Reported by: | freeneutron | Owned by: | dylan |
---|---|---|---|
Priority: | undecided | Milestone: | 1.13 |
Component: | Core | Version: | 1.8.3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Proposing changes in console-module Lines changes
looking: for(var nm in o){
to
if(o['declaredClass'])txt += i+"declaredClass" + " : " + o['declaredClass'] + br; if(o['id'])txt += i+"id" + " : " + o['id'] + br; looking: for(var nm in o){ if(nm == 'declaredClass' || nm == 'id')continue;
Thus the basic attributes of the object (id, declaredClass) will appear in the header output.
Change History (6)
comment:1 Changed 8 years ago by
Component: | General → Core |
---|---|
Owner: | set to Mike Wilcox |
Status: | new → assigned |
comment:2 Changed 8 years ago by
I do not know what it means WONTFIX. I want to propose the change, as a useful.
comment:3 Changed 8 years ago by
@freeneutron, perhaps you might find use in dx-alias/log. It's lighter and more versatile than the crufty firebug lite, and it's geared toward consoles, not old browsers, but can still throw up some DOM if there is no console (like for Android). You cold download and hack that:
comment:4 Changed 6 years ago by
Owner: | changed from Mike Wilcox to dylan |
---|
comment:5 Changed 5 years ago by
Milestone: | tbd → 1.12 |
---|---|
Resolution: | → patchwelcome |
Status: | assigned → closed |
Firebug lite is essentially deprecated. If you really want this in Dojo, please create a pull request against master and I'll review it. See https://github.com/dojo/dojo/blob/master/CONTRIBUTING.md for more details.
Sorry that we took so long to get back to you on this.
comment:6 Changed 5 years ago by
Actually, I removed firebug lite completely in https://github.com/dojo/dojo/commit/0d8a9073fce7f8305bdc367b6d20995ebc92a5b3, so it's not possible to do this change.
Mike, I assume you want to close this as wontfix. Firebug lite won't be around much longer.