[Webkit-unassigned] [Bug 47046] New: REGRESSION (Safari 5.0.2-TOT): Apple concierge website broken (because of text node between HEAD and BODY?)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Oct 2 02:26:26 PDT 2010


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

           Summary: REGRESSION (Safari 5.0.2-TOT): Apple concierge website
                    broken (because of text node between HEAD and BODY?)
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
               URL: http://concierge.apple.com/store/R075
        OS/Version: All
            Status: NEW
          Keywords: NeedsRadar, Regression
          Severity: Major
          Priority: P1
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: mitz at webkit.org


In TOT, the product tiles at http://concierge.apple.com/store/R075 do not respond to hovering over them or clicking them. The Inspector console reports
HIERARCHY_REQUEST_ERR: DOM Exception 3: A Node was inserted somewhere it doesn't belong.
An inspection of the DOM reveals that the BODY element’s previous sibling is a text node. In Safari 5.0.2, the BODY element’s previous sibling is the HEAD element.

This is a reduction:
<head></head>  <body><script>alert(document.body.previousSibling)</script></body>

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list