Bug 35068

Summary: pasting list+stuff into a bulleted list should break out of the bulleted list
Product: WebKit Reporter: Tony Chang <tony>
Component: HTML EditingAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal CC: jparent, sullivan
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   

Tony Chang
Reported 2010-02-17 18:42:07 PST
For example, if I want to paste """ * item some random text not in a list """ Into * one * two * three We currently get: * one * two * item some random text not in a list * three While Firefox gives: * one * two * item some random text not in a list * three I'm not sure what is the preferred behavior. I can see either being useful. Julie or Annie want to comment?
Attachments
Note You need to log in before you can comment on or make changes to this bug.