> On Thursday, July 30, 2015 at 2:25:54 AM UTC-4, Cooke, Mark wrote: > > > -----Original Message----- > > From: RjOllos [mailto:[email protected] <javascript:> ] > > Sent: 29 July 2015 16:33 > > > > On Wednesday, July 29, 2015 at 12:45:03 AM UTC-7, Cooke, Mark wrote: > > > > > Hello list, > > > I am running IE10 (not in compatibility mode). For a few Trac > > > versions now I am getting the above added to my URLs after e.g. > > > editing a comment. However this does not work and I am always > > > left at the top of the ticket. > > > > > > Where is the "__msie303" coming from? Is there a Trac ini setting > > > somewhere to stop this? > > > > > > Cheers, > > > > > > ~ Mark C > > > > Which version of Trac? > > Package Version > ------- ------- > Trac 1.0.6.post2 > Genshi 0.7 (without speedups) > mod_wsgi 4.4.11 (WSGIProcessGroup WSGIApplicationGroup > %{GLOBAL}) > psycopg2 2.5.4 > Pygments 2.0.1 > Python 2.7.9 (default, Dec 10 2014, 12:24:55) [MSC v.1500 32 > bit (Intel)] > pytz 2014.10 > setuptools 8.2.1 > Subversion 1.8.13 (r1667537) > jQuery 1.7.2 > jQuery UI 1.8.21 > jQuery Timepicker 1.0.1 > > I plan to upgrade trac to 1.0.8 this week if I can find the time, but > this has been happening for a while. > > > http://trac.edgewall.org/ticket/11262 > > ...ah, thanks. I found nothing (but looked in the wrong place). > Should I add to the ticket? What more info can I provide? > > I will try to get the upgrade done, then report again. > > ~ Mark C > > -----Original Message----- > From: RjOllos [mailto:[email protected]] > Sent: 03 August 2015 21:39 > > The issue should have been fixed in Trac 1.0.2.
Note that I have now upgraded to version 1.0.8 (using `setup.py install` from source). > Do you only see the issue when editing comments, or do you also see the issue > when creating comments? I just tried in a "sand pit" project I use for testing and I can create a ticket OK: https://server.name/shared/sand-pit/ticket/2#ticket Adding a comment: https://server.name/shared/sand-pit/ticket/2#__msie303:comment:1 Editing the comment: https://server.name/shared/sand-pit/ticket/2?cnum_edit=1 ...resulting in: https://server.name/shared/sand-pit/ticket/2#__msie303:comment:1 (again) > It would be useful to know your user agent string. You can find it on the > /about page under the System Information heading. The user agent string is not listed under "System Information" but I have a small macro to echo all WSGI variables which reports `HTTP_USER_AGENT` as: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/6.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E; InfoPath?.3; MS-RTC LM 8) Note that I compile my own apache httpd (including APR), subversion and mod_wsgi as I have been unable to find a reliable set of windoze distributions that all work with python 2.7 (due to compiler library issues). I do have a few plugins but none that mess with the page content as far as I know: advancedticketworkflowplugin 1.2.0dev-r0 CommitTicketRefMacro N/A (a version of the std one that does not check if ticket is referenced) contactformplugin 0.2.post35 graphviz 1.0.0.7dev-r0 notebox 1.0.post0 tracwikireplace 1.1.1 UserStats N/A Plus a few I have written with local functionality. ~ Mark C -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/trac-users. For more options, visit https://groups.google.com/d/optout.
