Bug 60767
| Summary: | Web Inspector: Newline is added to console command text at caret position | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Alexander Pavlov (apavlov) <apavlov> |
| Component: | Web Inspector (Deprecated) | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED WORKSFORME | ||
| Severity: | Normal | CC: | apavlov, bweinstein, joepeck, keishi, loislo, pfeldman, pmuellr, rik, timothy, yurys |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Other | ||
| OS: | Linux | ||
Alexander Pavlov (apavlov)
Type any command in the console. Hit "Enter". Hit "Up" to see the commanded recorded in the history. It has an additional line-feed at the caret position when "Enter" was pressed.
This will sometimes break the command execution resulting in an Error if a line-feed is added e.g. inside a string.
I observe this on a Linux/Qt build only.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Yury Semikhatsky
Cannot reproduce it on WebKit r92749, it is likely to have been fixed.