Closed
Bug 1235581
Opened 9 years ago
Closed 6 years ago
Clicking on a span element in the web console causes a warning to appear
Categories
(DevTools :: Console, defect, P3)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 860312
People
(Reporter: sworddragon2, Unassigned, Mentored)
References
Details
(Whiteboard: [btpp-backlog])
User Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0
Build ID: 20151210084413
Steps to reproduce:
1. Start Firefox and go to the menu bar -> Tools -> "Web Developer" -> "Web Console".
2. In the web console execute "console.log(document.createElement('span'));".
3. In the web console click on the span element.
Actual results:
The warning "Ignoring get or set of property that has [LenientThis] because the "this" object is incorrect." appeared in the web console.
Expected results:
No warning should appear in the web console.
Comment 1•9 years ago
|
||
THanks for reporting this. It might be fixed with some of the changes we're making to the console in the next quarter, as we move the variable expansion that's currently shown in the pane on the right side to the main pane.
Priority: -- → P3
Whiteboard: [btpp-backlog]
Updated•9 years ago
|
Updated•6 years ago
|
Product: Firefox → DevTools
Comment 2•6 years ago
|
||
This is still relevant but not high priority. Would be happy to take a patch!
Mentor: nchevobbe
Comment 3•6 years ago
|
||
Hello. I am new to Open source programming. Is this bug still open? If so I would like to try my hand at working on this. Thanks you.
Comment 4•6 years ago
|
||
Hello ithompson4!
Yes, this bug is still open, although I think it might be a hard one as a first bug on the project.
I'll ping you on another, easier bug if you want to
Updated•6 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 5•6 years ago
|
||
Hey! I am an Outreachy applicant.
It would be great if I get to help here.
Thank you!
Dhruvi.
Comment 6•6 years ago
|
||
@Nicholas. Yes please. Thank you!
Updated•6 years ago
|
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•