Ticket #77 (closed defect: fixed)

Opened 4 years ago

Last modified 4 years ago

web pages don't display correctly in IE 7.0

Reported by: mgpaulus Assigned to: uncle_fungus
Priority: major Milestone: 2.3.2
Component: Web Output Keywords:
Cc:

Description

I am running 2.3.2-svn on a linux box, and it is generating html pages, which I browse from my WinXP box upstairs using IE 7.0.5730.11.

The same pages render fine on Firefox.

However, on IE, I see one entry in the middle of the box, and when I select that entry, the whole box turns blue. Almost like the <table> directive is creating a row that is the size of the entire dialog box.

I have 2 machines, and have noticed the same issue.

I'm not sure how to do a screen capture, but if you need a screen image, let me know, and I will to to get one.

I am monitoring 6 machines, with 7 folding instances, and the -simple page is fine.

Let me know what additional details you need, if that will help.

Attachments

fahmon[1].html (9.9 kB) - added by mgpaulus on 12/15/07 10:51:00.

Change History

12/15/07 10:51:00 changed by mgpaulus

  • attachment fahmon[1].html added.

12/15/07 16:48:22 changed by uncle_fungus

  • status changed from new to assigned.
  • component changed from Documentation to Web Output.
  • milestone set to 2.3.2.

12/16/07 13:57:25 changed by mgpaulus

Some further notes. The webpages will render correctly on my Win2K box running IE 6.0.2800.1106.

01/19/08 18:49:43 changed by uncle_fungus

This is almost fixed. I've fixed the weboutput module to use a templating system in r141 so all I need to do is alter the template for the fancy web output, which is much easier than hacking away at the C code.

02/08/08 10:55:10 changed by uncle_fungus

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

This is now fixed in r220 ready for v2.3.2.

The output is now correct in Firefox and Safari, and satisfactory in IE6/7 (the page aligns to the left instead of to the centre).