Closed Bug 480501 Opened 15 years ago Closed 15 years ago

Crash reports open with modules instead of frame tab

Categories

(Socorro :: General, task)

task
Not set
normal

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: whimboo, Assigned: ozten)

References

Details

(Keywords: regression)

With the latest upgrade of Soccorro crash reports open with the module list. That's not really helpful because everybody has to switch back to the stack frames tab.

Opening referenced crash reports from about:crashes or Bugzilla should still display the stack frames.
I'm happy to change this, but we should get some consensus on what's most usable. This was a request in IRC by several people. I will try to find my notes / bug#.
I've commited this fix in r914
Index: index.php
===================================================================
--- index.php	(revision 910)
+++ index.php	(working copy)
@@ -11,8 +11,7 @@
 
   <script type="text/javascript">//<![CDATA[
       $(document).ready(function(){
-	  $('#report-index > ul').tabs({selected: 2});
-	//$('#report-index > ul').tabs('select', 2);
+        $('#report-index > ul').tabs({selected: 1});
         $('#showallthreads').removeClass('hidden').click(function(){
         $('#allthreads').toggle(400);
           return false;
Austin, was you able to find notes about that? I don't wanna work against other people who had reasonable arguments to select the modules tab instead of the frames tab.
Nope. I must have invented this requirement.
Ok, so when this goes live we can mark it as fixed. Thanks.
Yes, we should fix this.
This regression is fixed in prod.
Sorry about my dementia.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Assignee: nobody → mozilla.bugs.aking
Thanks Austin. Verified.
Status: RESOLVED → VERIFIED
Component: Socorro → General
Product: Webtools → Socorro
You need to log in before you can comment on or make changes to this bug.