Actually it is doing it in firefox and safari. I found out what is doing this - kind - of. When logged in there is an edit link and with that div there the page lines up correctly. When it is gone the t2-itemize table shifts to the right. So the fix I did was:
in t2.py in the def wiki.... elif rows and (not editmode or not writable): if not self.logged_in and not rows[0].public: self._error() if writable and self.logged_in: edit=DIV(A('edit',_href=URL(r=request, args=request.args[:1]+['edit'])),_class='edit-link') else: edit=DIV(XML(' '),_class='edit-link') On Thu, Feb 12, 2009 at 6:26 PM, drayco <antrod...@gmail.com> wrote: > > hum, did you used "select all"? > > I fixed this problem with a single copy of text and code. > > In the new page you need to paste this. > > In the other hand, I fixed with "select all", "copy all" in a text > editor, "delete all" in a wiki/page and "paste all" in a the same or > new wiki/page. > > This tricks works with t3 Version 0.4 (2009-01-07 09:01:19) and web2py > 1.55.2 > > On 12 feb, 17:42, Wes James <compte...@gmail.com> wrote: >> This trick works until a log out. If I log back in it goes back to >> where it should be - go figure.... >> >> -wj >> >> On Thu, Feb 12, 2009 at 11:16 AM, drayco <antrod...@gmail.com> wrote: >> >> > Yes, I see that effect in t3 and firefox. >> >> > But, if you delete all the content and paste again in a new page, the >> > problem disapper. >> >> > On Feb 11, 3:59 pm, Wes James <compte...@gmail.com> wrote: >> >> Anyone else see the itemize list appearing in the middle of the >> >> browser witht3on firefox? >> >> >> -wj > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py Web Framework" group. To post to this group, send email to web2py@googlegroups.com To unsubscribe from this group, send email to web2py+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/web2py?hl=en -~----------~----~----~----~------~----~------~--~---