Copy link location should work for learn-more links
Categories
(DevTools :: Console, enhancement, P3)
Tracking
(firefox70 fixed)
Tracking | Status | |
---|---|---|
firefox70 | --- | fixed |
People
(Reporter: Honza, Assigned: armando.ferreira, Mentored)
References
Details
(Keywords: good-first-bug)
Attachments
(1 file)
This is a follow up for bug 1457111
Support for coping link location from within the Console panel (through the context menu) can be extended and cover learn more links too.
Honza
Reporter | ||
Updated•6 years ago
|
Comment 1•6 years ago
|
||
Steps to reproduce
- Open the console
- Evaluate
ff.x
- There should be a
[Learn more]
link in the output, next to the error message - Right-click on it.
Expected results
I can see a Copy link location
entry.
Actual results
There is no Copy link location
entry.
The link is created in devtools/client/webconsole/components/Message.js#292-296, and it only misses an href
attribute for the copy link location
feature to work there (and maybe preventDefault
on the click event).
Comment 2•6 years ago
|
||
Khyati, would you be interested working on this bug?
It's quite constrained and we know everything that needs to be done, which makes it a nice and appropriate good first bug on devtools.
Comment 3•6 years ago
|
||
(In reply to Nicolas Chevobbe from comment #2)
Khyati, would you be interested working on this bug?
It's quite constrained and we know everything that needs to be done, which makes it a nice and appropriate good first bug on devtools.
Sure. Thanks.
Updated•6 years ago
|
Comment 4•6 years ago
|
||
Could you guide me a little about what needs to be done?
Comment 5•6 years ago
|
||
If you haven't already, you can read http://docs.firefox-dev.tools/getting-started/ to setup the work environment. Make sure to choose "Artifact builds" when asked, as it's much faster to work with.
Then, everything is in Comment 1 :)
Feel free to ask any question, either here or on Slack
Comment 6•6 years ago
|
||
Hello Khyati, is there anything blocking you on this patch? No pressure if you simply don't have the time to work on it :)
Comment 7•6 years ago
|
||
(In reply to Nicolas Chevobbe [:nchevobbe] from comment #6)
Hello Khyati, is there anything blocking you on this patch? No pressure if you simply don't have the time to work on it :)
Hi, actually I'm having exams in my college, that's why taken a break from open source. I'll continue as soon as they get over.
Comment 8•6 years ago
|
||
Khyati, is now a better time? If not, can I unassign you so other people might work on this bug? Thanks!
Comment 9•5 years ago
|
||
(In reply to Nicolas Chevobbe [:nchevobbe] from comment #8)
Khyati, is now a better time? If not, can I unassign you so other people might work on this bug? Thanks!
I'm working on it now. Sorry for the delay!
Comment 10•5 years ago
|
||
Assigning to Armando since Khyati isn't actively working on this
Assignee | ||
Comment 11•5 years ago
|
||
Support for coping link location from within the Console panel (through the context menu) can be extended and cover learn more links too.
Comment 12•5 years ago
|
||
Comment 13•5 years ago
|
||
bugherder |
Description
•