Bug 47574 - FormatBlock doesn't restore the selection in some cases
Summary: FormatBlock doesn't restore the selection in some cases
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: HTML Editing (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P3 Minor
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-12 23:14 PDT by Ryosuke Niwa
Modified: 2011-08-19 14:20 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ryosuke Niwa 2010-10-12 23:14:18 PDT
Reductions:

Formatting "[<p>hello</p>worl]d" by h1 yields "<h1>hello<br>world]</h1>"
Formatting "\n[hello<p>world]</p>" by pre yields "<pre>[\nhello<br>worl]d</pre>"