Closed Bug 1581119 Opened 5 years ago Closed 5 years ago

Flex highlighter doesn't adjust color of pattern

Categories

(DevTools :: Inspector: Layout, defect, P2)

defect

Tracking

(firefox73 fixed)

RESOLVED FIXED
Firefox 73
Tracking Status
firefox73 --- fixed

People

(Reporter: mbalfanz, Assigned: yonashiro.mellina, Mentored)

References

(Blocks 1 open bug)

Details

(Keywords: good-first-bug, Whiteboard: dt-q)

Attachments

(2 files)

Attached image Screenshot 2019-09-13 at 15.05.22.png (deleted) —

STR:

  1. While on bugzilla, inspect #page-toolbar
  2. Toggle the flex highlighter on
  3. Change the highlighter color

ER: Color of both lines and background pattern should change

AR: Only color of lines changes, background pattern remains the same

This is happening because we cache these patterns and their color. https://searchfox.org/mozilla-central/source/devtools/server/actors/highlighters/flexbox.js#243,249,292,298.

A potential fix is to store the previous color, and when that changes, we invalidate and remove all the patterns in these caches. We would make this change inside of _update() just before we render the lines. https://searchfox.org/mozilla-central/source/devtools/server/actors/highlighters/flexbox.js#865

Mentor: gl
Keywords: good-first-bug
Whiteboard: dt-q

Hi everyone,

Could I give this a try?

Thanks!

(In reply to Mellina Yonashiro from comment #2)

Hi everyone,

Could I give this a try?

Thanks!

Yes, of course. Please let me know if I can help.

Assignee: nobody → yonashiro.mellina
Status: NEW → ASSIGNED
Component: Inspector → Inspector: Layout

Thanks, Gabriel.

I had some issues building Firefox, but things are working now. I will have a look at this bug as soon as it is done.

Hi Mellina, it looks like Gabriel made a few last comments in phabricator about your patch. Are you still planning on working on it?
If you just need more time, that's totally fine. Just let us know.

Flags: needinfo?(yonashiro.mellina)

Hi Patrick, sorry for the late reply.
I saw it, but I didn't have time to look at it. I have time tomorrow and will work on it.
Sorry again.

Flags: needinfo?(yonashiro.mellina)
Pushed by gluong@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/3a9dba929c84 Flex highlighter doesn't adjust color of pattern r=gl
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 73
QA Whiteboard: [qa-73b-p2]
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: