#1969: Browser is waiting for 5-20 seconds when editing a ticket
----------------------------+-----------------------------------------------
Reporter: [EMAIL PROTECTED] | Owner: jonas
Type: defect | Status: new
Priority: normal | Milestone: 0.10
Component: ticket system | Version: 0.9.2
Severity: major | Resolution:
Keywords: |
----------------------------+-----------------------------------------------
Comment (by anonymous):
I think I have found the problem. Opera has a problem with handling the
POST of the form:
<form action="/projects/josephine#preview" method="post">
I tried to monitor the HTTP connections with a HTTP monitor. The problem
is, when you create a new ticket, the browser "thinks" it is in the same
directory:
/projects/josephine/newticket -> POST -> /projects/josephine#preview
This works, now we try to edit a existing ticket:
/projects/josephine/ticket/19 -> POST -> /projects/josephine#preview ->
STRANGE BEHAVIOUR
Now the POST request comes from the "higher directory". Opera cannot
handle this properly.
I understand Trac is using only one place for all POST edits, but is this
a good strategy?
--
Ticket URL: <http://projects.edgewall.com/trac/ticket/1969>
The Trac Project <http://trac.edgewall.com/>
_______________________________________________
Trac-Tickets mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac-tickets