views:

96

answers:

1

Hello, I have a problem: I've add a Jquery UI drag-n-drop widget to my page, but after that I can't type anything into inputs or textareas.

I use jQuery 1.4.2 and jQuery UI 1.8rc3, and tiny_mce for convert textareas into WYSIWUG editor (I've tried to disable tiny_mce). When I put $("input").click( function(){ alert('clicked!'); }); - it's working(I have an alert).

When I get focused to any input I even can't refresh page by F5 and go to the next element by Tab key.

There's a page: http://cms.reactive.by/test.htm (click to clip2net.com/clip/m7787/1269022358-clip-3kb.png to see that jQuery UI is workong)

And yes.. there's no errors in FireBug.

I hope You can help me to understand what's wrong with this code.

A: 

Your WYSIWYG editors all fail because most of the JavaScript files the editor tries to load, for example:

return

По вопросам, связанным с работой <b>Reactive.CMS</b> 
обращайтесь по адресу: [email protected].

I guess that's a error message?

The Firefox error console complains about every such file with a syntax error, should be easy enough to sort out.

Pekka
I'm so sorry for this. Fixed. Please, try again
dev reactive.by
@dev no problem. You still seem to get a lot of failed JavaScript loadds, all trying to load the index page. Check the error console. I suspect it's these: `src='javascript:""'`
Pekka
@dev the errors are gone now, I can't really see why the textarea is not initializing. In Firefox, though, the CSS styles are not coming up because (I think) their content-type is not `text/css`. Maybe that's part of the problem.
Pekka
Oh, I've solved my problem. That was jquery.hotkeys.js, jQ and jQUI isn't crime :) When I've tried to create a guest user in CMS for U I've looked at the end of code - there was jquery.hotkeys.js :)
dev reactive.by