Hey Chuckles,

2008/12/23 Chuckles McGregor <[email protected]>:
> If I eliminate the css files the pages load ok.  Currently I'm using
> the *css files from  the examples in the toolkit.   When I use
> wt.css, reset.css the server log shows they are downloading to ie and
> the pages
> render correctly when I click.  if I don't click the browser will
> still poll the server but nothing displays
> until I click the browser when using the style sheets.

And this also happens with the toolkit examples? Since this may also
be a specific CSS problem (an element missing the hasLayout property
does not render properly in some cases).

> I wanted to use firebug lite to help debug the problem, but for ie
> you need to explicitly load it
> and I tried putting the <script> tags in a resource file but I'm not
> having any success getting it to load.

I didn't know that existed. I tried it just now, and you can load it using:

WApplication *app = WApplication::instance();
app->require("http://getfirebug.com/releases/lite/1.2/firebug-lite-compressed.js";);
app->doJavaScript("firebug.init();");

It does however appear to be more buggy than the IE Developer ToolBar
(which has limited functionality but does work well for me to inspect
the DOM and try out css/attributes).

Regards,
koen

------------------------------------------------------------------------------
_______________________________________________
witty-interest mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/witty-interest

Reply via email to