Side navigation
#12163 closed bug (invalid)
Opened July 31, 2012 01:24PM UTC
Closed July 31, 2012 03:46PM UTC
jquery 1.8RC1 does not work with jquery.layout
| Reported by: | admin@atu.net.au | 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
Attachments (0)
Change History (3)
Changed July 31, 2012 01:27PM UTC by comment:1
Changed July 31, 2012 01:30PM UTC by comment:2
| _comment0: | Back compat is literally `$.curCss = $.css;`, this is what jQuery has been shipping with for 2 years. → 1343741457996919 |
|---|
Back compat is literally $.curCSS = $.css;, this is what jQuery has been shipping with for 2 years.
Changed July 31, 2012 03:46PM UTC by comment:3
| 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.
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 ?