-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reland "Add the beginning of hover-trigger for pop-ups"
This is a reland of commit cdbdb4520d6be65fdb04fc85aea5d12953f1a1da The added test was flaky. I'm already revamping that test in [1], so I'm just going to delete it here and make sure it isn't flaky in [1]. [1] https://chromium-review.googlesource.com/c/chromium/src/+/3760885 Fixed: 1344436 Original change's description: > Add the beginning of hover-trigger for pop-ups > > This CL adds the 'hoverpopup' attribute, to go along with the other > invoking attributes (togglepopup, showpopup, hidepopup). This attribute, > when places on *any* element, triggers a pop-up when hovered. With this > CL, it is always triggered after a fixed 100ms delay, but that will be > made configurable via CSS in subsequent CLs. There is also no "hide" > trigger when any element is de-hovered - again that will be added > later. > > See this spec discussion: > openui/open-ui#526 (comment) > > Bug: 1307772 > Change-Id: I7af88dad9efa015f833843ea76bed41b4aa42c4b > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3759184 > Reviewed-by: David Baron <[email protected]> > Auto-Submit: Mason Freed <[email protected]> > Commit-Queue: Mason Freed <[email protected]> > Cr-Commit-Position: refs/heads/main@{#1024141} Bug: 1307772 Change-Id: I571272780ddbca9905a429172dec7717dcd5ac9f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3763422 Commit-Queue: David Baron <[email protected]> Reviewed-by: David Baron <[email protected]> Auto-Submit: Mason Freed <[email protected]> Cr-Commit-Position: refs/heads/main@{#1024296} NOKEYCHECK=True GitOrigin-RevId: f6f2c4d5964dd9dcc11e20e6298510ff7395ba5b
- Loading branch information
1 parent
ac0f591
commit d1b7025
Showing
6 changed files
with
78 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -102,6 +102,7 @@ | |
"hidden", | ||
"hidepopup", | ||
"high", | ||
"hoverpopup", | ||
"href", | ||
"hreflang", | ||
"hreftranslate", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters