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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 15 01:53:50 PDT 2011


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


Gavin Barraclough <barraclough at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |WORKSFORME
                 CC|                            |barraclough at apple.com




--- Comment #2 from Gavin Barraclough <barraclough at apple.com>  2011-06-15 01:53:50 PST ---
Following the steps to repro the bug, it looks like the content might have changed.  Having filled out the delivery card, I can't find a "Preview Card Message" link.

Based on the testcase, I'm guessing this may be a content bug.  The problem in the testcase is that in the file commonJS.js, in the function addListener, the code attempts to reference a variable '_48' that is never defined - this is an error.  This bug only affects Safari since the erroneous code is wrapped in a useLegacyEvent event check, which checks 'isSafari'.  :'-(

This issue could have been introduced in the reduction I guess? - hard to say, since a can't repro on the original site.

Since the content seems to have changed on the original site, and since the bug in the reduction is a content bug, I don't see any bugs here - works for me.

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



More information about the webkit-unassigned mailing list