Ticket #6327 (new defect)

Opened 8 months ago

Last modified 8 months ago

Incorrectly formatted IE conditional comment

Reported by: mdawaffe Assigned to:
Priority: normal Milestone: 2.9
Component: General Version: 2.5
Severity: normal Keywords:
Cc:

Description

I believe the format is

<!--[if gte IE 6]>
...
<![endif]-->

Attached.

Attachments

6327.diff (0.5 kB) - added by mdawaffe on 03/21/08 01:35:38.

Change History

03/21/08 01:35:38 changed by mdawaffe

  • attachment 6327.diff added.

03/21/08 03:02:17 changed by ryan

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

(In [7435]) Fix IE conditional. Props mdawaffe. fixes #6327

03/22/08 06:04:29 changed by azaozz

Shouldn't that be

<!--[if lte IE 7]>

lower than or equal to IE7? IE8 seems to be doing well for now. And what about IE5/5.5. Most fixes for 6 work there too and somebody may still be using it.

03/22/08 15:25:52 changed by lloydbudd

  • status changed from closed to reopened.
  • resolution deleted.

03/22/08 19:14:43 changed by mdawaffe

  • keywords deleted.
  • status changed from reopened to new.

This ticket was opened to address a syntactical issue, not a logical one.

That said, I haven't seen anything from IE8 yet, and my understanding is that we officially don't give a hoot about IE5.5.

03/22/08 19:16:06 changed by mdawaffe

  • owner deleted.