[Webkit-unassigned] [Bug 167065] New: Document title changed twice when setting document.title

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jan 15 09:03:26 PST 2017


https://bugs.webkit.org/show_bug.cgi?id=167065

            Bug ID: 167065
           Summary: Document title changed twice when setting
                    document.title
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: mcatanzaro at igalia.com

Consider the following code:

<script>
    document.title = 'one';
    document.title = 'two';
    document.title = 'three';
</script>

In trunk, this changes the title six times: first to null, then to 'one', then to null again, then to 'two', then to null yet again. I presume that the changes to null are undesired. See bug #165073 comment 15 for a detailed description of why this happens.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170115/ed8b7374/attachment.html>


More information about the webkit-unassigned mailing list