History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: LPP-4521
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: P1 P1
Assignee: Unassigned
Reporter: Mamye Kratt
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
OpenLaszlo

dhtml/flash: Clicking OK without a zip code no longer gives an error (regression)

Created: 17/Aug/07 01:33 PM   Updated: 12/Sep/07 01:14 PM
Component/s: SA - Weather
Affects Version/s: 4.0.5WaffleCone
Fix Version/s: 4.0.5WaffleCone

Time Tracking:
Not Specified

Environment:
XP, FF, dhtml/swf
Linux, FF, dhtml/swf

Severity: Minor
Fixed in Change#: 6,383
Runtime: N/A
Fix in hand: False


 Description  « Hide
(wafflecone branch build r6096 - XP and linux installer)
'
Select Small Application menu from Laszlo-Explorer
Select Weather application
Click ok button

Result:
Opens Currect Conditions with null, null

Should get this error (as in 4.0.3)
Error: Bad or missing zip code

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Henry Minsky - 06/Sep/07 08:56 AM
The zipcode verification check used to happen on the server cgi script, which we no longer use. I need to find that and implement it in the client.


Henry Minsky - 06/Sep/07 09:21 AM
r6383 | hqm | 2007-09-06 12:20:48 -0400 (Thu, 06 Sep 2007) | 27 lines
Changed paths:
   M /openlaszlo/branches/wafflecone/demos/weather/weather.lzx

Change 20070906-hqm-8 by hqm@IBM-2E06404CB67 on 2007-09-06 12:18:52 EDT
    in /cygdrive/c/users/hqm/openlaszlo/wafflecone3/demos/weather
    for http://svn.openlaszlo.org/openlaszlo/branches/wafflecone/demos/weather

Summary: fix weather error reporting

New Features:

Bugs Fixed: LPP-4521

Technical Reviewer: frisco (pending)
QA Reviewer: mamye (pending)
Doc Reviewer: (pending)

Documentation:

Release Notes:

Details:

look for Error in the return messag,e and parse out error message


Tests:
weather app, use bogus zipcode

Mamye Kratt - 12/Sep/07 01:14 PM
(wafflecone branch build r6430)
Fixed in dhtml and flash.