Closed
Bug 793972
Opened 12 years ago
Closed 12 years ago
Details button on crashreporter dialogue doesn't work
Categories
(Toolkit :: Crash Reporting, defect)
Tracking
()
VERIFIED
FIXED
mozilla21
People
(Reporter: david.smitmanis, Assigned: vladan)
References
Details
(Keywords: regression)
Attachments
(1 file)
955 bytes,
patch
|
ted
:
review+
akeybl
:
approval-mozilla-aurora+
akeybl
:
approval-mozilla-beta-
|
Details | Diff | Splinter Review |
To reproduce: get a crash, check the "Tell Mozilla" box, click on the "Details" button. Nothing happens.
Updated•12 years ago
|
Summary: Details button doesn't work → Details button on crashreporter dialogue doesn't work
Comment 1•12 years ago
|
||
It's applicable to all channels including Release.
Hardware: x86_64 → All
Version: 18 Branch → Trunk
Comment 2•12 years ago
|
||
Regression window(m-c)
Good:
http://hg.mozilla.org/mozilla-central/rev/e61a169463c6
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:13.0) Gecko/20120222 Firefox/13.0a1 ID:20120222095919
Bad:
http://hg.mozilla.org/mozilla-central/rev/49956e0cc0bb
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:13.0) Gecko/20120222 Firefox/13.0a1 ID:20120222142417
Pushlog:
http://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=e61a169463c6&tochange=49956e0cc0bb
Regression window(m-i)
Good:
http://hg.mozilla.org/integration/mozilla-inbound/rev/23fef78981b5
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:13.0) Gecko/20120222 Firefox/13.0a1 ID:20120222034818
Bad:
http://hg.mozilla.org/integration/mozilla-inbound/rev/4720524d2eab
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:13.0) Gecko/20120222 Firefox/13.0a1 ID:20120222045818
Pushlog:
http://hg.mozilla.org/integration/mozilla-inbound/pushloghtml?fromchange=23fef78981b5&tochange=4720524d2eab
Suspected:
4720524d2eab Ted Mielczarek — bug 602565 - Make crashreporter client use Rich Edit 4.1 control to fix display of Indic scripts. r=ehsan
Blocks: 602565
Updated•12 years ago
|
Keywords: regression
Updated•12 years ago
|
Version: Trunk → 13 Branch
Comment 4•12 years ago
|
||
That's not terribly surprising since each platform has its own separate UI implementation, but thanks for checking that.
Assignee | ||
Comment 5•12 years ago
|
||
I'm still seeing this behavior
Assignee | ||
Comment 6•12 years ago
|
||
(In reply to Vladan Djeric (:vladan) from comment #5)
> I'm still seeing this behavior
.. on Windows after every crash
Assignee | ||
Comment 7•12 years ago
|
||
I tested Ted's idea to use a RichEdit v4.1 control in this dialog. I can confirm it fixes the problem on Windows. We might want to uplift this fix.
Attachment #708846 -
Flags: review?(ted)
Comment 8•12 years ago
|
||
Comment on attachment 708846 [details] [diff] [review]
Use a RichEdit v4.1 control in the "Details" dialog
Review of attachment 708846 [details] [diff] [review]:
-----------------------------------------------------------------
Sorry for missing that. This is a trivial fix and I would support landing it on any branch.
Attachment #708846 -
Flags: review?(ted) → review+
Assignee | ||
Comment 9•12 years ago
|
||
Assignee | ||
Comment 10•12 years ago
|
||
Comment on attachment 708846 [details] [diff] [review]
Use a RichEdit v4.1 control in the "Details" dialog
[Approval Request Comment]
Bug caused by (feature/regressing bug #): 602565
User impact if declined: The "Details" button in the Crash Reporter dialog will not work
Testing completed (on m-c, etc.): Built locally and confirmed the "Details" button works again. mozilla-inbound tests passed
Risk to taking this patch (and alternatives if risky): None, if this patch does not work, the "Details" button will remain broken
String or UUID changes made by this patch: None
Attachment #708846 -
Flags: approval-mozilla-beta?
Attachment #708846 -
Flags: approval-mozilla-aurora?
Comment 11•12 years ago
|
||
Assignee: nobody → vdjeric
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla21
Comment 12•12 years ago
|
||
Comment on attachment 708846 [details] [diff] [review]
Use a RichEdit v4.1 control in the "Details" dialog
I don't think we can 100% guarantee that the only possible regression here would be a still non-functioning button. This is a longstanding issue, and therefore does not require an urgent fix. We should be very cautious when making any changes to crash reporting. Please uplift to Aurora. Thanks!
Attachment #708846 -
Flags: approval-mozilla-beta?
Attachment #708846 -
Flags: approval-mozilla-beta-
Attachment #708846 -
Flags: approval-mozilla-aurora?
Attachment #708846 -
Flags: approval-mozilla-aurora+
Comment 13•12 years ago
|
||
Updated•12 years ago
|
relnote-firefox:
--- → ?
Updated•12 years ago
|
Comment 14•12 years ago
|
||
Verified with Firefox 20 beta 2 (build ID: 20130227063501), on a Windows 7 64-bit machine.
To test this, I've done:
1) Install Crash me! add-on
2) Provoke a crash
3) Check the "Tell Mozilla" box
4) Click on the "Details" button. A dialog shows, providing the requested information
Updated•12 years ago
|
QA Contact: manuela.muntean
Comment 15•12 years ago
|
||
Verified as Fixed on FF 21b6 on Windows 7 x64
20130430204233
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•