[Webkit-unassigned] [Bug 75171] NULL ptr in WebCore::TextIterator::rangeFromLocationAndLength

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 4 17:23:23 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=75171





--- Comment #7 from Pablo Flouret <pablof at motorola.com>  2012-01-04 17:23:23 PST ---
(In reply to comment #6)
> (In reply to comment #5)
> > selectionForParagraphIteration seems to deal with tables, and there are none here, i checked the value of selection.isNonOrphanedCaretOrRange() in the debugger anyway and it's true at that point also.
> > 
> > The selection is not null itself, selection.visible{Start,End} are the ones returning null positions due to no available selectable elements (from my guess given above).
> 
> That seems like a bug to me. visibleStart / visibleEnd shouldn't be returning null when VisibleSelection isn't null.

Hmm, maybe the issue is that when -webkit-user-select is changed the selection should be re-validated or something?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list