dialog-polyfill icon indicating copy to clipboard operation
dialog-polyfill copied to clipboard

Polyfill for the HTML dialog element

Results 32 dialog-polyfill issues
Sort by recently updated
recently updated
newest added

Looks like `` 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, but this can cause the window to scroll to the...

Using the provided `fixed` class in Chrome no longer centers the dialog in the middle of the page in Chrome. I think it is due to a [change in style](https://groups.google.com/a/chromium.org/g/blink-dev/c/Ow63WaHuTgc/m/T2Ehuv3aAAAJ)...

![image](https://user-images.githubusercontent.com/4580828/132036320-e08862ab-6160-4b1a-aeaf-34f0811394cf.png) ``` SCRIPT1002: Syntax error dialog-polyfill (159,58) SCRIPT5007: Unable to get property 'toString' of undefined or null reference dialog-polyfill (117,3) ``` This is referring to issues in the html file...

Fix for issue #217. A focus event for an element which is a child of a slotted element will be erroneously reported as not in the topmost dialog. This is...

In Firefox and Safari, an element slotted into a dialog within a web component will not get focus events. The call to findNearestDialog from safeBlur_ returns null in this instance...

It is recommended to use the SPDX license identifier for the `license` field in package.json. https://docs.npmjs.com/cli/v7/configuring-npm/package-json#license Automatic license checkers such as [`license-checker-webpack-plugin`](https://github.com/microsoft/license-checker-webpack-plugin) accepts only SPDX license identifiers and some well-known...

Whilst taking a look at https://github.com/GoogleChrome/dialog-polyfill/issues/211 I noticed a related issue when using the polyfill: Safari ignores the `onclose` handler attribute. As a result the following important application functions correctly...

https://github.com/GoogleChrome/dialog-polyfill/blob/5033aac1b74c44f36cde47be3d11f4756f3f8fda/dist/dialog-polyfill.js#L487 This function is running too long var t = new Date() var x = !dialogPolyfill.isInlinePositionSetByStylesheet(dialog); console.log('time - ', new Date() - t); return x in my code in firefox...

I assume, it's not possible but still, is it possible to display a dialog over frameset structure like so? ```html Dialog content // initialize and show the dialog ``` This...

this removes the need for manually inserting the css into ``