Closed (fixed)
Project:
Aloha Editor (obsolete)
Version:
8.x-2.x-dev
Component:
User interface
Priority:
Minor
Category:
Bug report
Assigned:
Reporter:
Created:
31 Oct 2012 at 01:13 UTC
Updated:
14 Nov 2012 at 15:10 UTC
Jump to comment: Most recent file

Comments
Comment #1
wim leersComment #1.0
wim leersUpdated issue summary.
Comment #2
wim leersNew Aloha build introduced jQuery 1.9.0: http://drupalcode.org/project/aloha.git/commit/d75f8c3 (D8), http://drupalcode.org/project/aloha.git/commit/6c051f2 (D7).
This brought along this side-effect. (Which is only happening because we insist on not loading all of jQuery UI's CSS due to massive overhead.)
Fixed:
- D8: http://drupalcode.org/project/aloha.git/commit/382de42
- D7: http://drupalcode.org/project/aloha.git/commit/6fbab04
Comment #3
jzaefferer commentedI'm Jörn, one of the lead developers of jQuery UI. I've noticed this issue via a Google Alert, and wondered about this: "Which is only happening because we insist on not loading all of jQuery UI's CSS due to massive overhead."
What is that massive overhead? Generally the only thing you need to load is ui.core and ui.{widget}, for each widget that you use. When you do that, you can update those specific files when updating to a new jQuery UI version, avoiding issues like this one.
Generally, please report issues like "massive overhead" upstream (aka, please talk to us). You can find us in IRC on Freenode in #jqueryui-dev or report bugs at http://bugs.jqueryui.com/ We're specifically committed to support open-source projects that use jQuery UI.
Comment #4.0
(not verified) commentedUpdated issue summary.