Opened 14 years ago
Closed 14 years ago
#4972 closed bug (fixed)
Adobe Dreamweaver CS4 crashes when opening offset module
Reported by: | mike.helgeson | Owned by: | brandon |
---|---|---|---|
Priority: | minor | Milestone: | 1.4 |
Component: | offset | Version: | 1.3.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
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(){};
Note: See
TracTickets for help on using
tickets.
Fixed in r6504. Thanks for tracking this down.