To participate you must create an account on apostrophenow.org. If you have already done so, click Login.

Ticket #30 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

Apostrophe & Apostrophenow & IE6

Reported by: johnnyoffline Owned by: johnnyoffline
Priority: major Milestone: 1.0
Component: apostrophePlugin Version:
Keywords: cms, ui Cc: boutell, rickybanister, hillerj, dordille, agilbert
Symfony version:

Description

Opened by Tom Boutell 10/13/2009 11:18 AM

apostrophenow.com and the demo say nothing to tell IE6 users it's not going to work for them.

john, can you take a look at this at some point

Attachments

ie6-message.png Download (23.7 KB) - added by johnnyoffline 2 years ago.
IE6 Message

Change History

Changed 2 years ago by johnnyoffline

  • status changed from new to accepted

Changed 2 years ago by agilbert

  • sensitive set to 1
  • version Symfony 1.4 deleted
  • milestone set to 1.0

Changed 2 years ago by agilbert

  • component changed from apostrophePlugin to apostrophenow.com

Changed 2 years ago by boutell

  • component changed from apostrophenow.com to apostrophePlugin

The apostrophenow.com site is almost a sideline, actual apostrophe sites need to do this. The bundled layout should have a simple red banner at top via layout.php IF you are on a CMS page AND it is editable by you.

Changed 2 years ago by johnnyoffline

IE6 Message

Changed 2 years ago by johnnyoffline

  • status changed from accepted to closed
  • resolution set to fixed

IE6 Message

I am happy with how this is implemented.

Conditional Comment

	<!--[if lt IE 7]>
		<script type="text/javascript" charset="utf-8">
			aIE6();
		</script>
	<![endif]-->

The function lives inside of aUI(); because we are dealing with the fact that IE6 cannot support the wicked awesome UI :D.

The function spits out a message for IE6 uses upon logging in. It also applies the body class: ie6.

We use it in a.css to hide interface elements from the logged in IE6 user for simplicity's sake.

Changed 2 years ago by johnnyoffline

* Correction *

it doesn't live INSIDE aUI()

it lives in the aUI.js file as its own function. I mistyped.

Note: See TracTickets for help on using tickets.