Bug 17908 - Various bugs in the Console completion code
Summary: Various bugs in the Console completion code
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Timothy Hatcher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-17 23:03 PDT by Timothy Hatcher
Modified: 2008-03-17 23:13 PDT (History)
0 users

See Also:


Attachments
Patch (5.09 KB, patch)
2008-03-17 23:05 PDT, Timothy Hatcher
mrowe: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Timothy Hatcher 2008-03-17 23:03:17 PDT
Some bugs include:

* Auto completion stay around when clicking to change caret selection. Fine when arrowing to change caret.
* Can never move the caret to a previous spot in the prompt. It always jumps to the end.
* The selection will sometimes jump to a random spot in the middle of the prompt when it was going to jump to the end. Happens when there are multiple text nodes.
Comment 1 Timothy Hatcher 2008-03-17 23:05:53 PDT
Created attachment 19860 [details]
Patch
Comment 2 Mark Rowe (bdash) 2008-03-17 23:12:13 PDT
Comment on attachment 19860 [details]
Patch

r=me, small typo in the ChangeLog: "carent"
Comment 3 Timothy Hatcher 2008-03-17 23:13:46 PDT
Landed in r31120.