RESOLVED FIXED 101628
[BlackBerry] Provide pixel coordinates to IMF relative to the screen
https://bugs.webkit.org/show_bug.cgi?id=101628
Summary [BlackBerry] Provide pixel coordinates to IMF relative to the screen
Nima Ghanavatian
Reported 2012-11-08 11:37:27 PST
We need to account for webkit based fields that do not necessarily own the entire screen and start at 0,0 from the screen.
Attachments
Patch (7.80 KB, patch)
2012-11-08 11:46 PST, Nima Ghanavatian
no flags
Patch (7.85 KB, patch)
2012-11-08 12:23 PST, Nima Ghanavatian
no flags
Nima Ghanavatian
Comment 1 2012-11-08 11:46:03 PST
WebKit Review Bot
Comment 2 2012-11-08 11:50:28 PST
Attachment 173085 [details] did not pass style-queue: Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/WebKit/blackberry/Api/WebPageClient..." exit_code: 1 Source/WebKit/blackberry/WebKitSupport/InputHandler.cpp:753: Weird number of spaces at line-start. Are you using a 4-space indent? [whitespace/indent] [3] Source/WebKit/blackberry/WebKitSupport/InputHandler.cpp:754: Weird number of spaces at line-start. Are you using a 4-space indent? [whitespace/indent] [3] Total errors found: 2 in 5 files If any of these errors are false positives, please file a bug against check-webkit-style.
Rob Buis
Comment 3 2012-11-08 12:07:19 PST
Comment on attachment 173085 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=173085&action=review Some stuff to fix still. > Source/WebKit/blackberry/ChangeLog:8 > + Need the bug URL (OOPS!). You have two descriptions :) Please merge them. > Source/WebKit/blackberry/WebKitSupport/InputHandler.cpp:758 > + , spellCheckingOptionRequest.startTextPosition, spellCheckingOptionRequest.endTextPosition); The IntPoint will not work with %d.
Nima Ghanavatian
Comment 4 2012-11-08 12:23:12 PST
WebKit Review Bot
Comment 5 2012-11-08 12:26:14 PST
Attachment 173092 [details] did not pass style-queue: Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/WebKit/blackberry/Api/WebPageClient..." exit_code: 1 Source/WebKit/blackberry/WebKitSupport/InputHandler.cpp:753: When wrapping a line, only indent 4 spaces. [whitespace/indent] [3] Total errors found: 1 in 5 files If any of these errors are false positives, please file a bug against check-webkit-style.
Rob Buis
Comment 6 2012-11-08 12:28:18 PST
Comment on attachment 173092 [details] Patch LGTM.
WebKit Review Bot
Comment 7 2012-11-08 13:20:10 PST
Comment on attachment 173092 [details] Patch Rejecting attachment 173092 [details] from commit-queue. Failed to run "['/mnt/git/webkit-commit-queue/Tools/Scripts/webkit-patch', '--status-host=queues.webkit.org', '-..." exit_code: 2 Last 500 characters of output: eLog CONFLICT (content): Merge conflict in Source/WebCore/ChangeLog Failed to merge in the changes. Patch failed at 0001 Wrong error type is thrown for type errors in callbacks When you have resolved this problem run "git rebase --continue". If you would prefer to skip this patch, instead run "git rebase --skip". To restore the original branch and stop rebasing run "git rebase --abort". rebase refs/remotes/origin/master: command returned error: 1 Died at Tools/Scripts/update-webkit line 154. Full output: http://queues.webkit.org/results/14770327
WebKit Review Bot
Comment 8 2012-11-08 14:23:15 PST
Comment on attachment 173092 [details] Patch Clearing flags on attachment: 173092 Committed r133951: <http://trac.webkit.org/changeset/133951>
WebKit Review Bot
Comment 9 2012-11-08 14:23:18 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.