Posted by progga on August 30, 2011 at 4:27pm
4 followers
Jump to:
| Project: | Dialog API |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
Hi,
I installed dialog through drush and as a result ended up with jquery_ui 6x.1.5. This version of jquery_ui does not define the JQUERY_UI_PATH constant [0]. This constant is used by dialog to find the necessary CSS files. The result is that, I am getting nice and working dialogs that are completely transparent!!! The attached patch should fix this.
Thanks,
Adnan
[0] http://drupal.org/node/1204292
| Attachment | Size |
|---|---|
| dialog-jquery_ui-6.x-1.5-compat.patch | 872 bytes |
Comments
#1
Thanks, worked for me
#2
Thanks, worked for me as well.