Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 579fdba

Browse filesBrowse files
authored
Editorial: move popover invoker reset later
Per #11246 (comment), this moves the reset of the popover invoker later in the "hide a popover" algorithm. This does not seem to produce any observable, testable effect, but is more consistent. Closes #11246.
1 parent ea1fcd3 commit 579fdba
Copy full SHA for 579fdba

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎source

Copy file name to clipboardExpand all lines: source
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87002,8 +87002,6 @@ dictionary <dfn dictionary>DragEventInit</dfn> : <span>MouseEventInit</span> {
8700287002
<span>showing auto popover list</span>'s last item is <var>element</var>, otherwise
8700387003
false.</p></li>
8700487004

87005-
<li><p>Set <var>element</var>'s <span>popover invoker</span> to null.</p></li>
87006-
8700787005
<li>
8700887006
<p>If <var>fireEvents</var> is true:</p>
8700987007

@@ -87039,6 +87037,8 @@ dictionary <dfn dictionary>DragEventInit</dfn> : <span>MouseEventInit</span> {
8703987037
<li><p>Otherwise, <span>remove an element from the top layer immediately</span> given
8704087038
<var>element</var>.</p></li>
8704187039

87040+
<li><p>Set <var>element</var>'s <span>popover invoker</span> to null.</p></li>
87041+
8704287042
<li><p>Set <var>element</var>'s <span>opened in popover mode</span> to null.</p></li>
8704387043

8704487044
<li><p>Set <var>element</var>'s <span>popover visibility state</span> to <span

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.