Bug 16437 - [s60] EYCI-788H8Y: TRUE - After entering Make, Year and Model in www.tiretrends.com's tire finder wizard, returns to the Model input page
Summary: [s60] EYCI-788H8Y: TRUE - After entering Make, Year and Model in www.tiretren...
Status: CLOSED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 523.x (Safari 3)
Hardware: S60 Hardware S60 3rd edition
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-12-14 08:30 PST by Forrest Hodgkins
Modified: 2011-03-21 11:53 PDT (History)
0 users

See Also:


Attachments
patch for TSW EYCI-788H8Y (612 bytes, patch)
2007-12-14 08:39 PST, Forrest Hodgkins
eric: review-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Forrest Hodgkins 2007-12-14 08:30:02 PST
Error Conditions / Steps leading to the Error
Open Browser.
Goto www.tiretrends.com
"Product Search" wizard located in middle of page.
Select a make in the pulldown list for "Tires & Wheels".
Browser goes to "http://www.tiretrends.com/index.php3".
Select the year in the pulldown list for "Tires & Wheels".
Browser goes to "http://www.tiretrends.com/wheel2/iuc_pview/summerFinder2.php"
Select model from pulldown list in "select vehicle" panel.
Browser goes to "http://www.tiretrends.com" with Make and Year fields in the 
Product Search wizard populated with previous selections.
On PC with Firefox, browser goes to 
"http://www.tiretrends.com/wheel2/iuc_pview/summerFinder2.php" upon selecting 
the Model.

problem is that the last HTML form received from server does not contain an "action" URL within the form element, as shown below:

   <FORM METHOD="POST">
Comment 1 Forrest Hodgkins 2007-12-14 08:39:28 PST
Created attachment 17891 [details]
patch for TSW EYCI-788H8Y

adding patch to resolve problem:

- before submitting form (as either POST or GET), check length of the URL value associated with the HTMLFormElementImpl object.

- if length of URL is zero, set it to be the URL of the associated KHTMLPart object
Comment 2 Eric Seidel (no email) 2008-01-05 19:56:29 PST
It's now one month since this patch was marked as review.  It would be nice to get it out of the review queue.  Sachin?
Comment 3 Eric Seidel (no email) 2008-02-14 00:40:27 PST
Comment on attachment 17891 [details]
patch for TSW EYCI-788H8Y

It appears all S60 development has stopped in the public tree.  Marking this as r- to remove it from the review queue.
Comment 4 Bradley Morrison 2008-04-09 11:31:56 PDT
Bulk update of s60 bugs - tagging and closing.
Comment 5 Bradley Morrison 2008-04-09 11:39:38 PDT
Bulk closing of all s60 platform bugs. 

Sorry for the noise!
Comment 6 Joel Parks 2011-03-21 11:53:40 PDT
re-purposing InTSW keyword for use by QtWebkit team