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: demo@account.com

password: demo@account.com

 

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
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.