Bug 56446

Summary: [SVG] Dropping text into <textarea> inside <foreignObject> fails an assertion.
Product: WebKit Reporter: Hajime Morrita <morrita>
Component: HTML EditingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED WORKSFORME    
Severity: Normal CC: rniwa, schenney, zimmermann
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
Attachments:
Description Flags
a repro none

Description Hajime Morrita 2011-03-15 22:02:32 PDT
Created attachment 85906 [details]
a repro

How to reproduce:
- open attached svg file
- input some text into <textbox> left side
- select the text and drag-n-drop it to <textbox> right side.
Then assertion failed.

Note that:
- it doesn't crash but doesn't work as expected  on Safari5 and Chrome12 dev.
- the draggin text doesn't need to be from <textarea> just selecting some text and dropping it can repro the problem.
Comment 1 Stephen Chenney 2012-01-20 06:50:20 PST
While there are some selection issues with SVG, the bug reported here no longer occurs in Chromium 17 dev, or a most recent debug build. No assertion or anything.