Bug 51257 - Web Inspector: After a multiline command execution Console does not show the command prompt
Summary: Web Inspector: After a multiline command execution Console does not show the ...
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: Yury Semikhatsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-17 08:30 PST by Alexander Pavlov (apavlov)
Modified: 2010-12-20 00:53 PST (History)
11 users (show)

See Also:


Attachments
Patch (1.63 KB, patch)
2010-12-17 09:25 PST, Yury Semikhatsky
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Pavlov (apavlov) 2010-12-17 08:30:09 PST
Bring up the console in Web Inspector, resize it to be not too wide and enter a very long command at the prompt, something like
var a = "zzzzzzzzzzzzzzzzzzzzzzzzzz....z" ('z' count is ad lib, until the line gets wrapped). Hit Enter.

The console does not scroll down to show the prompt every other time.
Comment 1 Yury Semikhatsky 2010-12-17 09:25:38 PST
Created attachment 76886 [details]
Patch
Comment 2 WebKit Commit Bot 2010-12-18 13:26:48 PST
The commit-queue encountered the following flaky tests while processing attachment 76886 [details]:

inspector/console-eval.html bug 51294 (author: yurys@chromium.org)
The commit-queue is continuing to process your patch.
Comment 3 WebKit Commit Bot 2010-12-18 14:06:28 PST
Comment on attachment 76886 [details]
Patch

Rejecting attachment 76886 [details] from commit-queue.

Failed to run "['./Tools/Scripts/webkit-patch', '--status-host=queues.webkit.org', '--bot-id=cr-jail-3', 'land-attachment', '--force-clean', '--ignore-builders', '--non-interactive', '--parent-command=commit-queue', 76886]" exit_code: 2
Last 500 characters of output:
t-queue/WebCore/ChangeLog
Failed to run "[u'git', u'svn', u'dcommit']" exit_code: 1
Cannot dcommit with a dirty index.  Commit your changes first, or stash them with `git stash'.
 at /usr/local/git/libexec/git-core/git-svn line 500


Failed to run "[u'git', u'svn', u'dcommit']" exit_code: 1
Cannot dcommit with a dirty index.  Commit your changes first, or stash them with `git stash'.
 at /usr/local/git/libexec/git-core/git-svn line 500


Failed to run "[u'git', u'svn', u'dcommit']" exit_code: 1

Full output: http://queues.webkit.org/results/7314032
Comment 4 WebKit Commit Bot 2010-12-18 15:27:16 PST
The commit-queue encountered the following flaky tests while processing attachment 76886 [details]:

fast/images/load-img-with-empty-src.html bug 50855 (author: mitz@webkit.org)
fast/preloader/script.html bug 50879 (author: abarth@webkit.org)
The commit-queue is continuing to process your patch.
Comment 5 Yury Semikhatsky 2010-12-20 00:53:40 PST
Comment on attachment 76886 [details]
Patch

Clearing flags on attachment: 76886

Committed r74333: <http://trac.webkit.org/changeset/74333>
Comment 6 Yury Semikhatsky 2010-12-20 00:53:50 PST
All reviewed patches have been landed.  Closing bug.