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

Comments

aaron’s picture

Status: Active » Postponed (maintainer needs more info)

odd. 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...

thomas81’s picture

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

mdroste’s picture

Same 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.

andyf’s picture

Hi, yep, me too. Module gives the path as /jquery.ui/themes/base/jquery-ui.css and 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?!

plastikkposen’s picture

jQuery UI 1.6
jQuery Update 1.3.2

andyf’s picture

Status: Postponed (maintainer needs more info) » Active
jerseycheese’s picture

Status: Active » Needs review
StatusFileSize
new744 bytes

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

grndlvl’s picture

Status: Needs review » Postponed
grndlvl’s picture

Status: Postponed » Fixed

Status: Fixed » Closed (fixed)

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