-
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 "Re-enable offsetParent and fix in webui's paper-tooltip"
Original patch: http://crrev.com/872658 First revert/disable: http://crrev.com/879028 Second patch: http://crrev.com/935992 Second revert/disable: http://crrev.com/941603 The second attempt at this failed because the polyfill I wrote was modifying the display property of nodes while computing offsetParent. I rewrote the polyfill and verified that both of the bugs causing disables/reverts are still fixed. I made a pull request to add the polyfill upstream, but the upstream maintainers will not publish any new releases and would prefer not to merge any new PRs: PolymerElements/paper-tooltip#156 Fixed: 920069 Change-Id: I006fec2d88da05dd4c3e2b2aa55352c02105fac0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3566126 Reviewed-by: Mason Freed <[email protected]> Reviewed-by: Demetrios Papadopoulos <[email protected]> Commit-Queue: Joey Arhar <[email protected]> Cr-Commit-Position: refs/heads/main@{#989056} NOKEYCHECK=True GitOrigin-RevId: 600466d536907bc751f2a8ea1687cd7fec0e02e3
- Loading branch information
1 parent
3add051
commit 4d2d1e9
Showing
4 changed files
with
116 additions
and
4 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