Side navigation
#4972 closed bug (fixed)
Opened July 25, 2009 02:12PM UTC
Closed July 25, 2009 04:08PM UTC
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(){};
Attachments (0)
Change History (1)
Changed July 25, 2009 04:08PM UTC by comment:1
resolution: | → fixed |
---|---|
status: | new → closed |
Fixed in r6504. Thanks for tracking this down.