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
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
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
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
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
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
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
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
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
/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
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
11 matches
Mail list logo