Opened 11 years ago
Closed 11 years ago
#12163 closed bug (invalid)
jquery 1.8RC1 does not work with jquery.layout
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.8rc1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
does not work with http://layout.jquery-dev.net/lib/js/jquery.layout-latest.js
same issue with jquery.layout v1.2.0
curCSS issues
Change History (3)
comment:1 Changed 11 years ago by
comment:2 Changed 11 years ago by
Back compat is literally $.curCSS = $.css;
, this is what jQuery has been shipping with for 2 years.
comment:3 Changed 11 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Please file a bug report with jQuery.layout. If there is an issue with core, a test case that does not include plugins is needed.
Note: See
TracTickets for help on using
tickets.
I see curCSS has been removed. Tried to replace curCSS with css no luck. Any ideas how I can wrap some backwards compatibility one way ?