[Webkit-unassigned] [Bug 251942] Different/bad behavior on the new navigation menu at apple.com compared to Chrome or Firefox

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 8 17:55:20 PST 2023


https://bugs.webkit.org/show_bug.cgi?id=251942

--- Comment #3 from Karl Dubost <karlcow at apple.com> ---
This reacts to

            onMenuItemMouseOver({target: e}) {
                if (this._usesTouchEvents)
                    return;
                const t = e.closest(`.${this.classNames.item}`),
                    s = 120;
                clearTimeout(this._currentSubMenuMouseOverTimeout),
                this._currentSubMenuMouseOverTimeout = setTimeout(() => {
                    t && t !== this._currentFlyout && t !== this.menuFlyout && (this.subMenuEls.includes(t) ? this.openFlyout(t) : this.closeFlyout(this._currentFlyout))
                }, s),
                this._flyoutTimeouts.push(this._currentSubMenuMouseOverTimeout)
            },

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230209/61d0bf1a/attachment.htm>


More information about the webkit-unassigned mailing list