WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
103078
Web Inspector: ctrl+end in editor does not select the last symbol.
https://bugs.webkit.org/show_bug.cgi?id=103078
Summary
Web Inspector: ctrl+end in editor does not select the last symbol.
Pavel Feldman
Reported
2012-11-22 09:19:28 PST
Fix and a test attached.
Attachments
Patch
(11.00 KB, patch)
2012-11-22 09:21 PST
,
Pavel Feldman
no flags
Details
Formatted Diff
Diff
Patch
(11.69 KB, patch)
2012-11-23 00:37 PST
,
Pavel Feldman
vsevik
: review+
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Pavel Feldman
Comment 1
2012-11-22 09:21:24 PST
Created
attachment 175687
[details]
Patch
Vsevolod Vlasov
Comment 2
2012-11-22 13:12:23 PST
Comment on
attachment 175687
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=175687&action=review
> Source/WebCore/inspector/front-end/DefaultTextEditor.js:2012 > + var textOffset = (node._chunk && offset === 1) ? text.length : offset;
This looks like the only actual change in the file but I can not find this place in the code. The patch doesn't apply also. Is rebaseline needed?
Pavel Feldman
Comment 3
2012-11-23 00:37:35 PST
Created
attachment 175745
[details]
Patch
Pavel Feldman
Comment 4
2012-11-23 02:15:11 PST
Committed
r135574
: <
http://trac.webkit.org/changeset/135574
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug