Hey Georg,

2011/6/7 Georg Sauthoff <[email protected]>:
> Ok, using this information I modify my previous example, trying to create a
> minimal example:

<snip>

> Using Wt 3.1.9 and this command line
>
>   ./link.wt --docroot='.;resources' --deploy-path '/' --http-address 
> 127.0.0.1 --http-port 8080
>
> the scrolling only works with Firefox 3.6. With Chromium just a new session is
> created (== page reload) when the link is clicked.
>
> Any ideas how to fix this minimal example for Chromium?

It should, and it seems that it doesn't because of a bug in Wt: unless
you call WApplication::setInternalPath() or
WApplication::internalPathChanged(), it will not enable internal path
support internally and because of that it fails with Chrome.

I've fixed this in my local git copy.

You can easily work around this bug by calling e.g.
setInternalPath(internalPath()) from your application constructor.

Regards,
koen

------------------------------------------------------------------------------
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
_______________________________________________
witty-interest mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/witty-interest

Reply via email to