Modify

Opened 16 years ago

Closed 16 years ago

#2155 closed defect (fixed)

No billing field on internet explorer (IE6, IE7)

Reported by: jmdelehaye@… Owned by: Russ Tyndall
Priority: normal Component: TimingAndEstimationPlugin
Severity: normal Keywords:
Cc: jmdelehaye@… 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 (0)

Change History (1)

comment:1 Changed 16 years ago by Russ Tyndall

Resolution: fixed
Status: newclosed

(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

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Russ Tyndall.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.