Bug 9188
Summary: | [S60] aa.com pop-up calendar window fails | ||
---|---|---|---|
Product: | WebKit | Reporter: | Franklin Davis <franklin.davis> |
Component: | Accessibility | Assignee: | Nobody <webkit-unassigned> |
Status: | CLOSED INVALID | ||
Severity: | Major | CC: | bradley.morrison, darin, S60webkit |
Priority: | P1 | Keywords: | PlatformOnly |
Version: | 312.x | ||
Hardware: | S60 Emulator | ||
OS: | S60 3rd edition | ||
URL: | http://aa.com |
Franklin Davis
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
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Krishna
Reproducible on the S60 webkit.
Not reproducible on the Safari TOT.
Added "PlatformOnly" to the keywords field.
Joost de Valk (AlthA)
Updated component.
Franklin Davis
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.
Bradley Morrison
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.
Bradley Morrison
Bulk update of s60 bugs - tagging and closing.
Bradley Morrison
Bulk closing of all s60 platform bugs.
Sorry for the noise!
Joel Parks
re-purposing InTSW keyword for use by QtWebkit team