Edgewall Software
Modify

Opened 20 years ago

Closed 20 years ago

Last modified 18 years ago

#1454 closed defect (fixed)

CustomQuery Javascript Errors

Reported by: muti@… Owned by: Christopher Lenz
Priority: normal Milestone: 0.9
Component: ticket system Version: devel
Severity: major Keywords: query
Cc: muti@… Branch:
Release Notes:
API Changes:
Internal Changes:

Description

The new CustomQuery throws javascript errors in Opera 7/8 and IE6 (possible others).

I am able to add filters, but after deleting the filter at the top of the list using the "-" box, adding a filter throws an error. The error shown in Opera 8 is:

Event thread: change
Error:
name: TypeError
message: Statement on line 242: Could not convert undefined or null to object
Backtrace:
  Line 242 of linked script https://trac/trac/js/query.js
    if (table.rows[j].className == select.options[i].value)
                  At unknown location
    [statement source code not available]

and IE shows the error:

Line: 243
Char: 11
Error: 'rows[...].className' is null or not an object
Code: 0

Attachments (0)

Change History (3)

comment:1 by Christopher Lenz, 20 years ago

Component: report systemticket system
Keywords: query added
Owner: changed from daniel to Christopher Lenz
Status: newassigned

That's mine, I'm afraid.

comment:2 by anonymous, 20 years ago

Cc: muti@… added

comment:3 by Christopher Lenz, 20 years ago

Resolution: fixed
Status: assignedclosed

This should be fixed in [1663].

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Christopher Lenz.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Christopher Lenz to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.