[Webkit-unassigned] [Bug 75851] New: NULL ptr in WebCore::RenderSVGInlineText::localCaretRect

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 9 06:26:22 PST 2012


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

           Summary: NULL ptr in
                    WebCore::RenderSVGInlineText::localCaretRect
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Windows Vista
            Status: NEW
          Severity: Normal
          Priority: P1
         Component: HTML Editing
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: skylined at chromium.org
                CC: rniwa at webkit.org


Created an attachment (id=121659)
 --> (https://bugs.webkit.org/attachment.cgi?id=121659&action=review)
Repro

Chromium: http://code.google.com/p/chromium/issues/detail?id=109607

Repro:
<svg xmlns="http://www.w3.org/2000/svg"><style>
  * {
    border-top-style: inset
  }
</style><script>
  window.onload=function() {
    _Selection_0=getSelection();
    _Selection_0.setBaseAndExtent(document,5,document,5);
    _Selection_0.deleteFromDocument();
    _Selection_0.modify('extend','backward','line');
  }
</script>
<text></text><text> 1

-- 
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