Closed
Bug 1272999
Opened 9 years ago
Closed 8 years ago
Multiline code pasted in console is still partially clipped
Categories
(DevTools :: Console, defect)
Tracking
(firefox49 verified)
VERIFIED
FIXED
Firefox 49
Tracking | Status | |
---|---|---|
firefox49 | --- | verified |
People
(Reporter: Oriol, Assigned: yzen)
References
Details
(Keywords: regression)
Attachments
(2 files)
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:49.0) Gecko/20100101 Firefox/49.0
Build ID: 20160514030209
Steps to reproduce:
Enter multiline code in the console, either with Shift+Enter or pasting.
Actual results:
The text is partially clipped.
Expected results:
The case is bug 1242851. Bug 1271095 improved it a bit, but it's still clipped.
Reporter | ||
Updated•9 years ago
|
Great, already reported. On DPI level 125% characters l,I,1 in the first line are indistinguishable
I pasted text from the page: data:,for(I=0, l=i=1; I<l; I+=i){%0A console.log("Hello, world!");%0A}
Status: UNCONFIRMED → NEW
Ever confirmed: true
Assignee | ||
Updated•9 years ago
|
Assignee: nobody → yzenevich
Status: NEW → ASSIGNED
Flags: needinfo?(yzenevich)
Assignee | ||
Comment 2•9 years ago
|
||
Review commit: https://reviewboard.mozilla.org/r/53566/diff/#index_header
See other reviews: https://reviewboard.mozilla.org/r/53566/
Attachment #8753921 -
Flags: review?(bgrinstead)
Comment 3•8 years ago
|
||
Comment on attachment 8753921 [details]
MozReview Request: Bug 1272999 - fixing multiline text clipping in console on Windows. r=bgrins
https://reviewboard.mozilla.org/r/53566/#review50408
Works for me (haven't tested this locally on Windows so I trust you've do so). Otherwise, we can request a confirmation that the issue is fixed after landing
Attachment #8753921 -
Flags: review?(bgrinstead) → review+
Assignee | ||
Comment 4•8 years ago
|
||
Just in case ill test the build once more https://treeherder.mozilla.org/#/jobs?repo=try&revision=12b9a1c078ed
Comment 6•8 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
status-firefox49:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 49
Comment 7•8 years ago
|
||
I have reproduced this bug with Nightly 49.0a1 (2016-05-15) on Windows 8 , 64 Bit !
This bug's fix is verified with latest Beta
Build ID 20160829102229
User Agent Mozilla/5.0 (Windows NT 6.3; Win64; x64; rv:49.0) Gecko/20100101 Firefox/49.0
[bugday-20160831]
Comment 8•8 years ago
|
||
Reproduced this bug in firefox nightly 49.0a1 (2016-05-15) with Ubuntu 16.04 (64 bit)
Verified this bug as fixed with latest firefox nightly 49.0b8 (Build ID: 20160829102229)
Mozilla/5.0 (X11; Linux x86_64; rv:49.0) Gecko/20100101 Firefox/49.0
As it is also verified on Windows (Comment 7), Marking it as verified
Updated•6 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•