From ahahn@gmx.net Mon May 10 11:58:03 2010 From: Andreas Hahn To: xwiki-users@xwiki.org Subject: [xwiki-users] HTML Macro browser dependent ? Date: Mon, 10 May 2010 11:57:47 +0200 Message-ID: <4BE7D89B.9070502@gmx.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8123294181403009945==" --===============8123294181403009945== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Unless I'm doing something very stupid I'd think the HTML macro shows some weird browser dependent behaviour: {{html}} {{/html}} Works as expected with firefox 3.x / Safari Doesn't work in IE 7/8 and Chrome. The {{html}}-embedded code is missing in the page output for these browsers. When examining the page with Firebug I also noticed that the *listItem* example on http://code.xwiki.org/xwiki/bin/view/Macros/HTMLMacro renders unexpectedly. Firebug reveals ... ...
Neither nor 'class="star" ' are part of the example source so this example is either a fake or the macro shows undocumented behaviour. IMHO the macro should just write its raw output to the page not depending on any other circuumstances. The macro example page and I guess all of http://code.xwiki.org are looking crippled on IE7 as the content area is clipped. Wiki version is 2.3 M1 thanks Andreas --===============8123294181403009945==--