Opened 16 years ago

Last modified 11 years ago

#2434 closed defect

javascript error when not configured...plus I can't configure it properly. — at Version 4

Reported by: edunne Owned by: Noah Kantrowitz
Priority: normal Component: CondFieldsPlugin
Severity: normal Keywords:
Cc: Trac Release: 0.10

Description (last modified by Ryan J Ollos)

Great idea for a plugin by the way. I just have to get it working properly.

When the plugin is enabled but the section [condfields] is missing (or there but not configured properly) I get a java script error.

Arguably the javascript should be happy and do nothing when the plugin is not configured properly.

The java script error is:

Line: 220
Char: 13
Error: 'condfields[...]' is null or not an object
Code: 0
URL : etc.

Using InternetExplorer 7.0.57.

Also the example on how to configure the plugin is not clear.

Say I have a ticket type called milestone_target and I only want a section called acceptance criteria to show up on that ticket type. So Trac.ini:

[components]
condfields.web_ui.condfieldsmodule = enabled

[ticket-custom]
acceptance = textarea
acceptance.cols = 70
acceptance.label = Ticket Acceptance Criteria
acceptance.order = 16
acceptance.rows = 10
acceptance.value =

[condfields]
milestone_target = acceptance 

Change History (4)

comment:1 Changed 16 years ago by anonymous

...

comment:2 Changed 16 years ago by anonymous

:-(

comment:3 Changed 15 years ago by anonymous

I have the similar problem with IE 7.0.5730.13 even when [conffield] are set correctly, firefox works fine. The java script error is: Line: 155 Char: 13 Error: 'condfields...' is null or not an object Code: 0 URL : blah blah

comment:4 Changed 11 years ago by Ryan J Ollos

Description: modified (diff)
Note: See TracTickets for help on using tickets.