Bug 117477
Summary: | Disallow style sharing for a dialog element | ||
---|---|---|---|
Product: | WebKit | Reporter: | Ryosuke Niwa <rniwa> |
Component: | DOM | Assignee: | 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
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
László Langó
The implementation of dialog element was removed in http://trac.webkit.org/changeset/154835
Tim Nguyen (:ntim)
This is not relevant to the current dialog implementation.