Jump to content

TinyMCE issues, 3 problems


AndyPSV

Recommended Posts

http://xernt.com/_xernt/

 

I've got few issues (see the attachment below to download code).

 

1. Autoresize of textarea box & size

 

CODE for textarea resize exists, but it produces errors.

 

			var Editor = $("#" + element + "_ifr").contents().find("html");					
		var Wrapper = $("#" + element + "_ifr");
		$("body", Editor).css('min-height', frameHeight+ "px");
		if ($(Editor).prop('scrollHeight') >= settings.minHeight)
			Wrapper.height($(Editor).prop('scrollHeight'));
		else
			Wrapper.height(settings.minHeight);


-------

in: (which was removed)

function resizeEditor(element){
	}

(line 25 in code)
*/

 

it produces problems with toolbar;

 

38234033.jpg

 

second issue with this, is the fact that it does EMPTY SPACE BELOW the textarea, which is required to be removed (as on the picture)

 

 

2. When selected: "Insert Link" it doesn't searches, despite that nothing has been changed and search works on the page: http://xernt.com/Whats-the-true-purpose-of-Xernt#1

 

login: [email protected]

password: [email protected]

 

Besides, it also make disappear of "Add Answer" button.

 

 

3. Toolbar disappears when selected "Edit" (please login on that page & select to EDIT answer).

 

"This is a test answer." * select Edit when onmouseover on it.

17629_.zip

Link to comment
https://forums.phpfreaks.com/topic/257629-tinymce-issues-3-problems/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.