Re: [qooxdoo-devel] History and frames

2007-09-27 Thread Fabian Jakobs
dperez schrieb: > This is a very easy task. I can do it in the next days > > OK, go ahead. Best Fabian > Fabian Jakobs-2 wrote: > >> I think this is a good idea. We are pretty busy right now so it wont be >> fixed right now. Could you open a bug for this issue so it doesn't get >> lo

Re: [qooxdoo-devel] History and frames

2007-09-26 Thread dperez
This is a very easy task. I can do it in the next days Fabian Jakobs-2 wrote: > > I think this is a good idea. We are pretty busy right now so it wont be > fixed right now. Could you open a bug for this issue so it doesn't get > lost? > -- View this message in context: http://www.nabb

Re: [qooxdoo-devel] History and frames

2007-09-26 Thread Fabian Jakobs
dperez schrieb: > Hi, > > Thanks for your answer. > It could do nothing (and possibly log a warning) if it detects is inside a > frame. > > > Fabian Jakobs-2 wrote: > >> since no browser has a API for browser history, every implementation of >> browser history consists of a bunch of hacks :-(.

Re: [qooxdoo-devel] History and frames

2007-09-26 Thread dperez
Hi, Thanks for your answer. It could do nothing (and possibly log a warning) if it detects is inside a frame. Fabian Jakobs-2 wrote: > > since no browser has a API for browser history, every implementation of > browser history consists of a bunch of hacks :-(. So does our and with > the pre

Re: [qooxdoo-devel] History and frames

2007-09-25 Thread Fabian Jakobs
dperez schrieb: > 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

[qooxdoo-devel] History and frames

2007-09-25 Thread dperez
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 u