Edgewall Software

Changes between Initial Version and Version 1 of Ticket #1969, comment 16


Ignore:
Timestamp:
Jan 22, 2016, 6:59:55 AM (8 years ago)
Author:
Ryan J Ollos

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1969, comment 16

    initial v1  
    11I think I have found the problem. Opera has a problem with handling the POST of the form:
    22
     3{{{
    34   <form action="/projects/josephine#preview" method="post">
     5}}}
    46
    57I 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:
    68
     9{{{
    710 /projects/josephine/newticket -> POST -> /projects/josephine#preview
     11}}}
    812
    913This works, now we try to edit a existing ticket:
    1014
     15{{{
    1116 /projects/josephine/ticket/19 -> POST -> /projects/josephine#preview -> STRANGE BEHAVIOUR
     17}}}
    1218
    1319Now the POST request comes from the "higher directory". Opera cannot handle this properly.