Bug 97345 - Deleting across multiple paragraphs removes attributes (e.g. class)
Summary: Deleting across multiple paragraphs removes attributes (e.g. class)
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: HTML Editing (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-21 10:06 PDT by Ojan Vafai
Modified: 2012-09-21 10:06 PDT (History)
0 users

See Also:


Attachments
testcase (959 bytes, text/html)
2012-09-21 10:06 PDT, Ojan Vafai
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ojan Vafai 2012-09-21 10:06:12 PDT
Created attachment 165149 [details]
testcase

We maintain attributes when splitting block elements. We should do the same with inlines. Maintaining attributes enables significant editing use-cases (e.g. imaging wanting to create a custom widget and marking it so via the className).