The offset initialize function for some reason makes dreamweaver CS4
completely barf.
Moving line 77 ( overwriting itself ) to the very end of the function
seems to fix the issue.
[77] jQuery.offset.initialize = function(){};
http://dev.jquery.com/ticket/4972
Still curious if anyone else can verify the problem.
On Jul 25, 9:32 am, "mike.helgeson" <[email protected]> wrote:
> Weird... Problem seems to be in the "offset" module, as that single
> component produces the same result. I thought for sure that the
> problem would be the sizzle "selector" module.
>
> On Jul 25, 9:10 am, "mike.helgeson" <[email protected]> wrote:
>
> > I am pretty sure that CS4 actually tries to parse/execute the code.
> > Dreamweaver has always gone screwy with the regexp syntax
> > highlighting.
>
> > On Jul 25, 8:57 am, John Resig <[email protected]> wrote:
>
> > > That's... amusing. Definitely interested to see if anyone can verify this.
>
> > > --John
>
> > > On Sat, Jul 25, 2009 at 8:28 AM, mike.helgeson
> > > <[email protected]>wrote:
>
> > > > I have not been able to open the latest jquuery nightly build
> > > > (1.3.3pre) in Dreamweaver CS4 (64bit Vista).
> > > > The program crashes every time I open the file, or another page that
> > > > includes the file. I have no problems with the same files on CS2
> > > > (XP).
>
> > > > Has this happened to anyone else? Does anyone else with CS4 want to
> > > > double check?
>
> > > > Thanks in advance,
>
> > > > mike
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"jQuery Development" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/jquery-dev?hl=en
-~----------~----~----~----~------~----~------~--~---