Bug 117477

Summary: Disallow style sharing for a dialog element
Product: WebKit Reporter: Ryosuke Niwa <rniwa>
Component: DOMAssignee: Nobody <webkit-unassigned>
Status: RESOLVED INVALID    
Severity: Normal CC: ap, dino, hyatt, jonlee, llango.u-szeged, ntim
Priority: P2 Keywords: BlinkMergeCandidate
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

Ryosuke Niwa
Reported 2013-06-10 21:00:21 PDT
https://chromium.googlesource.com/chromium/blink/+/60f03d12f72280e78123e28ad234f77ed8ed1ea5 When dialog.show() is called, the dialog's style is mutated to center it in the viewport. This change ensures a dialog does not receive the style for a previously opened dialog, which is incorrect if the viewport had changed in the meantime (for example, by scrolling the document).
Attachments
László Langó
Comment 1 2014-01-28 01:33:50 PST
The implementation of dialog element was removed in http://trac.webkit.org/changeset/154835
Tim Nguyen (:ntim)
Comment 2 2022-02-26 23:53:16 PST
This is not relevant to the current dialog implementation.
Note You need to log in before you can comment on or make changes to this bug.