Ticket #2155 (closed defect: fixed)

Opened 1 year ago

Last modified 1 year ago

No billing field on internet explorer (IE6, IE7)

Reported by: jmdelehaye@gmail.com Assigned to: bobbysmith007
Priority: normal Component: TimingAndEstimationPlugin
Severity: normal Keywords:
Cc: jmdelehaye@gmail.com Trac Release: 0.10

Description

When viewing a ticket on IE6 or IE7, there is no label for the billing field (it works fine on Firefox).

I think the file ticket.js has to be modified.

Line 101 :

b.nextSibling.nextSibling.firstChild.nodeValue = '';

become

b.nextSibling.firstChild.nodeValue = '';

Attachments

Change History

11/15/07 16:47:44 changed by bobbysmith007

  • status changed from new to closed.
  • resolution set to fixed.

(In [2786]) closes #2155

Fixed goofy javascript bugs that were cause because of anomalous text nodes in the dom.

T&E trac 10 - 0.5.1 T&E trac 11 - 0.5.4


Add/Change #2155 (No billing field on internet explorer (IE6, IE7))




Change Properties
Action