Changeset 120434 in webkit
- Timestamp:
- Jun 15, 2012, 2:58:10 AM (14 years ago)
- Location:
- trunk/Source/WebKit/blackberry
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
WebKitSupport/SelectionHandler.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebKit/blackberry/ChangeLog
r120404 r120434 1 2012-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 1 13 2012-06-14 Sean Wang <Xuewen.Wang@torchmobile.com.cn> 2 14 -
trunk/Source/WebKit/blackberry/WebKitSupport/SelectionHandler.cpp
r120404 r120434 153 153 // visiblePositionAtPoint which which passes ignoreClipping=true. 154 154 // 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 */); 156 156 157 157 Node* node = result.innerNode();
Note:
See TracChangeset
for help on using the changeset viewer.