Bug #29652
js order differs from original js
| Status: | Closed | Start date: | 2011-09-11 | |
|---|---|---|---|---|
| Priority: | Must have | Due date: | ||
| Assignee: | - | % Done: | 100% |
|
| Category: | General | |||
| Target version: | - | |||
| Votes: | 0 |
Description
It seems that the order of the JS differs from original js as same as the css bug.
On my case i'm using perfectlightbox and the prototype framework is merged by your extension, but scriptalicous isn't merged and will be shown above the merged js.
So scriptalicous shows an error in bug console (firefox) that prototype is needed and the lightbox don't work.
Maybe its while scriptalicous disclosed from merging, but in 3.1.x worked well?
Associated revisions
[BUGFIX] JS order differs from original JS
The merged file should always be the first integrated
file.
Resolves: #29652
[BUGFIX] JS order differs from original JS
The merged file should always be the first integrated
file.
Resolves: #29652
[BUGFIX] js order differs from original js
Fixes the order if multiple excluded files from
the concatenating process are found, but only
for the head section
Resolves: #29652
[BUGFIX] js order differs from original js
Fixes the order if multiple excluded files from
the concatenating process are found, but only
for the head section
Resolves: #29652
History
Updated by Stefan Galinski over 1 year ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
Applied in changeset r51823.
Updated by Stefan Galinski over 1 year ago
- Target version changed from 3.2.1 to 3.2.2
Updated by Jost Baron about 1 year ago
This problem seems to be not fixed, scriptaculous is still integrated after the merged file, so for example perfectlightbox breaks.
Updated by Stefan Galinski about 1 year ago
- Status changed from Resolved to New
- Target version deleted (
3.2.2)
Updated by Stefan Galinski about 1 year ago
- Assignee deleted (
Stefan Galinski)
Updated by Stefan Galinski 11 months ago
- Target version set to 3.3.0
Updated by Stefan Galinski 8 days ago
- Status changed from New to Closed
- Target version deleted (
3.3.0)
Disable the merging of "perfectlightbox" or any other script in such a case as I don't think that I can provide a working solution in all cases without to heavily change the merging process by splitting them into multiple ones before and after excluded files.