Closed Bug 1522078 Opened 5 years ago Closed 5 years ago

[Ubuntu] Mozilla crash reporter panel’s width is infinite extended if the user types a comment with no space

Categories

(Toolkit :: Crash Reporting, defect, P3)

All
Linux
defect

Tracking

()

RESOLVED FIXED
mozilla67
Tracking Status
firefox-esr60 --- wontfix
firefox64 --- wontfix
firefox65 --- wontfix
firefox66 --- wontfix
firefox67 --- fixed

People

(Reporter: asoncutean, Assigned: spiro)

Details

(Whiteboard: [testday-20190412])

Attachments

(2 files)

[Affected versions]:

  • 60.5.0esr - 20190121141556
  • 65.0 - 20190121133710
  • 66.0b1 dev edition - 20190121133415
  • 66.0a1 - 20190122215349

[Affected platforms]:

  • Ubuntu 18.04 x64
  • Ubuntu 16.04 x86

[Steps to reproduce]:

  1. Crash the browser
  • For latest versions:
    Type about:crashparent inside the URL bar
  • For esr:
    a. Go to about:config -> devtools.chrome.enabled (set it to true)
    b. Open Scratchpad with Shift + F4.
    c. Switch the Environment from Content to Browser.
    d. Paste the following inside the browser console:
    Cu.import("resource://gre/modules/ctypes.jsm");
    let zero = new ctypes.intptr_t(8);
    let badptr = ctypes.cast(zero, ctypes.PointerType(ctypes.int32_t));
    Badptr.contents;
  1. Write any characters (no space) inside the Mozilla Crash Reporter panel until the default width of the panel is crossed

[Expected result]:

  • Once the default width of the panel is reached, the following typing characters are passed on the second row.

[Actual result]:

  • The panel width extent infinite as new characters are continued to be typed.

[Regression range]:

  • I will provide more information asap.
Has Regression Range: --- → no
Priority: -- → P3

This issue doesn't seem to be a regression, I could reproduce it way back to Fx 31.0a1.

Has Regression Range: no → ---

Bug 1522078 - Changed wrap-mode of GtkTextView widget to GTK_WRAP_CHAR.

I wasn't able to tag Anca and Anthony to commit push on phabricator. Instead I added gsvelto. You can also review it.

Flags: needinfo?(ajones)

Can anyone get this checked-in?

Flags: needinfo?(gsvelto)

Gabriele can land it.

Flags: needinfo?(ajones)

Done

Flags: needinfo?(gsvelto)
Pushed by gsvelto@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/cc2d1c3652f5
Changed wrap-mode of GtkTextView widget to GTK_WRAP_CHAR. r=gsvelto
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla67
Assignee: nobody → sharma.divyansh.501
QA Whiteboard: [good first verify]

I can reproduce this issue with Nightly 66.0a1 (2019-01-23) in Arch Linux (x86_64) following STR from comment 0.

I can verify that this issue is no longer reproducible in latest Firefox Beta 67.0b10 (64-bit), width of crash reporter window does not increase anymore.

Build ID 20190411084603
User Agent Mozilla/5.0 (X11; Linux x86_64; rv:67.0) Gecko/20100101 Firefox/67.0

Whiteboard: [testday-20190412]
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: