[Webkit-unassigned] [Bug 80458] REGRESSION(r96566): Cursor is I-beam upon dragging an attachment in mail

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 19 13:02:24 PDT 2012


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


Konrad Piascik <kpiascik at rim.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kpiascik at rim.com




--- Comment #4 from Konrad Piascik <kpiascik at rim.com>  2012-03-19 13:02:24 PST ---
> Source/WebCore/page/EventHandler.cpp:1289
> +    if (m_mousePressed && m_mouseDownMayStartSelect && !m_mouseDownMayStartDrag && m_frame->selection()->isCaretOrRange() && !m_capturingMouseEventsNode)

This breaks ports that don't have DRAG_SUPPORT enabled since m_mouseDownMayStartDrag is declared behind the  #if ENABLE(DRAG_SUPPORT) flag.

-- 
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