Re: X-UA-Compatible & IE 9

2011-05-18 Thread 9902468
045711.n5.nabble.com/X-UA-Compatible-IE-9-tp4406801p4407717.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail

Re: X-UA-Compatible & IE 9

2011-05-18 Thread Thiago H. de Paula Figueiredo
On Wed, 18 May 2011 16:41:46 -0300, 9902468 wrote: Thiago H. de Paula Figueiredo wrote: Wouldn't Tapestry reordering elements come in the , , everything else order be sufficient? I do think adding a Tapestry element just for that solving this issue is overkill. Yep, I think that

Re: X-UA-Compatible & IE 9

2011-05-18 Thread Josh Canfield
Hey Thiago. > public void afteRender(MarkupWriter writer) { >        Element ie9 = writer.getDocument().getElementById("ie9metatag"); >        ie9.getParent().moveToTop(ie9); > } > I'm pretty sure that this won't work because at the point this code runs none of Tapestry elements have been injecte

Re: X-UA-Compatible & IE 9

2011-05-18 Thread 9902468
ld probably suggest that.. - Ville -- View this message in context: http://tapestry.1045711.n5.nabble.com/X-UA-Compatible-IE-9-tp4406801p4407529.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To

Re: X-UA-Compatible & IE 9

2011-05-18 Thread Thiago H. de Paula Figueiredo
On Wed, 18 May 2011 16:05:58 -0300, 9902468 wrote: Exactly :) As I pointed out none of us can change this unfortunate reality (If you can, I have seriously under estimated your influence capabilities :)) - If I could change Microsoft the world would be a better place to live . . . :P

Re: X-UA-Compatible & IE 9

2011-05-18 Thread 9902468
essage in context: http://tapestry.1045711.n5.nabble.com/X-UA-Compatible-IE-9-tp4406801p4407423.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org

Re: X-UA-Compatible & IE 9

2011-05-18 Thread Thiago H. de Paula Figueiredo
On Wed, 18 May 2011 14:12:15 -0300, 9902468 wrote: I've battled this one previously, but there never was any real resolution if I remember correctly. I'd try this * Give an id to the meta tag. * Add this to my layout component or in a mixin (not tested): public void afteRender(MarkupWrit

Re: X-UA-Compatible & IE 9

2011-05-18 Thread Josh Canfield
I don't know of something exists, but here is a reasonably simple solution: Create a "meta" component that that collects the values and injects them at the top of the head element at the end of the rendering process. The following code was compiled and briefly tested in 5.2.5. It collects the val

Re: X-UA-Compatible & IE 9

2011-05-18 Thread 9902468
Ah, now I found the original IE9 thread: http://tapestry.1045711.n5.nabble.com/Tapestry-5-with-Prototype-1-7-td3288189.html - Ville -- View this message in context: http://tapestry.1045711.n5.nabble.com/X-UA-Compatible-IE-9-tp4406801p4407107.html Sent from the Tapestry - User mailing list

Re: X-UA-Compatible & IE 9

2011-05-18 Thread 9902468
/tapestry.1045711.n5.nabble.com/X-UA-Compatible-IE-9-tp4406801p4407088.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional comma

X-UA-Compatible & IE 9

2011-05-18 Thread Rich M
Hi, has anyone else had trouble with getting the X-UA-Compatible meta tag working in IE9 with Tapestry? I have verified that my rendered HTML page has the tag in the element, but going into Developer Tools it says the Document Mode for the page is not the one I set it to. The reason I men