Re: Correct methodology to update browser url with MVP

2013-07-10 Thread Joel Trunick
That is the odd thing, we don't have any code that focuses explicitly, or even manipulates that part of the screen (as checked through the debugger). Even more strange is that our custom place controller has an effect on the behavior of the list. If we do a security check in "OurPlaceController",

Re: Correct methodology to update browser url with MVP

2013-07-09 Thread Joel Trunick
If its a re-focus effect, what would be the cure? On Tue, Jul 9, 2013 at 10:31 AM, Thomas Broyer wrote: > > > On Tuesday, July 9, 2013 4:48:41 PM UTC+2, Joel wrote: >> >> Something odd happens when I use goTo()... The list (a CellList), will >> scroll so that the selected item is at the bottom

Re: Correct methodology to update browser url with MVP

2013-07-09 Thread Joel Trunick
Something odd happens when I use goTo()... The list (a CellList), will scroll so that the selected item is at the bottom of the screen. I have no scrolling code, and I don't understand why goTo() makes this happen. I'm even checking if the item has been selected and not reselecting it. On Mon, Ju