Bug 56446 - [SVG] Dropping text into <textarea> inside <foreignObject> fails an assertion.
Summary: [SVG] Dropping text into <textarea> inside <foreignObject> fails an assertion.
Status: RESOLVED WORKSFORME
Alias: None
Product: WebKit
Classification: Unclassified
Component: HTML Editing (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-15 22:02 PDT by Hajime Morrita
Modified: 2012-01-20 06:50 PST (History)
3 users (show)

See Also:


Attachments
a repro (441 bytes, image/svg+xml)
2011-03-15 22:02 PDT, Hajime Morrita
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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.