Modify ↓
Ticket #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: | ||
| Blocking: | Blocked by: |
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(){};
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

Fixed in r6504. Thanks for tracking this down.