Hi Sylvain,
Can you please provide the URL of the page that contains this link?

-Nick Johnson

On Thu, Aug 20, 2009 at 2:06 PM, Sylvain <sylvain.viv...@gmail.com> wrote:

>
> Here is an url to the dataviewer with the issue.
>
>
> http://appengine.google.com/logs?=&app_id=hordes-stats&version_id=3.335561226646609229&logs_form=1&severity_level=&layout=none&offset=0004718FE64AEC6A.C4A783F7&start_index=201
>
> On 20 août, 14:57, Sylvain <sylvain.viv...@gmail.com> wrote:
> > Here are 2 screens :
> >
> >
> http://testgapp.appspot.com/o/npaHzp9i58TBCqz1GRr6xOX2wTIUrC.pnghttp://testgapp.appspot.com/o/npZhxc8MALRedAnOlLUnSgRwih3trh.png
> >
> > Test done with Chrome, but I can do it with FF and IE
> >
> > On 20 août, 13:13, djidjadji <djidja...@gmail.com> wrote:
> >
> >
> >
> > > There is a small bug in the SDK version of the DataViewer
> > > in the file google_appengine/google/appengine/ext/admin/__init__.py
> > > in class DatastoreQueryHandler(DatastoreRequestHandler): the get()
> > > handler around line 665 (SDK 1.2.3).
> > > The page_start variable can be a float, the range() call a few line
> > > later can't handle this
> > > The fix is to cast it to int, resulting in the following line
> >
> > >     page_start = int(max(math.floor(current_page - max_pager_links /
> 2), 0))
> >
> > > I don't know if this code is also used in the production DataViewer.
> >
> > > 2009/8/20 Nick Johnson (Google) <nick.john...@google.com>:
> >
> > > > Hi Sylvain,
> > > > Can you please provide a sample Admin Console URL that demonstrates
> this
> > > > bug?
> > > > -Nick Johnson
> >
> > > > On Wed, Aug 19, 2009 at 9:58 AM, Sylvain <sylvain.viv...@gmail.com>
> wrote:
> >
> > > >> Hi,
> >
> > > >> I've seen this issue many times : in the DataViewer (Logs), if I do
> > > >> many "NEXT", then the DataViewer is broken (no more CSS, js,... )
> > > >> etc,... I've produced this bug with many browsers (FF, IE,
> Chrome,...)
> >
> > > >> Have you ever seen this issue ? then I will fill a bug ?
> >
> > > >> Regards
> >
> > > > --
> > > > Nick Johnson, Developer Programs Engineer, App Engine
> >
>


-- 
Nick Johnson, Developer Programs Engineer, App Engine

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to