Hi,

Check <wicket:header-items/> at
http://wicketinaction.com/2014/03/header-contributions-positioning/

Martin Grigorov
Wicket Training and Consulting
https://twitter.com/mtgrigorov

On Fri, Jan 16, 2015 at 10:21 AM, JaneElle <elzbieta.r...@gmail.com> wrote:

> Hi Martin,
>
> I explored a little further the problem on my own. It seems that the
> problem boils down to the fact that the required by IE8 X-UA-Compatible
> meta tag is not first in the head section. so that it is not respected by
> the browser. Because wicket put some javascripts on the first place:
>
> <head>
>    <link rel="stylesheet" href="../../css/menu.css" type="text/css"
>  media="screen"/>
>
> <script type="text/javascript"
>
> src="../wicket/resource/org.apache.wicket.resource.JQueryResourceReference/jquery
>     /jquery-ver-1362480357000.js"></script>
>     <script type="text/javascript"
>
> src="../wicket/resource/org.apache.wicket.ajax.AbstractDefaultAjaxBehavior/res/js/wicket-event-jquery-ver-1362480357000.js"
>  </script>
>   ... etc...
>  <link rel="stylesheet" type="text/css"
>
> href="../wicket/resource/net.rrm.ehour.ui.timesheet.panel.OverviewPanel/css/overview-ver-1363710395000.css"
>     <meta http-equiv="X-UA-Compatible" content="IE=9; IE=8; IE=7; IE=EDGE"
> />
>  </head>
>
> How can I change the order on how wicket renders <head> section. I have an
> abstract BasePage which eveyr page extends. How can I have this meta tag
> defined in wicket:head rendered as the first child in the head section?
> Preferably using renderHead(IHeaderResponse response) method ?
>
> Cheers nad Thanks,
> JaneElle
>
> 2015-01-13 9:28 GMT+01:00 Martin Grigorov-4 [via Apache Wicket] <
> ml-node+s1842946n4668999...@n4.nabble.com>:
>
> > Hi,
> >
> > This sounds like a CSS (and/or JS) issue with your application.
> > There is nothing Wicket related in the description of the problem.
> >
> > Martin Grigorov
> > Wicket Training and Consulting
> > https://twitter.com/mtgrigorov
> >
> > On Tue, Jan 13, 2015 at 9:15 AM, JaneElle <[hidden email]
> > <http:///user/SendEmail.jtp?type=node&node=4668999&i=0>> wrote:
> >
> > > Hi All,
> > >
> > > I would like to ask for an advice how to solve problems related to
> > properly
> > > displayed web page table elements in Internet Explorer (versions higher
> > > that
> > > 8).  Namely after loading the web page all its contents is displayed
> > > properly. However after moving mouse the table elements are being
> > shifted
> > > to
> > > the web page right edge and they are remaining in this location for
> > > approximately 1 minute. After this time the table elements come back to
> > > their previous position. The situation repeats with each mouse movement
> > and
> > > while refreshing the web page.
> > >
> > > I would be grateful for any ideas how to resolve the issue.
> > >
> > > Cheers,
> > > JaneElle
> > >
> > >
> > > --
> > > View this message in context:
> > >
> >
> http://apache-wicket.1842946.n4.nabble.com/Internet-explorer-does-not-display-web-pag-content-properly-tp4668998.html
> > > Sent from the Users forum mailing list archive at Nabble.com.
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: [hidden email]
> > <http:///user/SendEmail.jtp?type=node&node=4668999&i=1>
> > > For additional commands, e-mail: [hidden email]
> > <http:///user/SendEmail.jtp?type=node&node=4668999&i=2>
> > >
> > >
> >
> >
> > ------------------------------
> >  If you reply to this email, your message will be added to the discussion
> > below:
> >
> >
> http://apache-wicket.1842946.n4.nabble.com/Internet-explorer-does-not-display-web-pag-content-properly-tp4668998p4668999.html
> >  To unsubscribe from Internet explorer does not display web pag content
> > properly, click here
> > <
> http://apache-wicket.1842946.n4.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=4668998&code=ZWx6YmlldGEucmF1c0BnbWFpbC5jb218NDY2ODk5OHwxNTU4NTUwMTIw
> >
> > .
> > NAML
> > <
> http://apache-wicket.1842946.n4.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml
> >
> >
>
>
> --
> View this message in context:
> http://apache-wicket.1842946.n4.nabble.com/Internet-explorer-does-not-display-web-pag-content-properly-tp4668998p4669016.html
> Sent from the Users forum mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>

Reply via email to