[Webkit-unassigned] [Bug 156932] ASSERT(isCaret()) at FrameSelection.cpp:2119 switching from input with caret to selection at just the right time

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 22 15:23:34 PDT 2016


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

Joseph Pecoraro <joepeck at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |joepeck at webkit.org

--- Comment #1 from Joseph Pecoraro <joepeck at webkit.org> ---
Catching this in the debugger, the selection is a range selection, not a caret.

    (lldb) p m_selection
    (WebCore::VisibleSelection) $3 = {
      m_base = {...}
      m_extent = {...}
      m_start = {...}
      m_end = {...}
      m_affinity = DOWNSTREAM
      m_selectionType = RangeSelection
      m_baseIsFirst = true
      m_isDirectional = false
    }

Should the timer have been stopped? It seems like it would be harmless to bail and not ASSERT, but maybe this is indicating a more generic issue.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160422/d905928e/attachment.html>


More information about the webkit-unassigned mailing list