Trac query page not working on Chrome, patch submitted upstream
28 views
Skip to first unread message
Adam Johnson
unread,
Mar 31, 2019, 6:17:17 AM3/31/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to django-d...@googlegroups.com
Just an FYI: I think I found a bug in Trac that silently prevents the ticket query page from submitting in Chrome, after adding filters. I've reported it upstream and provided a patch: https://trac.edgewall.org/ticket/13141
If this becomes a major problem before Trac (or Chrome!) is fixed I can look at adding a shim to fix it on code.djangoproject.com.
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to django-d...@googlegroups.com
Update, a kind anonymous soul posting on the Trac ticket found out it's an experimental web feature in Chrome that does this, and disabling it ( chrome://flags/#enable-experimental-web-platform-features ) fixes the issue.