| Auto-Submit | +1 |
| Commit-Queue | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
lgtm w/comments about how to scale this fix.
SetHotTrackedButton(button);nit. I'm worried about how we're going to handle this without weak ptr checks. SetHotTrackedButton is called 22 times in this class. This seems like we'd need to add weakptr checks everywhere.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Auto-Submit | +1 |
| Commit-Queue | +2 |
SetHotTrackedButton(button);nit. I'm worried about how we're going to handle this without weak ptr checks. SetHotTrackedButton is called 22 times in this class. This seems like we'd need to add weakptr checks everywhere.
That is certainly a broader concern, for which we don't have an easy answer. The immediate concern is to take care of the S0 reports. I don't think this one is easily down-gradable. Feel free to comment on the bug if you think the severity is not S0/S1.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Added additional `this` tracking in MenuController:OnMousePressed().
Guards against a11y tools signaling the menu to close during the
notification of the newly hot-tracked button.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |