Skip to main content
summaryrefslogtreecommitdiffstats
blob: 6e8adde465b0b2f71d617d64f744fe489c006b70 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
                      "http://www.w3.org/TR/html4/loose.dtd">
<html>
  <head>
    <title>Bug 7 - summary</title>




    

    <script type="text/javascript">
  <!--
  
  function initHelp() {}
  // -->
  </script>

    <link href="skins/standard/global.css" rel="stylesheet" type="text/css">
    <link href="skins/custom/global.css" rel="stylesheet" type="text/css">



    

  </head>



  <body onload=""
        class="you-havent-visited-editparams-cgi-yet bz_bug bz_status_NEW bz_component_TestComponent bz_bug_7">


<div id="banner">
    <div class="intro"></div>
      <p id="banner-name">
        <span>This is Bugzilla</span>
      </p>
      <p id="banner-version">
        <a href="http://www.bugzilla.org/"><span>Bugzilla</span></a>
        <span>Version 2.20</span>
      </p>
    <div class="outro"></div>
    </div>

<div id="header">
    <h1>Bugzilla Bug 7</h1>

    <h2>summary</h2>

    <h3>Last modified: 2006-02-21 16:34:29</h3>
</div>
<i><font color="#777777">First</font></i>
  <i><font color="#777777">Last</font></i>
  <i><font color="#777777">Prev</font></i>
  <i><font color="#777777">Next</font></i>
  &nbsp;&nbsp;
  <i><font color="#777777">No search results available</font></i>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="query.cgi">Search page</a>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="enter_bug.cgi">Enter new bug</a>

<hr>
<script type="text/javascript">
  <!--

  /* Outputs a link to call replyToComment(); used to reduce HTML output */
  function addReplyLink(id) {
    /* XXX this should really be updated to use the DOM Core's
     * createElement, but finding a container isn't trivial */
    document.write('[<a href="#add_comment" onclick="replyToComment(' + 
        id + ');">reply<' + '/a>]');
  }

  /* Adds the reply text to the `comment' textarea */
  function replyToComment(id) {
    /* pre id="comment_name_N" */
    var text_elem = document.getElementById('comment_text_'+id);
    var text = getText(text_elem);

    /* make sure we split on all newlines -- IE or Moz use \r and \n
     * respectively */
    text = text.split(/\r|\n/);

    var replytext = "";
    for (var i=0; i < text.length; i++) {
        replytext += "> " + text[i] + "\n"; 
    }

    replytext = "(In reply to comment #" + id + ")\n" + replytext + "\n";


    /* <textarea id="comment"> */
    var textarea = document.getElementById('comment');
    textarea.value += replytext;

    textarea.focus();
  }

  if (!Node) {
    /* MSIE doesn't define Node, so provide a compatibility array */
    var Node = {
        TEXT_NODE: 3,
        ENTITY_REFERENCE_NODE: 5
    };
  }

  /* Concatenates all text from element's childNodes. This is used
   * instead of innerHTML because we want the actual text (and
   * innerText is non-standard) */
  function getText(element) {
    var child, text = "";
    for (var i=0; i < element.childNodes.length; i++) {
        child = element.childNodes[i];
        var type = child.nodeType;
        if (type == Node.TEXT_NODE || type == Node.ENTITY_REFERENCE_NODE) {
            text += child.nodeValue;
        } else {
            /* recurse into nodes of other types */
            text += getText(child);
        }
    }
    return text;
  }


  //-->
  </script>

<form name="changeform" method="post" action="process_bug.cgi">

  <input type="hidden" name="delta_ts" value="2006-02-21 16:34:29">
  <input type="hidden" name="longdesclength" value="2">
  <input type="hidden" name="id" value="7">



  <table>

    <tr>
      <td valign="top">
        <table cellspacing="1" cellpadding="1">
  
          <tr>
            <td align="right">
              <b>Bug#:</b>
            </td>
            <td>
              <a href="http://you-havent-visited-editparams.cgi-yet/show_bug.cgi?id=7">7</a>
            </td>
          </tr>

          <tr>
            <td align="right">
              <b><u>P</u>roduct:</b>
            </td><td>
    <label for="product" accesskey="p">
      <select name="product" id="product">
          <option value="TestProduct" selected>TestProduct
          </option>
      </select>
    </label>
  </td>
  <td>&nbsp;</td>
          </tr>

          

          <tr>
            <td align="right">
              <b>
                <a href="describecomponents.cgi?product=TestProduct">
                  Co<u>m</u>ponent</a>:
              </b>
            </td><td>
    <label for="component" accesskey="m">
      <select name="component" id="component">
          <option value="TestComponent" selected>TestComponent
          </option>
      </select>
    </label>
  </td>
  <td>&nbsp;</td>
          </tr>

          <tr>
            <td align="right">
              <b>
                <a href="page.cgi?id=fields.html#status">Status</a>:
              </b>
            </td>
            <td>NEW</td>
          </tr>

          <tr>
            <td align="right">
              <b>
                <a href="page.cgi?id=fields.html#resolution">Resolution</a>:
              </b>
            </td>
            <td>
            </td>
          </tr>

          <tr>
            <td align="right">
              <b>
                <a href="page.cgi?id=fields.html#assigned_to">Assigned&nbsp;To</a>:
              </b>
            </td>
            <td>Robert Elves &lt;relves&#64;cs.ubc.ca&gt;</td>
          </tr>

        </table>

      </td>
      <td valign="top">

        <table cellspacing="1" cellpadding="1">

          <tr>
            <td align="right">
              <b><u>H</u>ardware:</b>
            </td><td>
    <label for="rep_platform" accesskey="h">
      <select name="rep_platform" id="rep_platform">
          <option value="All">All
          </option>
          <option value="PC" selected>PC
          </option>
          <option value="Macintosh">Macintosh
          </option>
          <option value="Other">Other
          </option>
      </select>
    </label>
  </td>
  <td>&nbsp;</td>
          </tr>

          <tr>
            <td align="right">
              <b><u>O</u>S:</b>
            </td><td>
    <label for="op_sys" accesskey="o">
      <select name="op_sys" id="op_sys">
          <option value="All">All
          </option>
          <option value="Windows">Windows
          </option>
          <option value="Mac OS">Mac OS
          </option>
          <option value="Linux">Linux
          </option>
          <option value="Other" selected>Other
          </option>
      </select>
    </label>
  </td>
  <td>&nbsp;</td>
          </tr>

          <tr>
            <td align="right">
              <b><u>V</u>ersion:</b>
            </td><td>
    <label for="version" accesskey="v">
      <select name="version" id="version">
          <option value="other" selected>other
          </option>
      </select>
    </label>
  </td>
  <td>&nbsp;</td>
          </tr>

          <tr>
            <td align="right">
              <b><a href="page.cgi?id=fields.html#priority">Pr<u>i</u>ority</a>:</b>
            </td><td>
    <label for="priority" accesskey="i">
      <select name="priority" id="priority">
          <option value="P1">P1
          </option>
          <option value="P2" selected>P2
          </option>
          <option value="P3">P3
          </option>
          <option value="P4">P4
          </option>
          <option value="P5">P5
          </option>
      </select>
    </label>
  </td>
  <td>&nbsp;</td>
          </tr>

          <tr>
            <td align="right">
              <b><a href="page.cgi?id=fields.html#bug_severity">S<u>e</u>verity</a>:</b>
            </td><td>
    <label for="bug_severity" accesskey="e">
      <select name="bug_severity" id="bug_severity">
          <option value="blocker">blocker
          </option>
          <option value="critical">critical
          </option>
          <option value="major">major
          </option>
          <option value="normal" selected>normal
          </option>
          <option value="minor">minor
          </option>
          <option value="trivial">trivial
          </option>
          <option value="enhancement">enhancement
          </option>
      </select>
    </label>
  </td>
  <td>&nbsp;</td>
          </tr>


        </table>
      </td>

      <td valign="top">

        <table cellpadding="1" cellspacing="1">

          <tr>
            <td align="right">
              <b>Reporter:</b>
            </td>
            <td>
              <a href="mailto:relves&#64;cs.ubc.ca">Robert Elves &lt;relves&#64;cs.ubc.ca&gt;</a>
            </td>
          </tr>

          <tr>
            <td align="right" valign="top">
              <b><u>A</u>dd&nbsp;CC:</b>
            </td>
            <td><input
  name="newcc"
  value="" accesskey="a"  size="30" 
>
            </td>
          </tr>

          <tr>
            <td align="right" valign="top">
              <b>CC:</b>
            </td>
            <td valign="top">
              <select name="cc" multiple="multiple" size="5">
                <option value="relves&#64;cs.ubc.ca">relves&#64;cs.ubc.ca</option>
              </select>
              <br>
              <input type="checkbox" name="removecc">Remove selected CCs
              <br>
            </td>
          </tr>

        </table>

      </td>
      </tr>

      <tr>
        <td colspan="2">
          <table cellspacing="1" cellpadding="1">

      


          <tr>
            <td align="right">
              <b>
                  <u>U</u>RL:
              </b>
            </td>
            <td colspan="5">
              <input name="bug_file_loc" accesskey="u"
                     value="" size="60">
            </td>
          </tr>

          <tr>
            <td align="right">
              <b><u>S</u>ummary:</b>
            </td>
            <td colspan="5">
              <input name="short_desc" accesskey="s"
                     value="summary" size="60">
            </td>
          </tr>



        </table>
      </td>

      <td valign="top">
        <table cellspacing="1" cellpadding="1">
          <tr>
            <td colspan="2" valign="top">
            </td>
          </tr>
        </table>
      </td>
    </tr>
  </table>



<br>
<table cellspacing="0" cellpadding="4" border="1">
  <tr>
    <th bgcolor="#cccccc" align="left">Attachment</th>
    <th bgcolor="#cccccc" align="left">Type</th>
    <th bgcolor="#cccccc" align="left">Created</th>
    <th bgcolor="#cccccc" align="left">Size</th>
    <th bgcolor="#cccccc" align="left">Actions</th>
  </tr>

  <tr>
    <td colspan="4">
      <a href="attachment.cgi?bugid=7&amp;action=enter">Create a New Attachment</a> (proposed patch, testcase, etc.)
    </td>
      <td class="bz_disabled">
        View All
      </td>
  </tr>
</table>
<br>



  <table>
    <tr><th align="right">Bug 7 <u>d</u>epends on:</th>
  <td>
  </td>
  <td>
    <input name="dependson" accesskey="d"
           value="">
  </td>
      <td rowspan="2">
        <a href="showdependencytree.cgi?id=7">Show
        dependency tree</a>

          <br>
          <a href="showdependencygraph.cgi?id=7">Show
          dependency graph</a>
      </td>
    </tr>

    <tr><th align="right">Bug 7 <u>b</u>locks:</th>
  <td>
  </td>
  <td>
    <input name="blocked" accesskey="b"
           value="">
  </td>
    </tr>
  </table>




  <br>
  <b>Additional <u>C</u>omments:</b>
  <br>
  <a name="add_comment"></a>
  <textarea name="comment" id="comment" rows="10" cols="80"
            accesskey="c"></textarea>

    <br>
    <label for="addselfcc">
      <input type="checkbox" id="addselfcc" name="addselfcc">
      Add  to CC list
    </label>
  <br>

<br>
  <input type="radio" id="knob-leave" name="knob" value="none" checked="checked">
  <label for="knob-leave">
    Leave as <b>NEW&nbsp;</b>
  </label>
  <br>



    <input type="radio" id="knob-accept" name="knob" value="accept">
    <label for="knob-accept">
      Accept bug (change
      status to <b>ASSIGNED</b>)
    </label>
    <br>


      <input type="radio" id="knob-resolve" name="knob" value="resolve">
      <label for="knob-resolve">
        Resolve bug, changing 
        <a href="page.cgi?id=fields.html#resolution">resolution</a> to
      </label>  
      <select name="resolution"
              onchange="document.changeform.knob[2].checked=true">
          <option value="FIXED">FIXED</option>
          <option value="INVALID">INVALID</option>
          <option value="WONTFIX">WONTFIX</option>
          <option value="LATER">LATER</option>
          <option value="REMIND">REMIND</option>
          <option value="WORKSFORME">WORKSFORME</option>
      </select>
      <br>

      <input type="radio" id="knob-duplicate" name="knob" value="duplicate">
      <label for="knob-duplicate">
        Resolve bug, mark it as duplicate of bug #
      </label>
      <input name="dup_id" size="6"
             onchange="if (this.value != '')
                       {document.changeform.knob[3].checked=true}">
      <br>

        <input type="radio" id="knob-reassign" name="knob" value="reassign">
        <label for="knob-reassign">
          <a href="page.cgi?id=fields.html#assigned_to">Reassign</a> bug to
        </label><input
  name="assigned_to"
  value="relves&#64;cs.ubc.ca" onchange="if ((this.value != 'relves\x40cs.ubc.ca') &amp;&amp; (this.value != '')) {
                               document.changeform.knob[4].checked=true;
                          }"  accesskey="b"  size="32" 
>
        <br>

        <input type="radio" id="knob-reassign-cmp" name="knob" value="reassignbycomponent">
        <label for="knob-reassign-cmp">
          Reassign bug to default assignee
          of selected component
        </label>
        <br>

  <input type="submit" value="Commit">
  <input type="hidden" name="form_name" value="process_bug">
  <p>
    <font size="+1">
      <b>
        <a href="show_activity.cgi?id=7">View Bug Activity</a>
        &nbsp; | &nbsp;
        <a href="show_bug.cgi?format=multiple&amp;id=7">Format For Printing</a>
        &nbsp; | &nbsp;
        <a href="enter_bug.cgi?cloned_bug_id=7">Clone This Bug</a>

        
      </b>
    </font>

  </p>



<hr>
<div >
        <table>
          <tr>
            <td align="left">
              <b><a name="c0" href="#c0">Description</a>:</b>&nbsp;&nbsp;<script 
                type="text/javascript"><!-- 
                  addReplyLink(0);
                //--></script>
            </td>
            <td align="left" width="30%">
              <b>Opened:</b> 2006-02-13 17:02
            </td>
          </tr>
        </table>
        


<pre id="comment_text_0">test summary
</pre>
    </div>
  <div >
        <br>
        <span class="bz_comment">
          ------- <i>Comment
          <a name="c1" href="#c1">#1</a> From 
          <a href="mailto:relves&#64;cs.ubc.ca">Robert Elves</a>
          2006-02-21 16:34 
          </i>
          <script type="text/javascript"><!-- 
            addReplyLink(1); //--></script>
          -------
        </span>
        


<pre id="comment_text_1">out
</pre>
    </div>

</form>

<hr>
<i><font color="#777777">First</font></i>
  <i><font color="#777777">Last</font></i>
  <i><font color="#777777">Prev</font></i>
  <i><font color="#777777">Next</font></i>
  &nbsp;&nbsp;
  <i><font color="#777777">No search results available</font></i>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="query.cgi">Search page</a>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="enter_bug.cgi">Enter new bug</a>

<br>
<div id="footer">
  <div class="intro"></div>




<form method="get" action="show_bug.cgi">
<div id="useful-links">
  <div id="links-actions">
    <div class="label">Actions:</div>
    <div class="links">
        <a href="./">Home</a> | 
        <a href="enter_bug.cgi">New</a> | 
        <a href="query.cgi">Search</a> |
        bug # <input class="txt" name="id" size="6">
        <input class="btn" type="submit" value="Find"> | 
        
        <a href="report.cgi">Reports</a> 
        
          | <a href="request.cgi">Requests</a>
              
        
              | <a href="createaccount.cgi">New&nbsp;Account</a>
            | <a href="index.cgi?GoAheadAndLogIn=1">Log&nbsp;In</a>
    </div>
  </div>
      
    

    
    
  <div id="links-saved">
    <div class="label">
    </div>
    <div class="links">

    </div>
  </div>

  
</div>
</form>

  <div class="outro"></div>
</div>

</body>
</html>

Back to the top