Judge for yourself:

(Ugh, d.o fail. Please see the attachment in #1.)

CommentFileSizeAuthor
#1 Screen Shot 2012-10-31 at 02.01.37.png18.47 KBwim leers

Comments

wim leers’s picture

StatusFileSize
new18.47 KB
wim leers’s picture

Issue summary: View changes

Updated issue summary.

wim leers’s picture

Title: jQuery UI 1.9.0 is doing weird things in jQuery UI Autocomplete » jQuery UI 1.9.0 has a new .ui-helper-hidden-accessible class that our CSS doesn't yet support
Component: Aloha Editor (upstream) » User interface
Status: Active » Fixed

New 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

jzaefferer’s picture

I'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.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

Anonymous’s picture

Issue summary: View changes

Updated issue summary.