[Webkit-unassigned] [Bug 21632] New: card message preview link is broken due to toggleVisibility () function

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 15 17:37:55 PDT 2008


https://bugs.webkit.org/show_bug.cgi?id=21632

           Summary: card message preview link is broken due to
                    toggleVisibility () function
           Product: WebKit
           Version: 525.x (Safari 3.1)
          Platform: PC
               URL: http://www.yahoo.com
        OS/Version: Windows XP
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jasneet at chromium.org
                CC: jasneet at chromium.org


I Steps:
1.Go to http://www.yahoo.com
2. Click on "Shopping" link on the left.
3. Type "Tulips" without quotes in that rectangle white box below the Home
link. Then click the orange search button.
4. Click on the first image "Assorted Tulips' on the left.
5. Select calendar in step 3 and click Order Now green button.
6. Click on Next button and then Proceed As Guest button.
7. Fill out the Deliver form.
8. Once the form is completeldy filled it out. Click on Preview Card Message
link.

II Issue:
The Card Message Preview link is broken.

III Conclusion:
The link to click to see the preview card is attached to a listener through the
statement
       PRVD.CT.EVENTS.Event.addListener(this.PreviewLink, "click",
this.ToggleVisibility, this, false);
in Views_CardMessagePreview.js. The listener is supposed to trigger
toggleVisibility () function when the link is clicked.

When I add a try-catch block around the code that adds the listener, Safari and
Chrome generate an error  and thus the toggleVisibility () function to show the
preview does not get triggered.

IV Other Browsers:
IE7: ok
FF3: ok

V Nightly tested: 37604


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list