Open GoogleCodeExporter opened 8 years ago
I will be looking into this problem in the next release. I'll keep you updated
in
this ticket.
Original comment by kimp...@gmail.com
on 21 Apr 2010 at 2:58
This was a bit more problematic than what I had first expected. I'm not sure
when this will be fixed, but I'll keep you posted. A workaround for this is to
use two ViewHandler instances. To create a second instance, just call
initialize a second time. The downside with this is, that the static methods in
the ViewHandler class won't work as expected. Hence, you probably should
initialize the class by calling new ViewHandler(yourApplication) and maintain
references to each ViewHandler in your separate window instances.
Original comment by kimp...@gmail.com
on 29 Jun 2010 at 6:38
Original comment by kimp...@gmail.com
on 1 Jul 2010 at 4:26
There will be URI fragment handling changes in Vaadin 7, so fixing this defect
may be delayed until v7 is released.
Original comment by kimp...@gmail.com
on 8 Jan 2011 at 11:19
Original issue reported on code.google.com by
vya...@gmail.com
on 11 Apr 2010 at 2:08