Bug 46232

Summary: Extending the selection to sentence boundary after a line break may select extra character
Product: WebKit Reporter: mitz
Component: HTML EditingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, adele, eric, webkit.review.bot
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Advance the text iterator instead of advancing a position darin: review+

mitz
Reported 2010-09-21 16:50:18 PDT
<rdar://problem/7729077> Patch forthcoming.
Attachments
Advance the text iterator instead of advancing a position (4.50 KB, patch)
2010-09-21 16:59 PDT, mitz
darin: review+
mitz
Comment 1 2010-09-21 16:59:54 PDT
Created attachment 68309 [details] Advance the text iterator instead of advancing a position
Darin Adler
Comment 2 2010-09-21 17:04:34 PDT
Comment on attachment 68309 [details] Advance the text iterator instead of advancing a position View in context: https://bugs.webkit.org/attachment.cgi?id=68309&action=review > WebCore/editing/visible_units.cpp:234 > + characterRange = charIt.range(); > + pos = characterRange->startPosition(); Why not just write charIt.range()->startPosition()?
mitz
Comment 3 2010-09-21 17:14:09 PDT
Adele Peterson
Comment 4 2010-09-21 17:18:03 PDT
WebKit Review Bot
Comment 5 2010-09-21 17:51:50 PDT
mitz
Comment 6 2010-09-21 18:41:31 PDT
Note You need to log in before you can comment on or make changes to this bug.