Bug 17908

Summary: Various bugs in the Console completion code
Product: WebKit Reporter: Timothy Hatcher <timothy>
Component: Web Inspector (Deprecated)Assignee: Timothy Hatcher <timothy>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch mrowe: review+

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.