issues Search Results · repo:GoogleChrome/dialog-polyfill language:JavaScript
Filter by
126 results
(113 ms)126 results
inGoogleChrome/dialog-polyfill (press backspace or delete to remove)I don t understand how this is considered a polyfill... It seems more like a ponyfill or shim or something. I am
currently running into issues with the google maps API throwing errors on old Safari browsers ...
mcshaman
- 1
- Opened on Oct 14, 2024
- #250
Currently dialogPolyfill.forceRegisterDialog(element) throws a console.warn when the native dialog is supported, which
is making the debugging of other error output difficult within our codebase. Shouldn ...
Watso196
- Opened on Aug 9, 2023
- #239
Kindly expose a function to determine if the modal element is already present so that the CSS styles can be loaded
dynamically.
I know one can check the forceRegister function but having a standard API ...
richard-muvirimi
- 1
- Opened on Jul 17, 2023
- #237
I am building custom modal-dialogue component using dialog inside a web component. What I m observing is the following:
- On first render, the overlay elements (aka div.backdrop and div._dialog)overlay) ...
postrad
- 1
- Opened on Oct 14, 2022
- #234
I am using it in Angular project and the code snippet looks like this
import dialogPolyfill from dialog-polyfill ;
if (this.dialogBox) { dialogPolyfill.registerDialog(this.dialogBox.nativeElement);
this.dialogBox.nativeElement.showModal(); ...
shruti456
- 1
- Opened on Jul 1, 2022
- #233
I m using this polyfill in basically every project now, you guys are life savers, so thanks for that!
I tend to use a lot of universal JavaScript frameworks, especially Next.js. One of the benefits of ...
jonathandewitt-dev
- 3
- Opened on Mar 16, 2022
- #230
First off, thanks for the polyfill. It seems to work.
Motive: my app is organized around custom elements, many of which are instantiated directly with new. I m not concerned
with tag name compatibility ...
mitranim
- 2
- Opened on Dec 3, 2021
- #229
Hello,
We are using dialog-polyfill in our app (thanks!). We want to properly display the licenses, and are currently
incorporating the webpack-license-plugin. Unfortunately, the license field in the ...
Morl99
- 3
- Opened on Nov 2, 2021
- #227
When the dialog is open, notably in modal mode, it is possible to still scroll the page behind of the dialog. The new
and now fairly well supported overscroll-behavior CSS property could be applied to ...
strarsis
- 3
- Opened on Oct 5, 2021
- #226
Looks like dialog is now using position: fixed... as of Chrome 93?
https://github.com/w3c/csswg-drafts/issues/4645 https://www.chromestatus.com/feature/5756963046555648
Not looked into the details yet, ...
craigfrancis
- Opened on Sep 18, 2021
- #225

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.