Bug 62814 - --webkit-visual-word crashes (VisiblePosition.getInlineBoxAndOffset could return null box)
Summary: --webkit-visual-word crashes (VisiblePosition.getInlineBoxAndOffset could ret...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: HTML Editing (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 25298
  Show dependency treegraph
 
Reported: 2011-06-16 13:34 PDT by Xiaomei Ji
Modified: 2011-07-15 10:25 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Xiaomei Ji 2011-06-16 13:34:43 PDT
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
Comment 1 Xiaomei Ji 2011-07-15 10:25:40 PDT
Committed r91077: <http://trac.webkit.org/changeset/91077>