Modify ↓
#1454 closed defect (fixed)
CustomQuery Javascript Errors
| Reported by: | 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 , 21 years ago
| Component: | report system → ticket system |
|---|---|
| Keywords: | query added |
| Owner: | changed from to |
| Status: | new → assigned |
comment:2 by , 21 years ago
| Cc: | added |
|---|
comment:3 by , 21 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
This should be fixed in [1663].
Note:
See TracTickets
for help on using tickets.



That's mine, I'm afraid.