Open Bug 1521669 Opened 6 years ago Updated 2 years ago

Consider converting the ClassList model to be fully managed by the Redux store

Categories

(DevTools :: Inspector: Rules, enhancement, P3)

enhancement

Tracking

(Not tracked)

People

(Reporter: gl, Unassigned)

References

(Blocks 1 open bug)

Details

We currently have a WeakMap inside of the ClassList model, which keeps track of all the seen and user changed classes. For example, if you toggle off a class from an Element A, navigated to another element and returned to Element A, you will still see the class unchecked. We could consider adding a new store/object that will behave similarly to the WeakMap, and then simply . However, it is also potentially reasonable that this should be kept outside the Redux store and only use the Redux store as a state management only.

Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.