Use the inline-flex tooltip text for the inline-flex badge
Categories
(DevTools :: Inspector, task, P3)
Tracking
(firefox69 fixed)
Tracking | Status | |
---|---|---|
firefox69 | --- | fixed |
People
(Reporter: gl, Assigned: vanhagarsux, Mentored)
Details
(Keywords: good-first-bug)
Attachments
(1 file)
In https://searchfox.org/mozilla-central/source/devtools/client/inspector/markup/views/element-editor.js#37, we are mistakenly using the flex display badge tooltip when we should be using markupView.display.inlineFlex.tooltiptext that is already defined in https://searchfox.org/mozilla-central/source/devtools/client/locales/en-US/inspector.properties#45.
The changes required here would be to simply replace the string with the correct inlineFlex tooltip string id.
Comment 1•6 years ago
|
||
Hi Gabriel,
This looks like a good second bug to tackle. Could I get assigned this?
Thanks,
J
Reporter | ||
Updated•6 years ago
|
Hi Gabriel,
I've created a patch and I'm now looking for a review. Should I add you as a reviewer to my commit message?
Thanks,
J
Reporter | ||
Comment 4•6 years ago
|
||
(In reply to J from comment #3)
Hi Gabriel,
I've created a patch and I'm now looking for a review. Should I add you as a reviewer to my commit message?
Thanks,
J
Yes, please do. Thanks!
In element-editor.js, line #37, the flex display badge tooltip has been removed and replaced with the
correct inlineFlex tooltip string id, "markupView.display.inlineFlex.tooltiptext", which has already
been defined in inspector.properties, line #45.
Updated•6 years ago
|
Updated•6 years ago
|
Comment 7•6 years ago
|
||
bugherder |
Description
•