Bug Tracker

Changes between Initial Version and Version 3 of Ticket #8235


Ignore:
Timestamp:
Feb 10, 2011, 2:06:16 PM (12 years ago)
Author:
jitter
Comment:

Without any further information / test case or at least a link to a page where the issue can reproduced we can't take any further steps on this.

So please report back if you can provide any of this so the we can further investigate this issue.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #8235

    • Property Owner set to [email protected]
    • Property Status changed from new to pending
    • Property Component changed from unfiled to data
  • Ticket #8235 – Description

    initial v3  
    22
    33However, there is a bit in jQuery.data as follows:
    4 
     4{{{
    55if ( (!id || (pvt && id && !cache[ id ][ internalKey ])) && getByName && data === undefined ) {
    6                         return;
    7                 }
    8 
     6    return;
     7}
     8}}}
    99this is causing a script error when cache[id] is null (a condition that is checked for subsequently).
    1010