Bug 9188 - [S60] aa.com pop-up calendar window fails
Summary: [S60] aa.com pop-up calendar window fails
Status: CLOSED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: Accessibility (show other bugs)
Version: 312.x
Hardware: S60 Emulator S60 3rd edition
: P1 Major
Assignee: Nobody
URL: http://aa.com
Keywords: PlatformOnly
Depends on:
Blocks:
 
Reported: 2006-05-31 07:50 PDT by Franklin Davis
Modified: 2011-03-21 11:52 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Franklin Davis 2006-05-31 07:50:59 PDT
Clicking the calendar icon in Make a Reservation on aa.com does not open 2nd window in Reindeer. Works fine in shipping Web Browser for S60
Comment 1 Krishna 2006-06-02 10:20:45 PDT
Reproducible on the S60 webkit.

Not reproducible on the Safari TOT.

Added "PlatformOnly" to the keywords field.
Comment 2 Joost de Valk (AlthA) 2006-06-03 06:04:43 PDT
Updated component.
Comment 3 Franklin Davis 2006-10-02 11:41:30 PDT
This is another Dynamic HTML feature that works fine on phones, fails in Reindeer. Becoming important as we direct partners and content creators to test in Reindeer.
Comment 4 Bradley Morrison 2006-10-02 12:07:00 PDT
This may be a lack of window.open support in the UI. This is the javascript  ( from http://www.aa.com/apps/common/js/calendar.jhtml) in question:

function launchCalendar(calForm, formName){ eval('document.'+formName+'.currentCalForm.value = calForm'); var calWin = window.open('/apps/common/calendar.jhtml',formName,'scrollbars=no,menu=no,width=300,height=165,top=125,left=325'); calWin.focus(); }

requires reduced testcase.
Comment 5 Bradley Morrison 2008-04-09 11:32:01 PDT
Bulk update of s60 bugs - tagging and closing.
Comment 6 Bradley Morrison 2008-04-09 11:39:52 PDT
Bulk closing of all s60 platform bugs. 

Sorry for the noise!
Comment 7 Joel Parks 2011-03-21 11:52:17 PDT
re-purposing InTSW keyword for use by QtWebkit team