404/403 pages: Form submit hangs and empty path is stored

sun - March 26, 2009 - 18:39
Project:Feedback 2.0
Version:5.x-2.x-dev
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:active
Description

On 404/403 pages, Feedback's throbber is displayed infinitely. However, upon reload of the page, the feedback message was stored. However, without path.

This is because 404/403 pages are short-circuited in Drupal. $_GET['q'] is empty, we need to conditionally store $_REQUEST['q'] in such cases.

Additionally, the form action needs to point to a page that does not return a 404/403 (which causes the submission to hang).

#1

arilikeairy - May 16, 2009 - 20:45

I experience the same problem with the 6.x-2.0 installation.

#2

arilikeairy - May 16, 2009 - 20:50

I experience the same problem with the 6.x-2.0 installation.

 
 

Drupal is a registered trademark of Dries Buytaert.