Closed
Bug 1271095
Opened 9 years ago
Closed 9 years ago
Multiline code pasted in console is partially clipped
Categories
(DevTools :: Console, defect)
DevTools
Console
Tracking
(firefox48 unaffected, firefox49+ fixed)
RESOLVED
FIXED
Firefox 49
Tracking | Status | |
---|---|---|
firefox48 | --- | unaffected |
firefox49 | + | fixed |
People
(Reporter: arni2033, Assigned: yzen)
References
Details
(Keywords: regression)
Attachments
(2 files)
>>> My Info: Win7_64, Nightly 49, 32bit, ID 20160504043118
STR:
1. Open url data:,for(i=0;i++<1){%0Aconsole.log("Hello, world!");%0A}
2. Copy all text on the page opened in Step 1
3. Open console and paste all text in command line
AR: Text is partially invisible
ER: All text should be visible
This is regression from bug 1242851. Regression range:
> https://hg.mozilla.org/integration/mozilla-inbound/pushloghtml?fromchange=5a937f17f3369f64554d5552ecfeb22ef4757fcb&tochange=e60f6cb27fdd2f16d9c4aa9f1a79274af4f71184
Comment 1•9 years ago
|
||
This also happens when manually entering multiline input (with shift+enter)
Comment 2•9 years ago
|
||
We need to ship a fix in 49, or back out the relevant webconsole changes from Bug 1242851 (https://hg.mozilla.org/mozilla-central/rev/e60f6cb27fdd#l5.2)
status-firefox48:
--- → unaffected
status-firefox49:
--- → affected
Comment 3•9 years ago
|
||
[Tracking Requested - why for this release]: Requesting so we don't lose track of this bug. This is a visual regression for multi-line console input that causes the first line to become clipped i.e.: https://bug1271095.bmoattachments.org/attachment.cgi?id=8750338
tracking-firefox49:
--- → ?
Component: Developer Tools: Framework → Developer Tools: Console
Assignee | ||
Updated•9 years ago
|
Assignee: nobody → yzenevich
Status: NEW → ASSIGNED
Assignee | ||
Comment 5•9 years ago
|
||
Review commit: https://reviewboard.mozilla.org/r/51701/diff/#index_header
See other reviews: https://reviewboard.mozilla.org/r/51701/
Attachment #8750918 -
Flags: review?(bgrinstead)
Comment 6•9 years ago
|
||
Comment on attachment 8750918 [details]
MozReview Request: Bug 1271095 - fixing padding for JS terminal input when pasting multiline code. r=bgrins
https://reviewboard.mozilla.org/r/51701/#review48533
Nice, thanks!
Attachment #8750918 -
Flags: review?(bgrinstead) → review+
Comment 8•9 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 49
Updated•8 years ago
|
Version: unspecified → Trunk
Updated•6 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•