Bug#785333: [Pkg-roundcube-maintainers] Bug#785333: broken contextmenu due to jquery

2015-06-12 Thread Holger Levsen
Hi Craig, On Freitag, 5. Juni 2015, Craig Small wrote: > I'm the Debian maintainer for wordpress. It seems that there might be > similar problems with roundcube and wordpress and jquery. I'm mereley a roundcube user here :) And a DD (well aware why embedding source code is bad in general) too

Bug#785333: [Pkg-roundcube-maintainers] Bug#785333: broken contextmenu due to jquery

2015-06-05 Thread Vincent Bernat
❦ 5 juin 2015 22:10 +1000, Craig Small  : > The must ship non-minified sources is a tad annoying but for me I > generally do this. They have to be there but generally I don't build > off them. If the bug is bad enough I'd probably directly edit the > minified file anyhow. You should be able to

Bug#785333: [Pkg-roundcube-maintainers] Bug#785333: broken contextmenu due to jquery

2015-06-05 Thread Craig Small
Hi, I'm the Debian maintainer for wordpress. It seems that there might be similar problems with roundcube and wordpress and jquery. The short answer is that if you are not too careful mixing jquery and other js modules together in a random way will mean stuff breaks. Javascript isn't as advance

Bug#785333: [Pkg-roundcube-maintainers] Bug#785333: broken contextmenu due to jquery

2015-06-04 Thread Stefan Hornburg (Racke)
On 06/04/2015 09:16 AM, Sandro Knauß wrote: > Hey, > > Keep in mind, that Debian only say, that there must be the source code > available at building time. For javascript this means, that an unminified > version should be availabe in the source. Javascript is minified by building > the package,

Bug#785333: [Pkg-roundcube-maintainers] Bug#785333: broken contextmenu due to jquery

2015-06-04 Thread Sandro Knauß
Hey, Keep in mind, that Debian only say, that there must be the source code available at building time. For javascript this means, that an unminified version should be availabe in the source. Javascript is minified by building the package, because this makes sense in termes of performance. The