Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Fluidbox v2.0.1.tar.gz | 2015-12-12 | 71.6 kB | |
Fluidbox v2.0.1.zip | 2015-12-12 | 83.2 kB | |
README.md | 2015-12-12 | 897 Bytes | |
Totals: 3 Items | 155.7 kB | 0 |
Informative URL handling messages: Fluidbox will throw a warning and refuse to proceed if whitespace characters are present in the URL. As HTML collapses multiple whitespaces into one, it is impossible to determine whether the reference file contains collapsed or uncollapsed multiple whitespaces. Whitespaces must be escaped manually.
On the other hand, Fludibox throws a warning but proceeds with expected behaviour when encountering the following character set (expressed in regex): ["'\(\)]
. The reason being that these characters directly interfere with jQuery and therefore need to be replaced anyway.
Minor bug fix:
A minor bug was found when Fluidbox fails to unbind event listeners, due to a syntax error (separation of event listeners using ,
instead of just a whitespace in the
.off()
method). This issue is fixed now so that the.destroy()
method works as intended.