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 Editing | Assignee: | 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
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |