Bug 62814
Summary: | --webkit-visual-word crashes (VisiblePosition.getInlineBoxAndOffset could return null box) | ||
---|---|---|---|
Product: | WebKit | Reporter: | Xiaomei Ji <xji> |
Component: | HTML Editing | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | ||
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | Unspecified | ||
Bug Depends on: | |||
Bug Blocks: | 25298 |
Xiaomei Ji
Test case:
<script src="resources/move-by-word-visually.js"></script>
<script>
onload = function() {
try {
runTest();
} finally {
}
};
</script>
<output><div class="test_move_by_word">
In Chromium bug: http://code.google.com/p/chromium/issues/detail?id=86332
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Xiaomei Ji
Committed r91077: <http://trac.webkit.org/changeset/91077>