⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 120434 in webkit


Ignore:
Timestamp:
Jun 15, 2012, 2:58:10 AM (14 years ago)
Author:
commit-queue@webkit.org
Message:

Unreviewed, rolling out r120404.
http://trac.webkit.org/changeset/120404
https://bugs.webkit.org/show_bug.cgi?id=89193

This patch breaks [BlackBerry]'s text selection handles moving
in editable elements. (Requested by Sean1 on #webkit).

Patch by Sheriff Bot <webkit.review.bot@gmail.com> on 2012-06-15

  • WebKitSupport/SelectionHandler.cpp:

(BlackBerry::WebKit::visiblePositionForPointIgnoringClipping):

Location:
trunk/Source/WebKit/blackberry
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/blackberry/ChangeLog

    r120404 r120434  
     12012-06-15  Sheriff Bot  <webkit.review.bot@gmail.com>
     2
     3        Unreviewed, rolling out r120404.
     4        http://trac.webkit.org/changeset/120404
     5        https://bugs.webkit.org/show_bug.cgi?id=89193
     6
     7        This patch breaks [BlackBerry]'s text selection handles moving
     8        in editable elements. (Requested by Sean1 on #webkit).
     9
     10        * WebKitSupport/SelectionHandler.cpp:
     11        (BlackBerry::WebKit::visiblePositionForPointIgnoringClipping):
     12
    1132012-06-14  Sean Wang  <Xuewen.Wang@torchmobile.com.cn>
    214
  • trunk/Source/WebKit/blackberry/WebKitSupport/SelectionHandler.cpp

    r120404 r120434  
    153153    // visiblePositionAtPoint which which passes ignoreClipping=true.
    154154    // See RIM Bug #4315.
    155     HitTestResult result = frame.eventHandler()->hitTestResultAtPoint(framePoint, false /* allowShadowContent */, true /* ignoreClipping */);
     155    HitTestResult result = frame.eventHandler()->hitTestResultAtPoint(framePoint, true /* allowShadowContent */, true /* ignoreClipping */);
    156156
    157157    Node* node = result.innerNode();
Note: See TracChangeset for help on using the changeset viewer.