Hi,

I use successfully the facilities in class qx.client.History.
It's really easy to use.  But when I load my page inside a frame
(window.parent != window), it stops working ok.  Any intent to update the
history, produces a change in the current URL.

I consider this a bug.

The workaround I'm using now is this:

Before:
  var hist = qx.client.History.getInstance();
After:
  var hist = window.parent == window ? qx.client.History.getInstance():null;

Regards,
David

-- 
View this message in context: 
http://www.nabble.com/History-and-frames-tf4516135.html#a12881478
Sent from the qooxdoo-devel mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to