Hi.
I've tried nrembrowser in several occations, but it has never really worked. It's alway something wrong in the layout.
Im using CKEeditor 3.3.1 in a clean drupal 6.19 install (also preveous installs is wierd) an beta10 of nrembrowser.
Screenshot enclosed
| Comment | File | Size | Author |
|---|---|---|---|
| #7 | nrembrowser-jqueryuicss-883924-7.patch | 744 bytes | jerseycheese |
| nrem_error.png | 22.11 KB | plastikkposen |
Comments
Comment #1
aaron commentedodd. what browser is that? also, what version of jquery ui are you using? that looks suspiciously like the ui theme isn't being added to the page...
Comment #2
thomas81 commentedI had the same problem. What worked for me was:
Nrembrowser was loading the css from the following path:
sites\all\modules\jquery_ui\jquery.ui\themes\base\jquery-ui.css
Bu my jquery-ui css was in the following path:
sites\all\modules\jquery_ui\jquery.ui\themes\default\ui.all.css
So i changed the path to match the path that the nrembrowser needed.
Comment #3
mdroste commentedSame for me. I use jquery-ui.1.7.3 and also tried jquery-ui.1.8.x
I changed sites\all\modules\jquery_ui\jquery.ui\themes\default\ui.all.css to
sites\all\modules\jquery_ui\jquery.ui\themes\default\jquery-ui.css
Now it works.
Comment #4
andyf commentedHi, yep, me too. Module gives the path as
/jquery.ui/themes/base/jquery-ui.cssand jQuery UI 1.6 doesn't have this path. Edit: I've just looked at 1.7.3 and 1.8.4 and neither of them have exactly that file - which version are you using for development?!Comment #5
plastikkposen commentedjQuery UI 1.6
jQuery Update 1.3.2
Comment #6
andyf commentedComment #7
jerseycheeseI've attached a patch to fix the path to the required CSS file in jQueryUI 1.6, which solves the main issue here.
It would be nice to have the module detect which jQueryUI version is installed and serve up the proper path to the CSS since it varies 1.6 vs 1.7/1.8 - I will file this as a feature request.
Comment #8
grndlvl commentedFeature request is posted here #918364: Detect which version of jQueryUI for proper path to jQuery CSS.
Comment #9
grndlvl commented